From 78362144a9a869cab886496f0823dc3e47003284 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:35:18 -0500 Subject: [PATCH] Adds the JDK 8 support drop (#1987) Signed-off-by: Fanit Kolchina Signed-off-by: Fanit Kolchina (cherry picked from commit 8493efbf70b89863300166377249d693cc05840d) --- breaking-changes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/breaking-changes.md b/breaking-changes.md index bb6c3d976d..815116f908 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -25,3 +25,8 @@ If you are still using the outdated terms in the context of the security APIs or ### Add OpenSearch Notifications plugins In OpenSearch 2.0, the Alerting plugin is now integrated with new plugins for Notifications. If you want to continue to use the notification action in the Alerting plugin, install the new backend plugins `notifications-core` and `notifications`. If you want to manage notifications in OpenSearch Dashboards, use the new `notificationsDashboards` plugin. For more information, see [Questions about destinations]({{site.url}}{{site.baseurl}}/monitoring-plugins/alerting/monitors#questions-about-destinations) on the Monitors page. + + +### Drop support for JDK 8 + +A Lucene upgrade forced OpenSearch to drop support for JDK 8. As a consequence, the [Java high-level REST client]({{site.url}}{{site.baseurl}}/clients/java-rest-high-level/) no longer supports JDK 8. Restoring JDK 8 support is currently an `opensearch-java` proposal [#156](https://github.com/opensearch-project/opensearch-java/issues/156) and will require removing OpenSearch core as a dependency from the Java client (issue [#262](https://github.com/opensearch-project/opensearch-java/issues/262)).