-
Notifications
You must be signed in to change notification settings - Fork 324
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
JDK 17 Official support #2327
JDK 17 Official support #2327
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
Hi, jdk17 is released now for quite some time. |
Hi @MatCuk , this PR is mostly about two things:
This PR is NOT about adding support to JDK17, which is already working as we don't have any major issue reported with it so far. If you have any issue running the agent with JDK17 ? If so, I would suggest to:
|
Ok I see. Thanks for the reply. |
Hi Currently we are building our project with JDK17, but targeting JDK11 (until all apps can run with JDK17). When running this app with JDK17 we get exception:
When running same app with JDK11 we get no issues. Is this a known problem? And if so, is there any way to resolve this? |
Hi @antemo , This is not expected, which version of the agent are you using here ? This error indicates an old version of the agent is used as there is still class shading used for agent dependencies thus it's pre Could you try with latest agent version |
What does this PR do?
fixes #1953
supersedes #2158