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

Backports/2 #1486

Merged
merged 12 commits into from
Nov 17, 2024
Merged

Backports/2 #1486

merged 12 commits into from
Nov 17, 2024

Conversation

scrocquesel
Copy link
Member

No description provided.

dependabot bot and others added 12 commits November 17, 2024 12:54
…uarkiverse#1474)

* build(deps): bump software.amazon.awssdk:bom from 2.28.29 to 2.29.9

Bumps software.amazon.awssdk:bom from 2.28.29 to 2.29.9.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: refactor graalvm substitution

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Crocquesel <88554524+scrocquesel@users.noreply.github.com>
Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java) from 0.31.3 to 0.33.0.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases)
- [Commits](awslabs/aws-crt-java@v0.31.3...v0.33.0)

---
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1473)

Bumps `quarkus.version` from 3.16.0 to 3.16.2.

Updates `io.quarkus:quarkus-maven-plugin` from 3.16.0 to 3.16.2

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.16.0 to 3.16.2

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.16.0 to 3.16.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.0...3.16.2)

Updates `io.quarkus:quarkus-bom` from 3.16.0 to 3.16.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.0...3.16.2)

Updates `io.quarkus:quarkus-extension-processor` from 3.16.0 to 3.16.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-config-doc-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add new extension for ACM

* add documentation for ACM extension

* add ACM to list of services in README

* use requestCertificate to simplify tests and examples
…uarkiverse#1481)

Bumps software.amazon.awssdk:bom from 2.29.9 to 2.29.14.

---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1479)

Bumps `quarkus.version` from 3.16.2 to 3.16.3.

Updates `io.quarkus:quarkus-maven-plugin` from 3.16.2 to 3.16.3

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.16.2 to 3.16.3

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.16.2 to 3.16.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.2...3.16.3)

Updates `io.quarkus:quarkus-bom` from 3.16.2 to 3.16.3
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.16.2...3.16.3)

Updates `io.quarkus:quarkus-extension-processor` from 3.16.2 to 3.16.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-config-doc-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: adam.poplawski@tui.co.uk <adam.poplawski@tui.co.uk>
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
@scrocquesel scrocquesel requested a review from a team as a code owner November 17, 2024 12:22
@scrocquesel scrocquesel merged commit b9dff98 into quarkiverse:2.x Nov 17, 2024
3 checks passed
@scrocquesel scrocquesel deleted the backports/2 branch November 17, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants