Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.3 #5505

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.5.0 to 2.5.3.

Release notes

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

2.5.3

Major changes

  • Fix native build issues with awssdk 2.21.0
  • Bump Localstack default version to 2.3.0. You can stay with the previous version by setting quarkus.aws.devservices.localstack.image-name=localstack/localstack:1.4.0.
  • For those who encountered threading issues with JDK 19+, it has been fixed in awssdk.

What's Changed

Full Changelog: quarkiverse/quarkus-amazon-services@2.5.2...2.5.3

2.5.2

Major changes

Support the latest release of aws-crt, which, by introducing new JNI methods, has broken support for native compilation.

What's Changed

Full Changelog: quarkiverse/quarkus-amazon-services@2.5.1...2.5.2

2.5.1

Major changes

  • For those who encounter threading issues with JDK 19+, it is possible to disable the use of the Quarkus thread pool for AWS SDK async taskes by setting quarkus.<extension>.advanced.use-quarkus-scheduled-executor-service=false. This affects both synchronuous and asynchronuous clients. Asynchronous clients should also be configured with quarkus.<extension>.async-client.advanced.use-future-completion-thread-pool=false. This should be considered a temporary fix, as it will create additional thread pools that run in competition with the Quarkus thread pool. Refer to aws/aws-sdk-java-v2#4395 for ongoing follow-up.

What's Changed

Full Changelog: quarkiverse/quarkus-amazon-services@2.5.0...2.5.1

Commits
  • 6735f94 [maven-release-plugin] prepare release 2.5.3
  • fb34642 chore: release 2.5.3 (#991)
  • 3bd426b build(deps): bump quarkus.version from 3.5.0 to 3.5.1 (#985)
  • 8011e16 build(deps): bump software.amazon.awssdk.crt:aws-crt (#988)
  • 18c1cd1 build(deps): bump software.amazon.awssdk:bom from 2.21.10 to 2.21.17 (#983)
  • 33e6920 build(deps): bump localstack from 1.4.0 to 2.3.0 (#973)
  • 9954731 fix: support awssdk version 2.21.0 in native build (#989)
  • e028349 build(deps): bump quarkus.version from 3.4.1 to 3.5.0 (#963)
  • e1c939f build(deps): bump software.amazon.awssdk.crt:aws-crt (#969)
  • 8365816 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <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 2.5.0 to 2.5.3.
- [Release notes](https://github.com/quarkiverse/quarkus-amazon-services/releases)
- [Commits](quarkiverse/quarkus-amazon-services@2.5.0...2.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2023
Copy link
Contributor

Branch auto synchronized due to changes in generated files. New workflow run triggered:

https://github.com/apache/camel-quarkus/actions/runs/6856659968

@jamesnetherton
Copy link
Contributor

Superseded by #5545.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 23, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@jamesnetherton jamesnetherton deleted the dependabot/maven/io.quarkiverse.amazonservices-quarkus-amazon-services-bom-2.5.3 branch November 23, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants