-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Support for Java 17 (LTS) #1375
Comments
It is planned to work on this issue during the FOSS4G 2022 Codesprint in Florence. Everyone is invited to join. Read more about the code sprint here: https://wiki.osgeo.org/wiki/FOSS4G_2022/Community_sprint#deegree |
The outcome of the activities during the codesprint at FOSS4G 2022 in Florence and the community hackevent of the FOSSGIS at the LinuxHotel in September 2022 was, that starting up of deegree fails due to missing/incompatible Servlet API as documented in #1401. |
The TMC has the notion to work on this issue during the planned code sprint in autum 2023. |
The need to move towards JDK 17 is triggered by the planned EOL for JDK 11 (dates taken from https://endoflife.date):
|
Helpfull page showing the changes in Java Core API: https://javaalmanac.io/ |
Time sands... |
@jruhe-adesso Please check out our wiki page about sponsoring opportunities in 2024 https://github.com/deegree/deegree3/wiki/deegree-budget-2024, which can help to speed up things... |
I work for an IT service provider. I'll forward your link to the person responsible for the geo topic. Of course, I cannot promise anything. Thank you. |
Build job for JDK 17 added to Jenkins CI and was successfully run: https://buildserver.deegree.org/view/All/job/deegree-3.6-release-pipeline/ |
The support of Java 17 was fully implemented with the version 3.6 of deegree webservices, see https://github.com/deegree/deegree3/wiki/End-of-Life-and-Support-Matrix for more information. |
As runtime environment deegree should support Java 17 and Tomcat 10.1.
To compile with JDK 17 the following PR have been merged already:
References:
The text was updated successfully, but these errors were encountered: