quarkiverse / quarkus-mybatis

Quarkus MyBatis Extension
Apache License 2.0
89 stars 33 forks source link

Bump quarkus.version from 3.13.3 to 3.14.0 #467

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps quarkus.version from 3.13.3 to 3.14.0. Updates io.quarkus:quarkus-bom from 3.13.3 to 3.14.0

Release notes

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

3.14.0.CR1

Major changes

  • #37034 - Decorate stacktraces in dev-mode error page
  • #41063 - Generate jackson serializers
  • #41249 - Initial gRPC CLI
  • #41359 - Upgrade to Hibernate ORM 6.6 / Search 7.2 / Reactive 2.4
  • #41648 - Make mvnd 1.X work and require Maven 3.9.6 to build Quarkus
  • #42105 - Let's Encrypt Support
  • #42141 - Reimplement the extension annotation processor
  • #42409 - Vertx HTTP: execute custom logic when HTTP server is started
  • #42445 - Upgrade mongodb-client to 5.1.3
  • #42519 - Accept signed OIDC UserInfo

Complete changelog

  • #16204 - Hibernate ORM: drop-and-create logs too verbose
  • #17664 - Support the dynamic KeycloakPolicyEnforcerAuthorizer tenants
  • #25774 - Dynamic Keycloak Policy Enforcer for multi-tenancy
  • #27996 - Test profile config properties can bleed into other test profiles
  • #32217 - show url on Prometheus tile
  • #35439 - Rework how configuration doc generation works
  • #37002 - provide source file context for exception message
  • #37034 - Decorate stacktraces in dev-mode error page
  • #39643 - Add Keycloak Authorization dynamic tenant config resolution
  • #40329 - Speedup Hibernate ORM's enhancement of large models
  • #40396 - Funqy Amazon Lambda should support more Amazon events
  • #40415 - Added a method to walk a subtree of a given PathTree
  • #40553 - mtls-certificates: CertificateRoleMappingTest fails in native
  • #40809 - Regression in 3.11.0: jpamodelgen WITH ECLIPSE COMPILER does not run and logs a warning: "Both Quarkus Hibernate ORM and Hibernate Reactive with Panache detected: this is not supported, so will proceed as if none were there"
  • #40911 - Update maven wrapper to 3.3.2
  • #41006 - Add support for Let's Encrypt / ACME certificate and reloading
  • #41063 - Generate jackson serializers
  • #41249 - Initial gRPC CLI
  • #41322 - Upgrade ubi8/openjdk-VERSION:1:19 -> ubi8/openjdk-VERSION:1:20
  • #41323 - Unable to build the codebase with mvnd 1.0.0
  • #41359 - Upgrade to Hibernate ORM 6.6 / Search 7.2 / Reactive 2.4
  • #41503 - Allows the Kafka client to be configured using the TLS registry
  • #41648 - Make mvnd 1.X work and require Maven 3.9.6 to build Quarkus
  • #41657 - Hibernate orm Panache query projection is not working
  • #41700 - NPE when fetching entity containing OneToOne property joined by multiple columns from the non-owning side
  • #41722 - GrpcDevUIProcessor#grpcAction() is problematic from a CL point of view
  • #41725 - Improvement: early exit from loop, when the only loop condition is met
  • #41727 - BugFix fixed package name for a class according to its location
  • #41735 - Improvement: removed collections, which are updated, but never queried
  • #41782 - VirtualThreadExtension does not take super classes into account
  • #41825 - Quarkus Gradle Plugin 3.12.1+ breaks composite builds
  • #41828 - Avoid deprecated quarkus.test.disable-console-input in test framewok
  • #41845 - Bump com.amazonaws:aws-lambda-java-events from 3.11.6 to 3.12.0
  • #41874 - Centralize internal packages in ClassLoaderHelper

... (truncated)

Commits
  • f6f5643 [RELEASE] - Bump version to 3.14.0
  • e14797b Merge pull request #42664 from gsmet/3.14.0-backports-1
  • 78efeb5 Condition the new config doc sections of the extension template
  • 39319e7 Use the Host header in a proxies response instead of host
  • 6f36035 Ignore config ServiceLoader files from Gradle sources
  • 013fd6e Update and small fixes for security authorize web endpoints reference doc
  • 612cc37 Don't save a cache per run id
  • 7c69200 Do not use the branch for forks
  • 8f65c66 Drop a useless workflow
  • 3842a4e Try a new approach for caching Maven local repository
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.13.3 to 3.14.0

Updates io.quarkus:quarkus-extension-processor from 3.13.3 to 3.14.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.13.3 to 3.14.0

Release notes

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

3.14.0.CR1

Major changes

  • #37034 - Decorate stacktraces in dev-mode error page
  • #41063 - Generate jackson serializers
  • #41249 - Initial gRPC CLI
  • #41359 - Upgrade to Hibernate ORM 6.6 / Search 7.2 / Reactive 2.4
  • #41648 - Make mvnd 1.X work and require Maven 3.9.6 to build Quarkus
  • #42105 - Let's Encrypt Support
  • #42141 - Reimplement the extension annotation processor
  • #42409 - Vertx HTTP: execute custom logic when HTTP server is started
  • #42445 - Upgrade mongodb-client to 5.1.3
  • #42519 - Accept signed OIDC UserInfo

Complete changelog

  • #16204 - Hibernate ORM: drop-and-create logs too verbose
  • #17664 - Support the dynamic KeycloakPolicyEnforcerAuthorizer tenants
  • #25774 - Dynamic Keycloak Policy Enforcer for multi-tenancy
  • #27996 - Test profile config properties can bleed into other test profiles
  • #32217 - show url on Prometheus tile
  • #35439 - Rework how configuration doc generation works
  • #37002 - provide source file context for exception message
  • #37034 - Decorate stacktraces in dev-mode error page
  • #39643 - Add Keycloak Authorization dynamic tenant config resolution
  • #40329 - Speedup Hibernate ORM's enhancement of large models
  • #40396 - Funqy Amazon Lambda should support more Amazon events
  • #40415 - Added a method to walk a subtree of a given PathTree
  • #40553 - mtls-certificates: CertificateRoleMappingTest fails in native
  • #40809 - Regression in 3.11.0: jpamodelgen WITH ECLIPSE COMPILER does not run and logs a warning: "Both Quarkus Hibernate ORM and Hibernate Reactive with Panache detected: this is not supported, so will proceed as if none were there"
  • #40911 - Update maven wrapper to 3.3.2
  • #41006 - Add support for Let's Encrypt / ACME certificate and reloading
  • #41063 - Generate jackson serializers
  • #41249 - Initial gRPC CLI
  • #41322 - Upgrade ubi8/openjdk-VERSION:1:19 -> ubi8/openjdk-VERSION:1:20
  • #41323 - Unable to build the codebase with mvnd 1.0.0
  • #41359 - Upgrade to Hibernate ORM 6.6 / Search 7.2 / Reactive 2.4
  • #41503 - Allows the Kafka client to be configured using the TLS registry
  • #41648 - Make mvnd 1.X work and require Maven 3.9.6 to build Quarkus
  • #41657 - Hibernate orm Panache query projection is not working
  • #41700 - NPE when fetching entity containing OneToOne property joined by multiple columns from the non-owning side
  • #41722 - GrpcDevUIProcessor#grpcAction() is problematic from a CL point of view
  • #41725 - Improvement: early exit from loop, when the only loop condition is met
  • #41727 - BugFix fixed package name for a class according to its location
  • #41735 - Improvement: removed collections, which are updated, but never queried
  • #41782 - VirtualThreadExtension does not take super classes into account
  • #41825 - Quarkus Gradle Plugin 3.12.1+ breaks composite builds
  • #41828 - Avoid deprecated quarkus.test.disable-console-input in test framewok
  • #41845 - Bump com.amazonaws:aws-lambda-java-events from 3.11.6 to 3.12.0
  • #41874 - Centralize internal packages in ClassLoaderHelper

... (truncated)

Commits
  • f6f5643 [RELEASE] - Bump version to 3.14.0
  • e14797b Merge pull request #42664 from gsmet/3.14.0-backports-1
  • 78efeb5 Condition the new config doc sections of the extension template
  • 39319e7 Use the Host header in a proxies response instead of host
  • 6f36035 Ignore config ServiceLoader files from Gradle sources
  • 013fd6e Update and small fixes for security authorize web endpoints reference doc
  • 612cc37 Don't save a cache per run id
  • 7c69200 Do not use the branch for forks
  • 8f65c66 Drop a useless workflow
  • 3842a4e Try a new approach for caching Maven local repository
  • 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 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)