This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f0ab96857 Update auth, dynamodb, eventbridge, firehose, ... to 2.30.6
(#967)
f0ab96857 is described below
commit f0ab96857e6db9ed910d4a44e6ef92daf875d18c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 28 01:00:43 2025 +0100
Update auth, dynamodb, eventbridge, firehose, ... to 2.30.6 (#967)
* Update auth, dynamodb, eventbridge, firehose, ... to 2.30.6
* Update PekkoHttpClientH1TestSuite.scala
* Update S3Test.java
---------
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <[email protected]>
---
.../java/org/apache/pekko/stream/connectors/awsspi/s3/S3Test.java | 1 +
.../pekko/stream/connectors/awsspi/PekkoHttpClientH1TestSuite.scala | 5 -----
project/Dependencies.scala | 2 +-
3 files changed, 2 insertions(+), 6 deletions(-)
diff --git
a/aws-spi-pekko-http/src/test/java/org/apache/pekko/stream/connectors/awsspi/s3/S3Test.java
b/aws-spi-pekko-http/src/test/java/org/apache/pekko/stream/connectors/awsspi/s3/S3Test.java
index 3261e21ea..1910b1165 100644
---
a/aws-spi-pekko-http/src/test/java/org/apache/pekko/stream/connectors/awsspi/s3/S3Test.java
+++
b/aws-spi-pekko-http/src/test/java/org/apache/pekko/stream/connectors/awsspi/s3/S3Test.java
@@ -121,6 +121,7 @@ public class S3Test {
assertEquals(fileContent, result.asUtf8String());
}
+ @SuppressWarnings("deprecation")
private S3AsyncClient getAsyncClient(SdkAsyncHttpClient pekkoClient) throws
URISyntaxException {
return S3AsyncClient.builder()
.serviceConfiguration(
diff --git
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClientH1TestSuite.scala
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClientH1TestSuite.scala
index 06148812b..14b8dd16f 100644
---
a/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClientH1TestSuite.scala
+++
b/aws-spi-pekko-http/src/test/scala/org/apache/pekko/stream/connectors/awsspi/PekkoHttpClientH1TestSuite.scala
@@ -28,9 +28,4 @@ class PekkoHttpClientH1TestSuite extends
SdkAsyncHttpClientH1TestSuite {
AttributeMap.builder().put(SdkHttpConfigurationOption.TRUST_ALL_CERTIFICATES,
Boolean.box(true)).build());
}
- // Failed tests
- // The logic to not reuse connections on server error status is not
implemented in PekkoHttpClient, and
- // it seems that it is being reverted in
https://github.com/aws/aws-sdk-java-v2/pull/5607
- override def connectionReceiveServerErrorStatusShouldNotReuseConnection():
Unit = ()
-
}
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 370bf4ad2..c3cbdfdfa 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.52"
+ val AwsSdk2Version = "2.30.6"
val NettyVersion = "4.1.117.Final"
// Sync with plugins.sbt
val PekkoGrpcBinaryVersion = "1.1"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]