Uh oh!
There was an error while loading. Please reload this page.
update to Java17 update jogl to 2.6 push version to 2.4 - #87
update to Java17 update jogl to 2.6 push version to 2.4#87kotogadekiru wants to merge 24 commits into
Conversation
… poligons and lines
Librerias agregadas al path
EMaksymenko
commented
Oct 4, 2025
Why do not you add gdal via maven dependency instead of jar? |
kotogadekiru
commented
Oct 5, 2025
i just followed the instructions to update gdal. |
EMaksymenko
commented
Oct 5, 2025
Gdal is available on central. |
kotogadekiru
commented
Oct 5, 2025
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