Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump quarkus.version from 3.15.3 to 3.19.1 #365

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps quarkus.version from 3.15.3 to 3.19.1.
Updates io.quarkus:quarkus-bom from 3.15.3 to 3.19.1

Release notes

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

3.19.1

Complete changelog

  • #42613 - Conflict between form-based auth logout and quarkus.http.auth.form.new-cookie-interval
  • #44458 - IllegalStateException: Response head already sent during login
  • #46245 - Quarkus Configuration Disambiguation strategy for environment variables fails in 3.17.0+
  • #46286 - Bump rest-assured.version from 5.5.0 to 5.5.1
  • #46294 - Improve security failure handling in gRPC
  • #46333 - "Failed to read deployment classpath cache from ..." warning
  • #46339 - Add "basic" to client scopes for auto generated client in keycloak devservice
  • #46346 - Prioritize test model cache over the dev one in BootstrapAppModelFactory
  • #46347 - Clarify expected behavior of SmallRye Config disambiguation
  • #46348 - Prevent sporadic error on live reload with HTTP/2
  • #46350 - Fix VertxHelloWorldMutualTlsEndpointTest failures due to changes in response status
  • #46351 - Otel logging does not respond to it's config property.
  • #46352 - Liquibase MongoDB - Register AbstractMongoChange for reflection
  • #46354 - Fix OpenTelemetry Metrics and Logs endpoint resolution
  • #46365 - Add class and method to WithSpan attributes
  • #46368 - javax.net.ssl TLS configuration does not work in native mode
  • #46374 - Bump flyway.version from 11.3.2 to 11.3.3
  • #46379 - javax.net.ssl TLS configuration does not work in native mode
  • #46382 - Document how to prevent TLS client renegotiation
  • #46394 - Explain what LGTM abbreviation means in the guide
  • #46395 - TLS guide Review
  • #46411 - Custom ContextResolver can not be used anymore for rest client since 3.13
  • #46412 - Memory Leak in Quarkus REST Service if request failed with timeout.
  • #46413 - Don't assume context resolvers are always called from REST Client
  • #46418 - Fix 'response head already sent' when the login request to form-based authentication when proactive authentication is disabled
  • #46419 - Always close OutputStream in RESTEasy Classic
  • #46428 - Add docs for maximum values in quarkus.http.limits
  • #46429 - Provide a reliable way to perform form-based authentication logout
  • #46435 - Keycloak Integration
  • #46436 - Quarkus tooling use wrong version for create and update (when specifying stream)
  • #46438 - Quarkus REST: prevent NPE for EagerSecurityContext
  • #46440 - Implement isValidAuthority() in ForwardedServerRequestWrapper
  • #46446 - Use debug with relfection services, remove duplicate health check
  • #46447 - Improvements to OTel logging docs
  • #46452 - Fix recommended release selection in an archived platform stream
  • #46465 - Bump hibernate-orm.version from 6.6.8.Final to 6.6.9.Final
  • #46471 - @AssertTrue is not working on ConfigMapping when it returns true
  • #46484 - Slightly improve the list of extensions supporting OTel
  • #46489 - Do not use the JPA aware TraversableResolver for config

3.19.0

Major changes

  • #45891 - Support for OAuth2 Demonstrating Proof of Possession

Complete changelog

... (truncated)

Commits
  • 187bdcc [RELEASE] - Bump version to 3.19.1
  • 6aa0ac5 Merge pull request #46494 from gsmet/3.19.1-backports-2
  • e57fe58 Do not use the JPA aware TraversableResolver for config
  • 523b666 Implement feedback
  • 8f73f4f Clarify expected behavior of SmallRye Config disambiguation.
  • 3c6b553 Slightly improve the list of extensions supporting OTel
  • 22e73bd Liquibase MongoDB - Register AbstractMongoChange for reflection
  • df5e9bc Bump hibernate-orm.version from 6.6.8.Final to 6.6.9.Final
  • 52ba924 Bump rest-assured.version from 5.5.0 to 5.5.1
  • e941f40 Use debug with relfection services, remove duplicate health check
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.15.3 to 3.19.1

Updates io.quarkus:quarkus-extension-processor from 3.15.3 to 3.19.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.15.3 to 3.19.1

