Skip to content
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

Closed
cp214899 opened this issue May 31, 2021 · 7 comments
Closed

Decrease the JDK version #324

cp214899 opened this issue May 31, 2021 · 7 comments
Assignees
Projects

Comments

@cp214899
Copy link

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.

@srikanth-lingala
Copy link
Owner

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.

@cp214899
Copy link
Author

cp214899 commented Jun 4, 2021

Thanks

@srikanth-lingala srikanth-lingala self-assigned this Jun 22, 2021
@srikanth-lingala srikanth-lingala added this to To do in Zip4j via automation Jun 22, 2021
@srikanth-lingala srikanth-lingala moved this from To do to In progress in Zip4j Jun 22, 2021
srikanth-lingala added a commit that referenced this issue Jun 22, 2021
@srikanth-lingala srikanth-lingala moved this from In progress to Review in Zip4j Jun 22, 2021
@srikanth-lingala
Copy link
Owner

Fixed in v2.9.0 released today.

Zip4j automation moved this from Review to Done Jun 29, 2021
@cp214899
Copy link
Author

Thanks

@corporate-gadfly
Copy link

Seems like a step backwards. Java 7 went EOL in July 2015.

@sgflt
Copy link

sgflt commented Dec 21, 2021

I would set minimal requirement to JDK 11 with JDK 17 compatibility.

@EwoutH
Copy link

EwoutH commented Nov 17, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Zip4j
  
Done
Development

No branches or pull requests

5 participants