From 498c6595deaa2eea5d65b15735ebed34563ccaf2 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 11 Oct 2024 01:27:41 +0100 Subject: [PATCH 1/3] use versioned links --- project/Versions.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/Versions.scala b/project/Versions.scala index 3fbd6846..05059049 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -20,9 +20,9 @@ object Versions { val Scala212 = "2.12.20" val Scala3 = "3.3.4" - val pekkoVersionForDocs = "current" - val pekkoConnectorsKafkaVersionForDocs = "current" - val pekkoManagementVersionForDocs = "current" + val pekkoVersionForDocs = PekkoCoreDependency.default.link + val pekkoConnectorsKafkaVersionForDocs = PekkoConnectorsKafkaDependency.default.link + val pekkoManagementVersionForDocs = PekkoManagementDependency.default.link val kafkaVersion = "3.8.0" val KafkaVersionForDocs = "37" From 1bd90b27c4da6508979dd25f8b8cdb2f5b360aeb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 11 Oct 2024 01:34:20 +0100 Subject: [PATCH 2/3] Update Versions.scala --- project/Versions.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Versions.scala b/project/Versions.scala index 05059049..af18da85 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -21,8 +21,8 @@ object Versions { val Scala3 = "3.3.4" val pekkoVersionForDocs = PekkoCoreDependency.default.link - val pekkoConnectorsKafkaVersionForDocs = PekkoConnectorsKafkaDependency.default.link - val pekkoManagementVersionForDocs = PekkoManagementDependency.default.link + val pekkoConnectorsKafkaVersionForDocs = "current" + val pekkoManagementVersionForDocs = "current" val kafkaVersion = "3.8.0" val KafkaVersionForDocs = "37" From 53626c48c2b645fe70edcc2fd43e677e2c47f5fb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 11 Oct 2024 01:44:49 +0100 Subject: [PATCH 3/3] Update link-validator.conf --- scripts/link-validator.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 7f1d00e1..1d1085f2 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -27,7 +27,7 @@ site-link-validator { # runtime is part of the published Scaladoc "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction2.html" # Javadoc link that points to wrong file name (should have $ at end of file name) - "https://pekko.apache.org/api/pekko/current/org/apache/pekko/stream/testkit/javadsl/StreamTestKit.html" + "https://pekko.apache.org/api/pekko/1.1/org/apache/pekko/stream/testkit/javadsl/StreamTestKit.html" # GitHub will block with "429 Too Many Requests" "https://github.com/" # MVN repository forbids access after a few requests