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.quarkus:quarkus-bom from 3.6.6 to 3.11.2 #1861

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps io.quarkus:quarkus-bom from 3.6.6 to 3.11.2.

Release notes

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

3.11.2

Complete changelog

  • #40164 - Gradle quarkusDev fails with usage analytics enabled
  • #40502 - Remote development mode: access denied on /deployments files
  • #40536 - WebSockets Next: close the connection if the security identity has expired
  • #40648 - WebSockets Next: provide strategies to process unhandled failures
  • #40655 - WebSockets Next: provide strategies to process unhandled failures
  • #40657 - Prevent abort because of a throwable
  • #40848 - devmode breaks when updating pom.xml
  • #40852 - @CacheResult with method returning Uni makes cache exceed its maximum size
  • #40857 - WebSocket NEXT: automatically close connection when OIDC extension provides SecurityIdentity and token expires
  • #40914 - Clarify kafka commit strategy "latest" in documentation
  • #40916 - Improve OIDC warning when a session encryption key is generated
  • #40929 - open classes/files listed in devui in IDE
  • #40978 - Kafka commit strategy: clarify risk of message loss on latest
  • #40981 - Params need double URL-safe-encoding for use with WebSocketConnector
  • #40984 - Replace 'bare mortal' with a more idiomatic English expression
  • #40987 - NamedQuery inside repository
  • #40989 - Config doc - Don't enforce the height
  • #40991 - Misspelled url for an webjar resource thows exception instead of 404
  • #40992 - WebSockets Next client: encode path param values automatically
  • #41007 - Make sure quarkusXXXCompileOnlyConfiguration extends from platform configuration
  • #41008 - Add docs note about writing extension with Java and Maven
  • #41014 - Fix open-in-ide
  • #41018 - Fix invalid webjar to show 404
  • #41021 - Docs: Added missing annotation parameter name
  • #41023 - [3.11] Revert "Improve loading of classes in RunnerClassLoader"
  • #41025 - WebSocket Next Server-Side Streaming cancelation
  • #41029 - Remote Development Mode docker permissions
  • #41036 - Fix log warning when application port is already used
  • #41043 - Make sure we transmit the actual debug port to next dev mode run
  • #41044 - WebSockets Next: cancel returned Multi if the connection is closed
  • #41046 - Fix Asciidoc callouts in "Deploying to Kubernetes" documentation
  • #41049 - Qute: fix regression for optimized generated value resolvers
  • #41053 - Docs: clarify named queries for Panache
  • #41054 - Fix RESTEasy Classic GZIP max input in native mode
  • #41060 - Invalid encoding of '?' in query parameter values by Encode.encodeQueryParam
  • #41062 - Fix encoding of '?' in query parameter values by Encode.encodeQueryParam(..)
  • #41064 - Use latest SmallRye Context Propagation
  • #41083 - Bump up quarkus-build-caching-extension to 1.2
  • #41090 - Update Agroal exception message in docs
  • #41097 - Changing Accept Header in PreMatching filter isn't considered by MessageBodyWriter
  • #41106 - Delegate to the correct method in TransactionScopedStatelessSession#fetch
  • #41111 - Take MediaType set in pre-match filter into when returning Response
  • #41113 - Initialization Tasks failing
  • #41117 - Fix NPE when QUARKUS_INIT_AND_EXIT is used

3.11.1

... (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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/io.quarkus-quarkus-bom-3.11.2 branch 2 times, most recently from e158485 to b22932a Compare June 17, 2024 11:36
Bumps [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) from 3.6.6 to 3.11.2.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.6...3.11.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/io.quarkus-quarkus-bom-3.11.2 branch from b22932a to 99f12a5 Compare June 17, 2024 11:44
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

Superseded by #1866.

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-bom-3.11.2 branch June 24, 2024 07:44
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants