From 8653204857f4b7494e5b461ca37f722d1f8afd96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 16:15:31 +0000 Subject: [PATCH] Remove a link that caused link checker fail and update link checker (#7418) Signed-off-by: Fanit Kolchina (cherry picked from commit a4437a04491f8816153df9bc11f3fdf1d02012be) Signed-off-by: github-actions[bot] --- _about/breaking-changes.md | 2 +- _plugins/link-checker.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_about/breaking-changes.md b/_about/breaking-changes.md index 9c0bd5134a..6fb5660f78 100644 --- a/_about/breaking-changes.md +++ b/_about/breaking-changes.md @@ -34,7 +34,7 @@ In OpenSearch 2.0, the Alerting plugin is now integrated with new plugins for No ### 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)). +A Lucene upgrade forced OpenSearch to drop support for JDK 8. As a consequence, the Java high-level REST client 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)). ## 2.5.0 diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index ec072596b7..af69fb811a 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -258,7 +258,7 @@ def self.check_external(url, location) # Check if an internal link is accessible def self.check_internal(url, location) - Jekyll.logger.info "LinkChecker: [Info] Checking #{url}".cyan + Jekyll.logger.info "LinkChecker: [Info] Checking #{url} (#{location})".cyan return true if @ignored_paths =~ url path, hash = url.split('#')