quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Bump quarkus.version from 2.15.3.Final to 2.16.0.Final #62

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.15.3.Final to 2.16.0.Final. Updates quarkus-extension-maven-plugin from 2.15.3.Final to 2.16.0.Final

Release notes

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

2.16.0.CR1

Major changes

  • #30000 - Change quarkus-cache config phase from BUILD_TIME to RUN_TIME
  • #29970 - Allow the use of security related annotations to be used as meta-annotations
  • #29935 - Support Smallrye Config property expression expansion for @​RolesAllowed value
  • #29788 - Enhance OidcClientFilter to select named OIDC clients
  • #29762 - Redis data preloading support
  • #29689 - Support allOf and anyOf in @​IfBuildProfile and @​UnlessBuildProfile
  • #29615 - Implement Redis time series support
  • #29419 - Add custom gRPC exception handling
  • #29251 - Add XDS support to gRPC extension

Complete changelog

  • #30294 - Bump junit-jupiter from 5.9.1 to 5.9.2 in /devtools/gradle
  • #30286 - Implement output-name/add-runner-suffix on Gradle
  • #30285 - Fix @​PartType ignored for String types in Resteasy Rest Client
  • #30281 - Extend test framework to allow testing behaviour of quarkus:test
  • #30273 - CI - Skip quickstarts build for jakarta-rewrite and 3.0 branches
  • #30272 - Update to Stork 1.4.1
  • #30270 - Support for Method parameter in methods annotated with @​ClientExceptionMapper
  • #30268 - Infinispan Service Binding
  • #30263 - gRPC Dev UI - fix problems when reusing the existing HTTP server
  • #30258 - Fix quarkus-cache doc typo
  • #30257 - Improve Quarkus CLI tests to check for --native flag output
  • #30256 - Reduce Vale linter errors on valid technical terms in Quarkus docs
  • #30252 - Qute - generated value resolver - use gizmo switch
  • #30244 - Dev UI for GRPC fails
  • #30236 - Bump checker-qual from 3.28.0 to 3.29.0
  • #30233 - Bump assertj-core from 3.23.1 to 3.24.1 in /devtools/gradle
  • #30226 - Upgrade Gizmo to 1.5.0.Final
  • #30220 - Ensure that ConfigBuilder classes work in native mode
  • #30217 - Update ci-prerequisites.sh
  • #30216 - Fix incremental CI not running test-extension or bootstrap-config tests in native Misc2 job
  • #30215 - Bump flyway.version from 9.10.2 to 9.11.0
  • #30213 - Add OIDC property for configuring internal ID token lifespan
  • #30207 - Bump to aesh 2.7
  • #30206 - Update Vert.x Mutiny Bindings to version 2.30.1
  • #30203 - Add missing gRPC docs for the new features
  • #30202 - Update gitflow-incremental-builder from 4.2.0 to 4.3.0
  • #30201 - Disable macOS M1 testing
  • #30189 - Bump mockito-bom from 4.10.0 to 4.11.0
  • #30188 - Bump Keycloak version to 20.0.2
  • #30185 - Bump error_prone_annotations from 2.16 to 2.17.0
  • #30181 - Bump com.gradle.enterprise from 3.12.1 to 3.12.2 in /devtools/gradle
  • #30174 - Small improvements to codestarts documentation
  • #30171 - Path configuration for form and webauthn cookies
  • #30165 - Bump nimbus-jose-jwt from 9.25.6 to 9.27
  • #30164 - Bump wiremock-maven-plugin from 7.2.0 to 7.3.0

... (truncated)

Commits
  • a349a66 [RELEASE] - Bump version to 2.16.0.Final
  • 60bd656 Merge pull request #30421 from gsmet/2.16.0-backports-1
  • 5177593 Revert "Propagate parent-first flag"
  • 1733d42 OpenTelemetry - Fix missing char
  • fcc7665 When using Gradle with extensions generating source code (gRPC, Avro...), the...
  • 3623c83 Update to Vert.x 4.3.7
  • b03133e Fix DB devservice restart, issue #30390
  • 911f974 Bump mariadb-java-client from 3.1.0 to 3.1.1
  • ebe1b01 Introduce minimum-java-version and recommended-java-version
  • d7a71be Add OIDC capability
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.15.3.Final to 2.16.0.Final