Release notes

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

3.19.1

Complete changelog

  • #42613 - Conflict between form-based auth logout and quarkus.http.auth.form.new-cookie-interval
  • #44458 - IllegalStateException: Response head already sent during login
  • #46245 - Quarkus Configuration Disambiguation strategy for environment variables fails in 3.17.0+
  • #46286 - Bump rest-assured.version from 5.5.0 to 5.5.1
  • #46294 - Improve security failure handling in gRPC
  • #46333 - "Failed to read deployment classpath cache from ..." warning
  • #46339 - Add "basic" to client scopes for auto generated client in keycloak devservice
  • #46346 - Prioritize test model cache over the dev one in BootstrapAppModelFactory
  • #46347 - Clarify expected behavior of SmallRye Config disambiguation
  • #46348 - Prevent sporadic error on live reload with HTTP/2
  • #46350 - Fix VertxHelloWorldMutualTlsEndpointTest failures due to changes in response status
  • #46351 - Otel logging does not respond to it's config property.
  • #46352 - Liquibase MongoDB - Register AbstractMongoChange for reflection
  • #46354 - Fix OpenTelemetry Metrics and Logs endpoint resolution
  • #46365 - Add class and method to WithSpan attributes
  • #46368 - javax.net.ssl TLS configuration does not work in native mode
  • #46374 - Bump flyway.version from 11.3.2 to 11.3.3
  • #46379 - javax.net.ssl TLS configuration does not work in native mode
  • #46382 - Document how to prevent TLS client renegotiation
  • #46394 - Explain what LGTM abbreviation means in the guide
  • #46395 - TLS guide Review
  • #46411 - Custom ContextResolver can not be used anymore for rest client since 3.13
  • #46412 - Memory Leak in Quarkus REST Service if request failed with timeout.
  • #46413 - Don't assume context resolvers are always called from REST Client
  • #46418 - Fix 'response head already sent' when the login request to form-based authentication when proactive authentication is disabled
  • #46419 - Always close OutputStream in RESTEasy Classic
  • #46428 - Add docs for maximum values in quarkus.http.limits
  • #46429 - Provide a reliable way to perform form-based authentication logout
  • #46435 - Keycloak Integration
  • #46436 - Quarkus tooling use wrong version for create and update (when specifying stream)
  • #46438 - Quarkus REST: prevent NPE for EagerSecurityContext
  • #46440 - Implement isValidAuthority() in ForwardedServerRequestWrapper
  • #46446 - Use debug with relfection services, remove duplicate health check
  • #46447 - Improvements to OTel logging docs
  • #46452 - Fix recommended release selection in an archived platform stream
  • #46465 - Bump hibernate-orm.version from 6.6.8.Final to 6.6.9.Final
  • #46471 - @AssertTrue is not working on ConfigMapping when it returns true
  • #46484 - Slightly improve the list of extensions supporting OTel
  • #46489 - Do not use the JPA aware TraversableResolver for config

3.19.0

Major changes

  • #45891 - Support for OAuth2 Demonstrating Proof of Possession

Complete changelog

... (truncated)

Commits
  • 187bdcc [RELEASE] - Bump version to 3.19.1
  • 6aa0ac5 Merge pull request #46494 from gsmet/3.19.1-backports-2
  • e57fe58 Do not use the JPA aware TraversableResolver for config
  • 523b666 Implement feedback
  • 8f73f4f Clarify expected behavior of SmallRye Config disambiguation.
  • 3c6b553 Slightly improve the list of extensions supporting OTel
  • 22e73bd Liquibase MongoDB - Register AbstractMongoChange for reflection
  • df5e9bc Bump hibernate-orm.version from 6.6.8.Final to 6.6.9.Final
  • 52ba924 Bump rest-assured.version from 5.5.0 to 5.5.1
  • e941f40 Use debug with relfection services, remove duplicate health check
  • Additional commits viewable in compare view

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.15.3 to 3.19.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.15.3 to 3.19.1

Updates `io.quarkus:quarkus-extension-processor` from 3.15.3 to 3.19.1

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  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
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 27, 2025 02:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2025
# for free to join this conversation on GitHub. Already have an account? # 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