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

Remove support for JDK 8 #124

Closed
3 tasks
Tracked by #110
dblock opened this issue Mar 8, 2022 · 0 comments · Fixed by #129
Closed
3 tasks
Tracked by #110

Remove support for JDK 8 #124

dblock opened this issue Mar 8, 2022 · 0 comments · Fixed by #129
Labels

Comments

@dblock
Copy link
Member

dblock commented Mar 8, 2022

Because Apache Lucene 9 requires JDK 11 or newer, and coming from opensearch-project/opensearch-plugins#110, remove support for JDK 8.

  • Remove JDK 8 from CI/CD, default to 11.
  • Set Java source and target compatibility in all build.gradle files to JavaVersion.VERSION_11.
  • Update DEVELOPER_GUIDE and remove any other mention of JDK 8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant