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.8.2.Final #54

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.8.2.Final

Complete changelog

  • #25144 - Revert PathMatchingHttpSecurityPolicy update which prepends quarkus.http.root-path to policy paths
  • #25131 - Fix REST Client Reactive path handling for sub-resources
  • #25127 - MP Config - fix programmatic lookup of custom type config property
  • #25123 - MP Config - programmatic lookup of "custom" type config property fails
  • #25111 - Fix lowercase in category description
  • #25091 - Update security-keycloak-authorization.adoc - added a note for AuthzClient Injection
  • #25086 - Fixed check whether non-test source sets were added
  • #25084 - Fix CCE with Map parameterized types
  • #25081 - Bump flyway.version from 8.5.8 to 8.5.9
  • #25079 - Bump elasticsearch-opensource-components.version from 8.1.2 to 8.1.3
  • #25073 - ClassCastException related to Maps on Parameterized test on 2.8.1.Final on Java 11
  • #25062 - Bump smallrye-jwt version to 3.4.0
  • #25038 - Fix Map.Entry handling of parameterized tests
  • #25036 - SmallRye GraphQL 1.4.5
  • #25035 - Update OidcClientReactiveFilter to ensure only a single Authorization header is set
  • #25033 - Prevent unnecessary parameter array allocations
  • #25031 - Save empty array allocation when no path params exist
  • #25029 - REST Reactive Client when retried, Authorization header is multiplied by OidcClientRequestReactiveFilter
  • #25028 - Reactive REST client duplicates paths, described by subresources
  • #25027 - Quarkus testing with @ParameterizedTest using Map (entries) broken with Java 17 + 18 (xstream)
  • #25022 - Only log messages once on failure
  • #25021 - Dump startup logs when dev services fails
  • #25020 - Better error when DOCKER_HOST invalid
  • #25019 - Don't fail if we can't transform test classes
  • #25009 - Oracle DevServices: limit CPU to 2 to avoid excessive memory consumption
  • #25007 - Configuration profile aware file clarification
  • #25006 - Fixed registry platforms config merging
  • #25004 - Use correct method to report unknown properties
  • #24996 - ConcurrentModificationException when use @​GraphQLClientApi
  • #24995 - Prevent buildpack inception style builds
  • #24965 - Bump micrometer-bom from 1.8.4 to 1.8.5
  • #24943 - Continuous testing fails when a dependency brings in an optional dependency and a Jandex index
  • #24939 - Oracle Devservice fails to launch on hosts with over 100 CPU cores
  • #24900 - Profile-specific application.properties not found in src/test/resources
  • #24886 - how to disable ssl hostname verify after i configure jwt.verify.publickey.location property?
  • #24878 - Unrecognized configuration key warnings since 2.8.0.Final if using config property with list values in YAML
  • #24845 - Support custom test classes dir under 'target'
  • #24795 - ArC - custom error message when kotlin List used with All qualifier
  • #24783 - Add support for sending query params as using a Map in Reactive Rest Client
  • #24766 - Allow Kotlin Collections.List for @​All qualifier
  • #24764 - Allow us to configure dynamic query parameters in the rest client
  • #24680 - Bump elasticsearch-opensource-components.version from 8.1.1 to 8.1.2
  • #24666 - Export application name and version in tests
  • #24589 - Apply some small optimizations to the generated Reactive REST Client
  • #23752 - maven: Support different/multiple class-directories for tests
  • #23613 - Prevent inception style buildpack builds

... (truncated)

Commits
  • 26015f6 [RELEASE] - Bump version to 2.8.2.Final
  • e5a4dc0 Merge pull request #25148 from gsmet/2.8.2-backports-2
  • 3681960 Revert PathMatchingHttpSecurityPolicy update which prepends quarkus.http.root...
  • 6dd929c Support custom test classes dir under 'target'
  • ddd5f48 fix: prevent buildpack inception style builds.
  • fd2190c MP Config - fix programmatic lookup of custom type config property
  • fcc57dd Fix REST Client Reactive path handling for sub-resources
  • a640cfb Add support for sending multiple query params as using a Map
  • 2026123 Don't read method generic types in REST Client Reactive unless it's necessary
  • 3f8e417 Don't read method parameter annotations in REST Client Reactive unless it's n...
  • Additional commits viewable in compare view


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

Updates quarkus-bootstrap-maven-plugin from 2.7.0.Final to 2.8.2.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 #55.