-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Building for release 8 is triggering deprecation warnings now. Moving to 11 allows a little bit of project cleanup.
- move
module-info.javafromsrc/main/java11intosrc/main/java. - delete
module.info.classfromsrc/main/resources. - update
<release>configuration for maven-compiler-plugin - update
<source>configuration for maven-javadoc-plugin - delete profile
java11-modulefrom<profiles>section
Java 8 might still be in use in a bunch of legacy Spark 2.x code. Android and Spring-Boot have moved on.
Metadata
Metadata
Assignees
Labels
No labels