-
Notifications
You must be signed in to change notification settings - Fork 16
update to Java17 update jogl to 2.6 push version to 2.4 #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: java17
Are you sure you want to change the base?
Conversation
… poligons and lines
Librerias agregadas al path
pull 2.3.1
Why do not you add gdal via maven dependency instead of jar? |
i just followed the instructions to update gdal. |
Gdal is available on central. |
there seems to be two different conflicting set of instructions on how to upgrade gdal.
this is what i did and it works.
am i mixing gdal with jogl and shouldn't? |
Note: Filling out this template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the
maintainer's discretion.
Description of the Change
make it posible to compile with java 17 and update to jogl 2.6 and jackson 2.17
Why Should This Be In Core?
Benefits
make use of the new jvm facilities like jlink and jpackage, new garbage collectors, better native management, records,
Potential Drawbacks
users will need to upgrade their jvm version
Applicable Issues