-
Notifications
You must be signed in to change notification settings - Fork 72
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
Test Java 17 #675
Comments
Java 17 will be released on the 14th of September 2021. |
Java 17 has been released on the 14th of September 2021: |
Can you help me in this |
First, thanks for being interested in this topic. This issue requires on to test whether SecHub can be run and/or build with Java 17. To run / build SecHub using Java follow the instructions of the Quickstart Guide: https://daimler.github.io/sechub/latest/sechub-quickstart-guide.html. Please first make sure to use Java 11 as we already tested it with Java 11 and it should work well: #187. After using Java 11, switch your Java version to 17 and try to build it. In case it fails, report the problems this issue here. My assumptions are:
However, just give it a try. NOTE: All of this manual work is required, because we do not do an automatic matrix build with different Java versions. |
Please have a look at the Java 16 test, you might run into the same issue: #613. |
Java 17 support was added in Gradle 7.3. Depends on: #495 and #1085. |
This can be tested with additional runtimes from the Adoptium Marketplace: https://adoptium.net/marketplace/. |
Eclipse Adoptium provides APIs for:
those can be used to get the Java binary releases for OpenJ9 and Temurin. |
Test: Debian ContainerSemeru Open:The Semeru Open runtime 17 (Eclipse OpenJ9 build) can be used to run and build SecHub. However, during build the following error appears:
Apparently, there is no Temurin 17:Works OpenJDK (Debian package):Works |
Java 17 will be a long term release (LTS) candidate. Java 17 is expected to be released in September 2021.
For more information have a look at: http://openjdk.java.net/projects/jdk/17/
The text was updated successfully, but these errors were encountered: