-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Increase JDK baseline to JDK 8 for java-uuid-generator
5.0
#53
Comments
java-uuid-generator
4.1java-uuid-generator
4.1 (or 5.0?)
4.1 with Java 8. |
Arguing for 5.0: my rule of thumb for major version upgrades is when I answer "no" to the question: "can an existing system with a dependency on the previous version upgrade to the next version with no changes?" Which would not be the case for any Java 6 systems. |
Thank you @anbusampath and @christophercurrie . Also received quite a bit of feedback via Twitter and that's so far heavily skewing towards 5.0. With history of JUG, I think that actually makes sense so my current thinking is to go with 5.0(.0). |
java-uuid-generator
4.1 (or 5.0?)java-uuid-generator
5.0
Another reason to not do it yet for 4.1: there are a few features I am implementing, so can just release those as 4.1. |
It has been a while since I increased the JDK baseline and I think it would be reasonable to finally move to Java 8.
This would make it a little bit easier to maintain things (for example, able to build on JDK 17 which does not support Java 6 target).
This would be doable for version 4.1: I don't think a major version upgrade is warranted, although I am open to being convinced otherwise.
Feel free to add comments, especially if you have anything AGAINST proposal.
The text was updated successfully, but these errors were encountered: