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 #330

Closed
3 tasks
Tracked by #110
dblock opened this issue Mar 8, 2022 · 1 comment
Closed
3 tasks
Tracked by #110

Remove support for JDK 8 #330

dblock opened this issue Mar 8, 2022 · 1 comment
Assignees
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.
@naveenpajjuri
Copy link
Contributor

JDK 8 is already removed in this PR : #348 in CI/CD WF.
Closing this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants