quarkiverse / quarkus-kerberos

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

Bump quarkus.version from 2.7.0.Final to 2.7.1.Final #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.7.0.Final to 2.7.1.Final. Updates quarkus-bom from 2.7.0.Final to 2.7.1.Final

Release notes

Sourced from quarkus-bom's releases.

2.7.1.Final

Major changes

  • #23374 - Generate gRPC code from dependencies
  • #23210 - Add oidc-token-propagation-reactive extension

Complete changelog

  • #23493 - Fix incorrect configuration property in buildpack documentation
  • #23490 - More tabs work
  • #23472 - Properly handle void return type in REST Client Reactive
  • #23468 - Improve CT error handling
  • #23467 - Also remove final from parent classes
  • #23464 - Fix various Files.list resource leaks
  • #23455 - Bump kubernetes-client-bom from 5.12.0 to 5.12.1
  • #23446 - Rollback to use runtime for jib
  • #23441 - ArC - register client proxies and subclasses for reflection if needed
  • #23436 - Allow to invalidate ContextState of shareable CDI context and make use of it in ArcContextProvider
  • #23431 - Small fix for non-existing openapi additional folder
  • #23422 - Initialize defaultCatalog and defaultSchema in Hibernate ORM config
  • #23421 - Do not force mp.jwt.verify.publickey.location to be a build time property
  • #23417 - Regression since 2.6.3.Final in OpenShift extension
  • #23415 - Fix incorrect image tag in native reference guide
  • #23412 - Gradle: clear reloadable flag for extension dependencies
  • #23408 - Stork guide is missing the status properties
  • #23402 - Consider build time conditions when determining the JAX-RS Application class
  • #23401 - Properly take @​ClientExceptionMapper priority into account
  • #23398 - Fix documentation of ClientExceptionMapper
  • #23397 - Use the correct context for RESTEasy Reactive
  • #23396 - @​ClientExceptionMapper not working reliably
  • #23392 - Handle parent first artifact when running devmode from Gradle
  • #23390 - Make picocli extension stable
  • #23389 - Remove Gradle preview warning from documentation
  • #23388 - Make resteasy-qute extension stable
  • #23381 - CapturingInputStream discards -1 from delegate read
  • #23380 - Various adjustments for JReleaser
  • #23379 - ResteasyReactiveScanner.scanForApplicationClass does not seem to handle excludes correctly
  • #23374 - Generate gRPC code from dependencies
  • #23367 - Trim OpenTelemetry config endpoints
  • #23366 - Current version of graal-sdk contains several vulnerabilities
  • #23357 - Handle configured parent first resources
  • #23354 - Bump postgresql from 42.3.1 to 42.3.2
  • #23351 - Data corruption when mixing @FormParam and MultivaluedMap
  • #23348 - Set oidc-token-propagation status to stable
  • #23347 - Fix Javadoc of @​ServerRequestFilter
  • #23345 - Properly log InvalidDefinitionException exception in RESTEasy Reactive
  • #23344 - Fix JibConfig platforms javadoc
  • #23337 - Bump GraalVM / Mandrel version to 21.3.1
  • #23333 - ArC - fix disposer method resolution
  • #23330 - Allow qute tags with ".qute" prefixed extension

... (truncated)

Commits
  • ea4ef3d [RELEASE] - Bump version to 2.7.1.Final
  • bf67d84 Merge pull request #23494 from gsmet/2.7.1-backports-4
  • cd20197 More tabs work
  • ad91cb8 Detect when the app is reading input
  • 2592bf6 Fix incorrect configuration property in buildpack documentation
  • 5c94181 Merge pull request #23479 from gsmet/2.7.1-backports-3
  • b05aef4 Handle parent first artifact when running devmode from Gradle
  • 473bb1a Properly handle void return type in REST Client Reactive
  • 1988bd4 ArC - register client proxies and subclasses for reflection if needed
  • 24c9730 Improve CT error handling
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.7.0.Final to 2.7.1.Final

Updates quarkus-bootstrap-maven-plugin from 2.7.0.Final to 2.7.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 2 years ago

Superseded by #46.