-
Notifications
You must be signed in to change notification settings - Fork 239
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
Drop Java 7 support #186
Comments
It's fine for me/my company. we're already on java8 (for quite some time). So no issue for us! Note that java's release cycle will soon accelerate. Supposedly there'll be releases every 6 months, and a new month.year release name, starting with java 18.3 in march 2019: http://www.oracle.com/technetwork/java/javase/eol-135779.html |
It would be nice. I would have really liked to implement my class enum feature with streams. |
My company uses Java 8 across the board and is looking to Java 9, I'm all in favor of this. |
- added jaxb-api, javax.activation-api - updated fast-classpath-scanner - using `NashornScriptEngine` (javascript) directly
- removed Java 7 specific code - uncommented Java 8 tests
Version 2.0.400 is released. |
My goal regarding Java compatibility is to support last 2 versions. Since Java 9 was released I am considering upgrading to Java 8.
Moreover latest versions of Jackson and Jersey already don't support Java 7.
What do you thing? Is Java 7 still needed?
The text was updated successfully, but these errors were encountered: