quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Bump quarkus.version from 2.11.2.Final to 2.13.0.Final #74

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.11.2.Final to 2.13.0.Final. Updates quarkus-bom from 2.11.2.Final to 2.13.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.13.0.CR1

Major changes

  • #27726 - Add CrossSite Request Forgery prevention filter
  • #27025 - Reduce the number of vert.x eventloops started by default
  • #26998 - Introduce a Kafka Client DevUI component
  • #26107 - Bump kubernetes-client-bom from 5.12.2 to 6.1.1

Complete changelog

  • #27899 - Auto-approve workflow runs from established contributors or low-risk files
  • #27898 - Properly support generic bounds for ParamConverterProvider classes
  • #27897 - Support non-producer methods annotated with @​Startup
  • #27896 - Ensure that Mongo DNS lookup does not happen on the event loop
  • #27895 - Bump Eclipse Yasson to 3.0.2 in the Jakarta rewrite
  • #27892 - resteasy-reactive: ParamConverter+Kotlin+ResteasyReactice+List leads to java.lang.ClassNotFoundException on startup (Regression since 2.12)
  • #27891 - Use default host and port when the service instance does not set them
  • #27890 - Bump jboss-logmanager 1.1.1
  • #27885 - Fix request context leak in the Funqy Knative runtime
  • #27883 - Add test to verify openshift with deployment kind and no version labels
  • #27880 - Bump micrometer-bom from 1.9.3 to 1.9.4
  • #27875 - Revert "Bump kubernetes-client-bom from 5.12.2 to 6.1.1"
  • #27871 - Redis value group (replacing the string group)
  • #27870 - Stork custom serviceDiscovery default Host is not working anymore
  • #27866 - Additional docs notifications
  • #27864 - Allow setting a custom logging filter on logging handlers
  • #27863 - Bump liquibase.version from 4.15.0 to 4.16.0
  • #27860 - More fixes for JAX-RS 3.1, upgrade to RESTEasy 6.2.0.Beta1, to Hibernate Validator 8.0.0.Final
  • #27859 - Return proper response code when an HTTP request contains an invalid Q value
  • #27853 - Provide an option to set Form based auth encrypted cookie as HttpOnly
  • #27852 - 500 from RESTEasy Reactive with malformed Accept when multiple @​Produces
  • #27846 - Cross-link to quarkiverse wiki
  • #27843 - Adjust notifications for documentation work
  • #27838 - Create Infinispan caches on first access with the minimal config
  • #27837 - Bump nimbus-jose-jwt from 9.24.3 to 9.24.4
  • #27833 - Bump mockito-bom from 4.7.0 to 4.8.0
  • #27830 - Use dependabot for GitHub actions version management
  • #27829 - Upgrade SmallRye Health to 3.3.0
  • #27826 - Ensure that InitialConfigurator uses the Quarkus configured min log level
  • #27825 - Kubernetes: Add default template.metadata in StatefulSet resource
  • #27824 - Synchronize maven-model-helper version
  • #27822 - Bump flyway.version from 9.2.3 to 9.3.0
  • #27820 - Bump artemis.version from 2.24.0 to 2.25.0
  • #27816 - Use dependabot for simplifying GitHub actions version management
  • #27815 - Address a few Kotlin compiler warnings
  • #27810 - Rest client classic: revert to package private visibility for configuration methods
  • #27808 - Jakarta - EE 10 - SmallRye Metrics test failure
  • #27806 - Jakarta - Also reformat Kotlin projects
  • #27802 - Fix for Context Propagation on Reactive Messaging
  • #27796 - Bump flyway.version from 9.2.2 to 9.2.3

... (truncated)

Commits
  • e37be46 [RELEASE] - Bump version to 2.13.0.Final
  • a94e22a Merge pull request #28111 from gsmet/2.13.0-backports-2
  • aa1c56a Allow to change Keycloak start command and show its logs
  • dfe3cee Remove leftover error messages from CSRF Reactive filter
  • 7f13298 Drop "deployment" dependency on org.graalvm.nativeimage.impl package
  • 73f5a5f Merge pull request #28103 from gsmet/2.13.0-backports-1
  • 9c1c180 Introduce an option in narayana-jta for enabling XA recovery
  • ea6a214 Fix codestart properties conflict
  • c9fae7e With disabled proactive sec., only create sec. identity when required
  • e17de62 OIDC: Preserve the refresh token if no new refresh token is returned
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.11.2.Final to 2.13.0.Final

Updates quarkus-bootstrap-maven-plugin from 2.11.2.Final to 2.13.0.Final

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 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[bot] commented 1 year ago

Superseded by #75.