-
Notifications
You must be signed in to change notification settings - Fork 2
Support building with Java 21, drop Java 7 #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
Comments
Yes, the current master branch supports only Java 18 or 19 for jar compilation.
I'm not against the migration, but right now I see only the Java 7 version dropping without any benefits. |
|
After R&D discussion this issue was resolved positively. |
Currently an attempt to build the DFP project with Java 21 result in error:
This is caused by remaining support of Java 7 for DFP.
We should support building at on least one LTS java version: Java 17 or Java 21.
I think we can drop support of Java 7 for simplicity.
The text was updated successfully, but these errors were encountered: