We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building for release 8 is triggering deprecation warnings now. Moving to 11 allows a little bit of project cleanup.
module-info.java
src/main/java11
src/main/java
module.info.class
src/main/resources
<release>
<source>
java11-module
<profiles>
Java 8 might still be in use in a bunch of legacy Spark 2.x code. Android and Spring-Boot have moved on.
The text was updated successfully, but these errors were encountered:
barend
No branches or pull requests
Building for release 8 is triggering deprecation warnings now. Moving to 11 allows a little bit of project cleanup.
module-info.java
fromsrc/main/java11
intosrc/main/java
.module.info.class
fromsrc/main/resources
.<release>
configuration for maven-compiler-plugin<source>
configuration for maven-javadoc-pluginjava11-module
from<profiles>
sectionJava 8 might still be in use in a bunch of legacy Spark 2.x code. Android and Spring-Boot have moved on.
The text was updated successfully, but these errors were encountered: