-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require Java 17 for running Elasticsearch (#79873)
- Loading branch information
1 parent
b776087
commit 26c8687
Showing
8 changed files
with
47 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
pr: 79873 | ||
summary: Require Java 17 for running Elasticsearch | ||
area: Packaging | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Require Java 17 for running Elasticsearch | ||
area: Packaging | ||
details: |- | ||
Java 17 or higher is now required to run Elasticsearch and any of its command | ||
line tools. | ||
impact: |- | ||
Use Java 17 or higher. Attempts to run Elasticsearch 8.0 using earlier Java versions will | ||
fail. | ||
There is not yet a FIPS-certified security module for Java 17 | ||
that you can use when running Elasticsearch 8.0 in FIPS 140-2 mode. | ||
If you run in FIPS 140-2 mode, you will either need to request an exception | ||
from your security organization to upgrade to Elasticsearch 8.0, | ||
or remain on Elasticsearch 7.x until Java 17 is certified. | ||
notable: true |