From 33030b535dda228f1a4547068e034ec4d09afb2c Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:12:26 +0100 Subject: [PATCH 01/10] Update auth, dynamodb, eventbridge, firehose, ... to 2.29.29 (#918) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index bbeaf4d6f..0d3a3fff4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val InfluxDBJavaVersion = "2.23" val AvroVersion = "1.11.4" - val AwsSdk2Version = "2.29.23" + val AwsSdk2Version = "2.29.29" val NettyVersion = "4.1.115.Final" // Sync with plugins.sbt val PekkoGrpcBinaryVersion = "1.1" From 91247813c9a30d42b30cdc055f18c04a73fab2a2 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:14:04 +0100 Subject: [PATCH 02/10] Update parquet-avro to 1.15.0 (#917) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0d3a3fff4..06d11971d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -219,7 +219,7 @@ object Dependencies { val AvroParquet = Seq( libraryDependencies ++= Seq( - "org.apache.parquet" % "parquet-avro" % "1.14.4", + "org.apache.parquet" % "parquet-avro" % "1.15.0", "org.apache.avro" % "avro" % AvroVersion, ("org.apache.hadoop" % "hadoop-client" % "3.3.6" % Test).exclude("log4j", "log4j"), ("org.apache.hadoop" % "hadoop-common" % "3.3.6" % Test).exclude("log4j", "log4j"), From 26a0ae1cc3c2483df9f8b0e9db148499aa678590 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 10:14:40 +0100 Subject: [PATCH 03/10] Update jupiter-interface, ... to 0.13.3 (#916) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 206b421ed..8d59d6267 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -32,4 +32,4 @@ addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1") // templating addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0") // Run JUnit 5 tests with sbt -addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.2") +addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.13.3") From 54a747ceb839fd2e3a303515d819db41a61542ea Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 10 Dec 2024 14:17:54 +0100 Subject: [PATCH 04/10] link validator CI failing (#919) * link validator CI failing * Update link-validator.conf * Update link-validator.conf * http links * Update versioning.md * try to fix more issues * Update link-validator.conf * Update link-validator.conf * try to fix azure link * Update link-validator.yml --- build.sbt | 2 +- docs/src/main/paradox/azure-storage-queue.md | 2 +- docs/src/main/paradox/other-docs/versioning.md | 2 +- scripts/link-validator.conf | 12 ++++++++++-- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 8262ad52d..8d34f9abb 100644 --- a/build.sbt +++ b/build.sbt @@ -402,7 +402,7 @@ lazy val docs = project // Pekko gRPC "pekko-grpc.version" -> Dependencies.PekkoGrpcBinaryVersion, "extref.pekko-grpc.base_url" -> s"https://pekko.apache.org/docs/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/%s", - "scaladoc.org.apache.pekko.gprc.base_url" -> s"https://pekko.apache.org/api/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/", + "scaladoc.org.apache.pekko.gprc.base_url" -> s"https://pekko.apache.org/api/pekko-grpc/${Dependencies.PekkoGrpcBinaryVersion}/org/apache/pekko/gprc", // Couchbase "couchbase.version" -> Dependencies.CouchbaseVersion, "extref.couchbase.base_url" -> s"https://docs.couchbase.com/java-sdk/${Dependencies.CouchbaseVersionForDocs}/%s", diff --git a/docs/src/main/paradox/azure-storage-queue.md b/docs/src/main/paradox/azure-storage-queue.md index 15c821145..a0ba785e9 100644 --- a/docs/src/main/paradox/azure-storage-queue.md +++ b/docs/src/main/paradox/azure-storage-queue.md @@ -2,7 +2,7 @@ The Azure Storage Queue connector provides an Apache Pekko Stream Source and Sinks for Azure Storage Queue integration. -Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/services/storage/queues/). +Azure Storage Queue is a queuing service similar to Amazon's SQS. It is designed mostly for long-running and non-time-critical tasks. For more information on Azure Storage Queue see the [Azure docs](https://azure.microsoft.com/en-us/products/storage/queues). @@project-info{ projectId="azure-storage-queue" } diff --git a/docs/src/main/paradox/other-docs/versioning.md b/docs/src/main/paradox/other-docs/versioning.md index 70cc470c2..60e27ff82 100644 --- a/docs/src/main/paradox/other-docs/versioning.md +++ b/docs/src/main/paradox/other-docs/versioning.md @@ -12,7 +12,7 @@ Apache Pekko Connectors publishes * regular releases to [Maven Central](https://search.maven.org/search?q=g:org.pekko%20pekko-connectors-) * milestone and release candidates (of major versions) to Maven Central -* @ref:[snapshots](snapshots.md) to [Sonatype](https://oss.sonatype.org/content/repositories/snapshots/org/pekko/) +* @ref:[snapshots](snapshots.md) to [repository.apache.org](https://repository.apache.org/content/groups/snapshots/org/apache/pekko/) ### Compatibility diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index f4b6c9694..e5245dbd1 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -2,7 +2,7 @@ // config for https://github.com/ennru/site-link-validator/ site-link-validator { - root-dir = "./docs/target/site/" + root-dir = "docs/target/site/" # relative to `root-dir` start-file = "docs/pekko-connectors/snapshot/index.html" @@ -23,7 +23,7 @@ site-link-validator { ignore-files = [ # This file is generated, we can't do much about the invalid links here - "license-report.html" + "docs/pekko-connectors/snapshot/license-report.html" ] ignore-prefixes = [ @@ -39,10 +39,18 @@ site-link-validator { "https://mvnrepository.com/artifact/" # Errors in Scaladoc from Google Common header `X-Upload-Content-Type` "https://doc.akka.io/api/akka-http/10.2.9/akka/http/impl/util/" + # Invalid links generated in Google Common Connector scaladoc + "https://pekko.apache.org/api/pekko-http/" + # Invalid links generated in Google Pubsub Connector scaladoc + "https://pekko.apache.org/api/pekko-grpc/" ] non-https-whitelist = [ # generated by @apidoc "http://pravega.io/" + # no https support + "http://reactivemongo.org" + # need to investigate why scaladoc links are http + "http://www.scala-lang.org/api" ] } From 38be5fcaf2e2bb36681c58fbf5c0f4b9ad14595c Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:51:18 +0100 Subject: [PATCH 05/10] Update log4j-to-slf4j to 2.24.3 (#926) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 06d11971d..fa02a0759 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -246,7 +246,7 @@ object Dependencies { Seq( "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % JacksonVersion, "com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % JacksonVersion, - "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.2" % Test, + "org.apache.logging.log4j" % "log4j-to-slf4j" % "2.24.3" % Test, "org.slf4j" % "slf4j-api" % Slf4jVersion % Test, "ch.qos.logback" % "logback-classic" % LogbackVersion % Test) ++ JacksonDatabindDependencies ++ (if (isScala3.value) From 9df9f0b27e7cddf852f28ec91ce4697a40072c2b Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:51:51 +0100 Subject: [PATCH 06/10] Update amqp-client to 5.24.0 (#925) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index fa02a0759..3dbfdab23 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -126,7 +126,7 @@ object Dependencies { val Amqp = Seq( libraryDependencies ++= Seq( - "com.rabbitmq" % "amqp-client" % "5.23.0", + "com.rabbitmq" % "amqp-client" % "5.24.0", "org.scalatestplus" %% scalaTestScalaCheckArtifact % scalaTestScalaCheckVersion % Test) ++ Mockito) val AwsSpiPekkoHttp = Seq( From 0e2fa611506ebe176cb9727325da7002e726fd7f Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:52:33 +0100 Subject: [PATCH 07/10] Update google-cloud-pubsub to 1.135.0 (#924) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 3dbfdab23..855e030ad 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -302,7 +302,7 @@ object Dependencies { // see Pekko gRPC version in plugins.sbt libraryDependencies ++= Seq( // https://github.com/googleapis/java-pubsub/tree/master/proto-google-cloud-pubsub-v1/ - "com.google.cloud" % "google-cloud-pubsub" % "1.133.1" % "protobuf-src", + "com.google.cloud" % "google-cloud-pubsub" % "1.135.0" % "protobuf-src", "io.grpc" % "grpc-auth" % org.apache.pekko.grpc.gen.BuildInfo.grpcVersion, "com.google.auth" % "google-auth-library-oauth2-http" % GoogleAuthVersion, "com.google.protobuf" % "protobuf-java" % protobufJavaVersion % Runtime, From d7e54eca799bc4248a7012f3ecf215c7126689fc Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:54:14 +0100 Subject: [PATCH 08/10] Update proto-google-cloud-bigquerystorage-v1 to 3.11.0 (#922) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 855e030ad..4f8cac926 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -278,7 +278,7 @@ object Dependencies { // see Pekko gRPC version in plugins.sbt libraryDependencies ++= Seq( // https://github.com/googleapis/java-bigquerystorage/tree/master/proto-google-cloud-bigquerystorage-v1 - "com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % "3.10.3" % "protobuf-src", + "com.google.api.grpc" % "proto-google-cloud-bigquerystorage-v1" % "3.11.0" % "protobuf-src", "org.apache.avro" % "avro" % AvroVersion % "provided", "org.apache.arrow" % "arrow-vector" % ArrowVersion % "provided", "io.grpc" % "grpc-auth" % org.apache.pekko.grpc.gen.BuildInfo.grpcVersion, From bc1591a72106191af4d71c97d980fe191880bd0a Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:55:07 +0100 Subject: [PATCH 09/10] Update auth, dynamodb, eventbridge, firehose, ... to 2.29.34 (#927) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4f8cac926..01a919187 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,7 +27,7 @@ object Dependencies { val InfluxDBJavaVersion = "2.23" val AvroVersion = "1.11.4" - val AwsSdk2Version = "2.29.29" + val AwsSdk2Version = "2.29.34" val NettyVersion = "4.1.115.Final" // Sync with plugins.sbt val PekkoGrpcBinaryVersion = "1.1" From 6981eaa8a855999c39eb9006671d26c4a7280c3c Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:55:40 +0100 Subject: [PATCH 10/10] Update google-auth-library-credentials, ... to 1.30.1 (#923) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 01a919187..66bdfd5ea 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -64,7 +64,7 @@ object Dependencies { val Couchbase3Version = "3.6.0" val CouchbaseVersionForDocs = "2.7" - val GoogleAuthVersion = "1.30.0" + val GoogleAuthVersion = "1.30.1" val JwtScalaVersion = "10.0.1" val Log4jVersion = "2.23.1"