-
Notifications
You must be signed in to change notification settings - Fork 358
Add support for JDK 17 #1670
Copy link
Copy link
Closed
Labels
Description
In opensearch-project/OpenSearch#1276 we have benchmarked various JDKs and concluded that Java Runtime 17 gives a non-trivial performance boost. Therefore, coming from opensearch-project/opensearch-plugins#129, add support for JDK 17.
- Add JDK 17 to CI/CD, do not remove 11 and 14.
- Update DEVELOPER_GUIDE and any other notes on Java runtime compatibility.
- Remove support for sect571k1 as it is no longer supported by Java-17 #1620
Reactions are currently unavailable