quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.97k stars 1.47k forks source link

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.18.1 to 3.1.0 #1473

Open dependabot[bot] opened 1 day ago

dependabot[bot] commented 1 day ago

Bumps io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.18.1 to 3.1.0.

Release notes

Sourced from io.quarkiverse.amazonservices:quarkus-amazon-services-bom's releases.

3.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/3.0.1...3.1.0

3.0.1

This is a proper fix for using the Quarkus Lambda client within a Quarkus Lambda application. See Release 3.0.0 for a detailed changelog.

What's Changed

Full Changelog: https://github.com/quarkiverse/quarkus-amazon-services/compare/3.0.0...3.0.1

3.0.0

Major changes

Breaking Changes

  • To avoid a conflict in package names with some Quarkus core packages, we have moved to the io.quarkiverse.amazon prefix for package names. This is a compilation-breaking change for those using classes from this repository, such as the @S3Crt and @NamedDynamoDbTable annotations. You will need to update your imports accordingly.
  • The S3Presigner bean is no longer created by default. You must add an explicit injection point, like with other clients (S3Client and S3AsyncClient).

What's Changed

... (truncated)

Commits
  • 4bb7875 [maven-release-plugin] prepare release 3.1.0
  • 8f51f00 Update the latest release version 3.1.0 in documentation
  • f1f7644 chore: release 3.1.0 (#1485)
  • e088333 docs: fix documentation link
  • 1943a31 docs: add adampoplawski as a contributor for code (#1484)
  • 4bcf46e Added integration tests for SQS Reactive Messaging (#1483)
  • 2bb2738 build(deps): bump quarkus.version from 3.16.2 to 3.16.3 (#1479)
  • a8f546d build(deps): bump software.amazon.awssdk:bom from 2.29.9 to 2.29.14 (#1481)
  • 3c38f83 feat: add neptune extension (#1482)
  • ae4dce7 feat: enable constructor injection of NamedDynamoDbTable (#1469)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
quarkus-bot[bot] commented 1 day ago

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit b14d72a2fa907cf1fc264f9f74fa807615943ba4.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

:gear: Build - JDK 17 #

- Failing: amazon-dynamodb-quickstart amazon-kms-quickstart amazon-s3-quickstart and 5 more

:package: amazon-dynamodb-quickstart

org.acme.dynamodb.DynamodbResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-kms-quickstart

org.acme.kms.KmsResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-s3-quickstart

org.acme.s3.S3ResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-ses-quickstart

org.acme.ses.SesResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-sns-quickstart

org.acme.sns.SnsResourcesTest.testPublisher(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-sqs-connector-quickstart

org.acme.sqs.processor.QuoteProcessorTest.testResource - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-sqs-quickstart

org.acme.sqs.SqsResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```

:package: amazon-ssm-quickstart

org.acme.ssm.SsmResourcesTest.testResource(String)[1] - More details - Source on GitHub

``` java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor#startLocalStackDevService threw an exception: java.lang.NoSuchFieldError: timeout at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.lambda$startLocalStackDevService$8(DevServicesLocalStackProcessor.java:152) at java.base/java.util.HashMap.forEach(HashMap.java:1421) at io.quarkiverse.amazon.common.deployment.DevServicesLocalStackProcessor.startLocalStackDevService(DevServicesLocalStackProcessor.java:148) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856) ```