-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update DG Toolkit to JDK 17 LTS #362
Comments
Removed cglib from classpath. There was an error in revisions panel because AbstractPropertyModel was trying to make Enum.name writable. Replaced with a read only LambdaModel. Could not test jersey since we are not using it in the toolkit directly. Tested dummy endpoint and it works as expected, Jackson didn't crash the app. |
Heads up: upgrading a DG Toolkit based app from JDK8/11 also requires other migration (many done preliminary with JDK16 in #365 when JDK17 wasn't yet released). |
Tested dg-toolkit for warnings from Jackson and logs are clean. |
It is planned for September 2021.
The text was updated successfully, but these errors were encountered: