This is an automated email from the ASF dual-hosted git repository. engelen pushed a commit to branch update/kafka-clients-4.0.0 in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit b1f58007e715555497e75f17644de3e0b59584c0 Author: PJ Fanning <[email protected]> AuthorDate: Wed Mar 26 23:22:49 2025 +0100 Update link-validator.conf --- scripts/link-validator.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index b4b62ecf..476755bf 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -41,6 +41,8 @@ site-link-validator { "https://javadoc.io/static/" # The address is hit too often and blocked "https://opensource.org/licenses/Apache-2.0" + # Incorrectly generated link (scaladoc) + "https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/time/Duration$.html" ] non-https-whitelist = [ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