Updates quarkus-bom from 2.15.3.Final to 2.16.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.16.0.CR1

Major changes

  • #30000 - Change quarkus-cache config phase from BUILD_TIME to RUN_TIME
  • #29970 - Allow the use of security related annotations to be used as meta-annotations
  • #29935 - Support Smallrye Config property expression expansion for @​RolesAllowed value
  • #29788 - Enhance OidcClientFilter to select named OIDC clients
  • #29762 - Redis data preloading support
  • #29689 - Support allOf and anyOf in @​IfBuildProfile and @​UnlessBuildProfile
  • #29615 - Implement Redis time series support
  • #29419 - Add custom gRPC exception handling
  • #29251 - Add XDS support to gRPC extension

Complete changelog

  • #30294 - Bump junit-jupiter from 5.9.1 to 5.9.2 in /devtools/gradle
  • #30286 - Implement output-name/add-runner-suffix on Gradle
  • #30285 - Fix @​PartType ignored for String types in Resteasy Rest Client
  • #30281 - Extend test framework to allow testing behaviour of quarkus:test
  • #30273 - CI - Skip quickstarts build for jakarta-rewrite and 3.0 branches
  • #30272 - Update to Stork 1.4.1
  • #30270 - Support for Method parameter in methods annotated with @​ClientExceptionMapper
  • #30268 - Infinispan Service Binding
  • #30263 - gRPC Dev UI - fix problems when reusing the existing HTTP server
  • #30258 - Fix quarkus-cache doc typo
  • #30257 - Improve Quarkus CLI tests to check for --native flag output
  • #30256 - Reduce Vale linter errors on valid technical terms in Quarkus docs
  • #30252 - Qute - generated value resolver - use gizmo switch
  • #30244 - Dev UI for GRPC fails
  • #30236 - Bump checker-qual from 3.28.0 to 3.29.0
  • #30233 - Bump assertj-core from 3.23.1 to 3.24.1 in /devtools/gradle
  • #30226 - Upgrade Gizmo to 1.5.0.Final
  • #30220 - Ensure that ConfigBuilder classes work in native mode
  • #30217 - Update ci-prerequisites.sh
  • #30216 - Fix incremental CI not running test-extension or bootstrap-config tests in native Misc2 job
  • #30215 - Bump flyway.version from 9.10.2 to 9.11.0
  • #30213 - Add OIDC property for configuring internal ID token lifespan
  • #30207 - Bump to aesh 2.7
  • #30206 - Update Vert.x Mutiny Bindings to version 2.30.1
  • #30203 - Add missing gRPC docs for the new features
  • #30202 - Update gitflow-incremental-builder from 4.2.0 to 4.3.0
  • #30201 - Disable macOS M1 testing
  • #30189 - Bump mockito-bom from 4.10.0 to 4.11.0
  • #30188 - Bump Keycloak version to 20.0.2
  • #30185 - Bump error_prone_annotations from 2.16 to 2.17.0
  • #30181 - Bump com.gradle.enterprise from 3.12.1 to 3.12.2 in /devtools/gradle
  • #30174 - Small improvements to codestarts documentation
  • #30171 - Path configuration for form and webauthn cookies
  • #30165 - Bump nimbus-jose-jwt from 9.25.6 to 9.27
  • #30164 - Bump wiremock-maven-plugin from 7.2.0 to 7.3.0

... (truncated)

Commits
  • a349a66 [RELEASE] - Bump version to 2.16.0.Final
  • 60bd656 Merge pull request #30421 from gsmet/2.16.0-backports-1
  • 5177593 Revert "Propagate parent-first flag"
  • 1733d42 OpenTelemetry - Fix missing char
  • fcc7665 When using Gradle with extensions generating source code (gRPC, Avro...), the...
  • 3623c83 Update to Vert.x 4.3.7
  • b03133e Fix DB devservice restart, issue #30390
  • 911f974 Bump mariadb-java-client from 3.1.0 to 3.1.1
  • ebe1b01 Introduce minimum-java-version and recommended-java-version
  • d7a71be Add OIDC capability
  • Additional commits viewable in compare view


Updates quarkus-bootstrap-maven-plugin from 2.15.3.Final to 2.16.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)