Skip to content

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.14.1 to 3.16.0#1634

Open
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/development/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-3.16.0
Open

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.14.1 to 3.16.0#1634
dependabot[bot] wants to merge 1 commit intodevelopmentfrom
dependabot/maven/development/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-3.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.14.1 to 3.16.0.

Release notes

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

3.16.0

Major changes

This version introduces config sources for app config, ssm and secrets manager. You can easily use those aws service to provide settings ready to be used with Quarkus config. See the corresponding documentation

What's Changed

New Contributors

Full Changelog: quarkiverse/quarkus-amazon-services@3.15.1...3.16.0

3.15.1

What's Changed

Full Changelog: quarkiverse/quarkus-amazon-services@3.15.0...3.15.1

3.15.0

What's Changed

Full Changelog: quarkiverse/quarkus-amazon-services@3.14.1...3.15.0

Commits
  • ad95dfe [maven-release-plugin] prepare release 3.16.0
  • fa063ce Update the latest release version 3.16.0 in documentation
  • bfe8433 chore: release 3.16.0 (#2056)
  • 74d9f9f docs: add brucej72gg as a contributor for ideas, and example (#2055)
  • 59ee749 build(deps): bump software.amazon.awssdk.crt:aws-crt (#2044)
  • 5efa485 build(deps): bump org.apache.maven:maven-plugin-api (#2033)
  • f85b9c6 build(deps): bump quarkus.version from 3.32.3 to 3.34.1 (#2051)
  • bbda13d build(deps): bump software.amazon.awssdk:bom from 2.42.7 to 2.42.22 (#2053)
  • b7f8fc1 feat: AppConfigData/SSM as a ConfigSource (#2054)
  • f609c65 feat: use secretsmanager as a quarkus config source
  • 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 show <dependency name> 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)

Bumps [io.quarkiverse.amazonservices:quarkus-amazon-services-bom](https://github.com/quarkiverse/quarkus-amazon-services) from 3.14.1 to 3.16.0.
- [Release notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)
- [Commits](quarkiverse/quarkus-amazon-services@3.14.1...3.16.0)

---
updated-dependencies:
- dependency-name: io.quarkiverse.amazonservices:quarkus-amazon-services-bom
  dependency-version: 3.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 30, 2026
@dependabot dependabot bot added the java Pull requests that update Java code label Mar 30, 2026
@quarkus-bot
Copy link
Copy Markdown

quarkus-bot bot commented Mar 30, 2026

/cc @scrocquesel (amazon)

@quarkus-bot
Copy link
Copy Markdown

quarkus-bot bot commented Mar 30, 2026

Status for workflow Pull Request Build - development

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

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

⚙️ Build - JDK 17 #

- Failing: context-propagation-quickstart jta-quickstart 

📦 context-propagation-quickstart

org.acme.context.prices.PriceTest.test line 55 - More details - Source on GitHub

Details
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.acme.context.prices.PriceTest was not fulfilled within 1 minutes  40 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at org.acme.context.prices.PriceTest.test(PriceTest.java:55)
	Suppressed: io.quarkus.runtime.BlockingOperationNotAllowedException: @Transactional cannot start a JTA transaction within a reactive pipeline. If the annotated method is intended to be blocking, ensure it is executed on a worker thread, for example by annotating it with @Blocking. If the annotated method is intended to be reactive, consider using Hibernate Reactive, which supports @Transactio...

📦 jta-quickstart

org.acme.quickstart.TransactionalResourceTest.testAsync2Endpoint line 61 - More details - Source on GitHub

Details
java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <500>.

	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
	at io.restassured.internal.ResponseSpecificationImpl$HamcrestAssertionClosure.validate(ResponseSpecificationImpl.groovy:516)
	at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:344)
	at io.restassured.internal.ResponseSpecificationImpl.validateResponseIfRequired(ResponseSpecificationImpl.groovy:714)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/amazon-services dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants