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 quarkus.version from 3.8.1 to 3.11.2 #441

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps quarkus.version from 3.8.1 to 3.11.2.
Updates io.quarkus:quarkus-bom from 3.8.1 to 3.11.2

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.11.1

Complete changelog

  • #40431 - Better exception when accessing two non-XA datasources in a transaction
  • #40536 - WebSockets Next: close the connection if the security identity has expired
  • #40753 - Podman on linux doc: prefix the remote socket path with unix://
  • #40759 - Bump resteasy.version from 6.2.8.Final to 6.2.9.Final
  • #40768 - Podman guide for Linux is incorrect
  • #40771 - Fix collapsing when there are several keys
  • #40779 - Bump Agroal from 2.3 to 2.4
  • #40793 - Fix javadoc for TransactionManagerBuildTimeConfig
  • #40797 - Revert "Bump jakarta.authorization:jakarta.authorization-api from 2.1.0 to 3.0.0"
  • #40800 - Trivial: Update matcher in component test test to catch single test case
  • #40802 - Control data used in path expression when running remote-dev
  • #40808 - Move allowUnsafeMultipleLastResources call to runtime init
  • #40822 - Improve @SecureField detection lookup exclusions
  • #40842 - getting-started: grammar: append->appended
  • #40855 - Bump Hibernate Reactive to 2.3.1.Final
  • #40864 - Move hibernate-orm/deployment devmode tests to a separate surefire execution
  • #40874 - quarkus.package.decompiler warning in quarkus 3.10+
  • #40876 - Fix error in fix for decompiler config
  • #40886 - Regression: Unexpected DisabledOidcClientException
  • #40888 - Use right decompiler prop name in docs
  • #40894 - Fix a disabled OidcClient REST client issue
  • #40898 - Fix onError for Dev UI streaming
  • #40902 - Correct broken markup in the security-customization.adoc
  • #40910 - Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.3
  • #40936 - Polish Infinispan Dev Service logging
  • #40956 - Fix properties still using Hibernate ORM 6.4 / Hibernate Search 7.0 in POMs
  • #40967 - Fix Typo In Open Telemetry Documentation

3.11.0

Major changes

  • #40534 - WebSockets Next: initial version of security integration
  • #40600 - Introduce OidcRedirectFilter

Complete changelog

  • #40312 - WebSockets Next: security integration
  • #40534 - WebSockets Next: initial version of security integration
  • #40562 - Support OIDC Redirect filters
  • #40600 - Introduce OidcRedirectFilter
  • #40656 - Dev UI: update build metrics data after live reload
  • #40661 - QuarkusUnitTest: clear test method invokers to avoid QuarkusCL leaks
  • #40669 - Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
  • #40682 - Allow to asynchronously notify extensions of no-restart changes
  • #40690 - Correct JavaDoc example
  • #40706 - Improve documentation about @RegisterForReflection

... (truncated)

Commits
  • 9e64ec2 [RELEASE] - Bump version to 3.11.2
  • 912ee1a Merge pull request #41133 from gsmet/3.11.2-backports-2
  • bf5418d Remote Development Mode docker permissions
  • ed3b56e Fix NPE when QUARKUS_INIT_AND_EXIT is used
  • 561a153 Update vertx mutiny test due to latest SR/CP changes
  • b37b2c6 Use latest SR/CP
  • 84e2402 Take MediaType set in pre-match filter into when returning Response
  • 44c6029 Delegate to the correct method in TransactionScopedStatelessSession#fetch
  • 8169a80 WebSockets Next: cancel returned Multi if the connection is closed
  • 8ea5fff Merge pull request #41093 from gsmet/3.11.2-backports-1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.8.1 to 3.11.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.8.1 to 3.11.2

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.11.1

Complete changelog

  • #40431 - Better exception when accessing two non-XA datasources in a transaction
  • #40536 - WebSockets Next: close the connection if the security identity has expired
  • #40753 - Podman on linux doc: prefix the remote socket path with unix://
  • #40759 - Bump resteasy.version from 6.2.8.Final to 6.2.9.Final
  • #40768 - Podman guide for Linux is incorrect
  • #40771 - Fix collapsing when there are several keys
  • #40779 - Bump Agroal from 2.3 to 2.4
  • #40793 - Fix javadoc for TransactionManagerBuildTimeConfig
  • #40797 - Revert "Bump jakarta.authorization:jakarta.authorization-api from 2.1.0 to 3.0.0"
  • #40800 - Trivial: Update matcher in component test test to catch single test case
  • #40802 - Control data used in path expression when running remote-dev
  • #40808 - Move allowUnsafeMultipleLastResources call to runtime init
  • #40822 - Improve @SecureField detection lookup exclusions
  • #40842 - getting-started: grammar: append->appended
  • #40855 - Bump Hibernate Reactive to 2.3.1.Final
  • #40864 - Move hibernate-orm/deployment devmode tests to a separate surefire execution
  • #40874 - quarkus.package.decompiler warning in quarkus 3.10+
  • #40876 - Fix error in fix for decompiler config
  • #40886 - Regression: Unexpected DisabledOidcClientException
  • #40888 - Use right decompiler prop name in docs
  • #40894 - Fix a disabled OidcClient REST client issue
  • #40898 - Fix onError for Dev UI streaming
  • #40902 - Correct broken markup in the security-customization.adoc
  • #40910 - Bump com.nimbusds:nimbus-jose-jwt from 9.39.1 to 9.39.3
  • #40936 - Polish Infinispan Dev Service logging
  • #40956 - Fix properties still using Hibernate ORM 6.4 / Hibernate Search 7.0 in POMs
  • #40967 - Fix Typo In Open Telemetry Documentation

3.11.0

Major changes

  • #40534 - WebSockets Next: initial version of security integration
  • #40600 - Introduce OidcRedirectFilter

Complete changelog

  • #40312 - WebSockets Next: security integration
  • #40534 - WebSockets Next: initial version of security integration
  • #40562 - Support OIDC Redirect filters
  • #40600 - Introduce OidcRedirectFilter
  • #40656 - Dev UI: update build metrics data after live reload
  • #40661 - QuarkusUnitTest: clear test method invokers to avoid QuarkusCL leaks
  • #40669 - Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0
  • #40682 - Allow to asynchronously notify extensions of no-restart changes
  • #40690 - Correct JavaDoc example
  • #40706 - Improve documentation about @RegisterForReflection

... (truncated)

Commits
  • 9e64ec2 [RELEASE] - Bump version to 3.11.2
  • 912ee1a Merge pull request #41133 from gsmet/3.11.2-backports-2
  • bf5418d Remote Development Mode docker permissions
  • ed3b56e Fix NPE when QUARKUS_INIT_AND_EXIT is used
  • 561a153 Update vertx mutiny test due to latest SR/CP changes
  • b37b2c6 Use latest SR/CP
  • 84e2402 Take MediaType set in pre-match filter into when returning Response
  • 44c6029 Delegate to the correct method in TransactionScopedStatelessSession#fetch
  • 8169a80 WebSockets Next: cancel returned Multi if the connection is closed
  • 8ea5fff Merge pull request #41093 from gsmet/3.11.2-backports-1
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.8.1 to 3.11.2

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 `quarkus.version` from 3.8.1 to 3.11.2.

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

Updates `io.quarkus:quarkus-extension-processor` from 3.8.1 to 3.11.2

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.8.1 to 3.11.2

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

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

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #442.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/maven/main/quarkus.version-3.11.2 branch June 19, 2024 19:11
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.

None yet

0 participants