-
Notifications
You must be signed in to change notification settings - Fork 313
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
Decrease the JDK version #324
Comments
Zip4j is currently built for JDK 8 or higher. For JDK 7, I need to adjust the target version in maven and rebuild it. But I need to analyse this. |
Thanks |
Fixed in v2.9.0 released today. |
Thanks |
Seems like a step backwards. Java 7 went EOL in July 2015. |
I would set minimal requirement to JDK 11 with JDK 17 compatibility. |
There now are a few versions that JDK 7 users can use, so raising the minimum version for the next release could be fine since users on JDK 7 or 8 can just use the current release. |
How to reduce to JDK7 execution when using ZIP4J-2.8.0.JAR?
The version was too high when I executed it.
My own JDK7 cannot be upgraded to JDK8.
The text was updated successfully, but these errors were encountered: