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

Target Java release 11 #136

Open
barend opened this issue May 29, 2024 · 0 comments
Open

Target Java release 11 #136

barend opened this issue May 29, 2024 · 0 comments
Assignees

Comments

@barend
Copy link
Owner

barend commented May 29, 2024

Building for release 8 is triggering deprecation warnings now. Moving to 11 allows a little bit of project cleanup.

  • move module-info.java from src/main/java11 into src/main/java.
  • delete module.info.class from src/main/resources.
  • update <release> configuration for maven-compiler-plugin
  • update <source> configuration for maven-javadoc-plugin
  • delete profile java11-module from <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.

@barend barend self-assigned this May 29, 2024
@barend barend modified the milestone: Release 1.7.0 May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant