From a4437a04491f8816153df9bc11f3fdf1d02012be Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:05:09 -0400 Subject: [PATCH] Remove a link that caused link checker fail and update link checker (#7418) Signed-off-by: Fanit Kolchina --- _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 fca812c304..dc6236096d 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -261,7 +261,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('#')