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.12.1.Final #71

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from quarkus-bom's releases.

2.12.1.Final

Complete changelog

  • #27770 - Flyway callbacks can now access the Flyway instance
  • #27768 - Bump smallrye-open-api from 2.2.0 to 2.2.1
  • #27766 - De-duplicate mention of quarkus.debug.transformed-classes-dir in docs
  • #27757 - Add more complete interceptor example to the CDI guide
  • #27747 - REST Client quickstart change name to REST Client Classic
  • #27743 - Throughput of Resteasy Reactive's significantly decreased in 2.12.0.Final
  • #27736 - Ensure to check the runtime log level for RequestContext tracing needs
  • #27735 - Performance regression in RequestContext activations
  • #27721 - Unclutter test resource start error message
  • #27713 - Reactive routes - don't append trailing slash if empty path and base set
  • #27711 - Support empty-dir volumes in Kubernetes, OpenShift, Knative extensions
  • #27704 - Minor correction in a doc
  • #27702 - Corrected AUTH_SERVER_URL_PROP in KeycloakTestClient
  • #27683 - Bump dekorate version to 2.11.2
  • #27681 - Support empty env var values in Kubernetes/Knative/OpenShift extensions
  • #27674 - Funqy - fix constructor injection for normal scoped beans
  • #27671 - Classes with @​Funq methods fail in constructor injection for normal scoped bean
  • #27663 - Kubernetes env vars do not allow empty values
  • #27660 - Update SmallRye Config to 2.12.0
  • #27655 - Use devRootAppend for all links in grpc devmode
  • #27654 - gRPC DevMode not working with custom non-application-root-path
  • #27653 - Bring JBossNettyLoggerFactory implementation in line with other implementations
  • #27652 - ${quarkus.application.version} not resolvable from application.yaml
  • #27636 - Added note about quarkus.native.container-build=true
  • #27633 - Optimize the dirty dependency graph walk
  • #27630 - quarkus.uuid is missing in 2.12.0
  • #27625 - Make 'postgres print-command' quarkus command work with reactive datasources
  • #27622 - NPE in DEV console command
  • #27612 - Add notes about logging exception in RESTEasy Reactive
  • #27605 - Malformed DNS message on MacOS
  • #27604 - Respect quarkus.class-loading.removed-artifacts when re-augmenting an app
  • #27600 - Mark quarkus:go-offline as threadSafe=true
  • #27598 - Fix to run first example on vertx page
  • #27596 - Mark quarkus:go-offline Maven mojo as thread-safe
  • #27595 - Add high level logging for RESTEasy Reactive exceptions
  • #27592 - Resteasy Reactive: Fix nested bean params for sub resources
  • #27589 - Quarkus startup hangs after upgrade to version 2.11.x.Final
  • #27585 - RESTEasy Reactive: log exceptions
  • #27584 - Add JIB custom entrypoint examples on documentation
  • #27582 - BeanManager.getBeans() - assume the default qualifier if none specified
  • #27580 - Support Instance injection
  • #27576 - Support config expansion when validating config changes
  • #27575 - Improve custom entrypoint configuration documentation for JIB images
  • #27559 - Fix SSE cancellation in the Reactive REST Client
  • #27546 - Allow removing artifacts when running re-augmentation for a mutable application
  • #27529 - Properly use ParamConverter to converting the values of collection types

... (truncated)

Commits
  • f97d7bc [RELEASE] - Bump version to 2.12.1.Final
  • 6263590 Bump smallrye-open-api from 2.2.0 to 2.2.1
  • a360731 Flyway callbacks can now access the Flyway instance
  • a08f7aa Merge pull request #27767 from gsmet/2.12.1-backports-2
  • 1b8e332 De-duplicate quarkus.debug.transformed-classes-dir
  • 98e9881 Add more complete interceptor example to the CDI guide
  • 5fa1ff3 REST Client quickstart change name to REST Client Classic
  • 0f33715 Ensure to check the runtime log level for RequestContext tracing needs
  • 04d70df Update SmallRye Config to 2.12.0
  • 4297ddd Merge pull request #27740 from gsmet/2.12.1-backports-1
  • Additional commits viewable in compare view


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

Updates quarkus-bootstrap-maven-plugin from 2.11.2.Final to 2.12.1.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 #72.