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.15.0.Final #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from quarkus-bom's releases.

2.15.0.CR1

Major changes

  • #29490 - SmallRye GraphQL 1.9.0
  • #29323 - Support filtering by named queries in REST Data with Panache extension
  • #29277 - Add @​ClientQueryParam to Reactive REST Client
  • #29266 - Allows @​InjectMock with gRPC Mutiny clients
  • #29108 - Warmup stage
  • #29081 - Redis - Implement the search group
  • #29028 - Update to graalvm and mandrel 22.3.0 - 2.13
  • #28867 - Quarkus CRAC/Firecracker integration
  • #28838 - Support continuous test in cli (test command)
  • #28654 - Move gRPC extension to new Vert.x gRPC impl
  • #28305 - Add dev services for kubernetes
  • #27986 - Google Cloud Functions test framework
  • #25343 - Support for OIDC FrontChannel logout
  • #23410 - Introduce image build / push commands

Complete changelog

  • #29560 - Register codecs for subclasses for Vert.x event bus
  • #29554 - Update to Stork 1.3.3
  • #29552 - Fix JDBC Oracle exclude config for windows native builds
  • #29551 - Ban the use of org.jboss.jandex.Type#toString() in core deployment module
  • #29547 - Bump impsort-maven-plugin from 1.7.0 to 1.8.0
  • #29541 - Bump sshd-common version to 2.9.2
  • #29537 - Upgrade SmallRye Health to 3.3.1 (4.0.1)
  • #29535 - Use proper ArtifactCoords type in AbstractImageMojo
  • #29534 - Make sure dependency node's repositories are used when resolving the artifact
  • #29529 - Apply tiny polish to AbstractImageMojo
  • #29514 - Docs - Pulling up info on .dockerignore
  • #29507 - replace ExecutorTemplate with ExecutorRecorder
  • #29503 - Bump micrometer-bom from 1.10.1 to 1.10.2
  • #29499 - Docs - Fix typo in Front-Channel Logout documentation section
  • #29498 - Update SmallRye Config to 2.13.0
  • #29494 - Upgrade Flyway to 9.8.3
  • #29491 - Configure redis client beans from config for programmatic injection
  • #29490 - SmallRye GraphQL 1.9.0
  • #29486 - Vert.x event bus - add a test for generic payload
  • #29485 - Jakarta - Make sure all versions are proper strings in rewrite.yml
  • #29484 - Remove GraalVM annotation from ConfigDiagnostic
  • #29479 - Fail with 401 if single IdentityProvider produced no SecurityIdentity
  • #29478 - Disable quarkus-integration-test-reactive-messaging-hibernate-orm tests
  • #29470 - Add support for Kubernetes Client retry properties
  • #29467 - Add support for HTTP operation retries (with exponential backoff) in Kubernetes Client
  • #29464 - Optimize CsrfHandler use of SecureRandom
  • #29457 - Bump testcontainers.version from 1.17.5 to 1.17.6
  • #29454 - Update security authorization reference guide
  • #29449 - Remove incorrect target added to maven-compiler-plugin
  • #29439 - Split the generated io.quarkus.runner.Feature#beforeAnalysis() method

... (truncated)

Commits
  • a54124b [RELEASE] - Bump version to 2.15.0.Final
  • 9442d6f Merge pull request #29713 from gsmet/2.15.0-backports-2
  • 15c75c5 Fix ClientProxyGenerator
  • bb7a01f Introduce support for the uri file in k8s service binding
  • 1ae0666 Return allowed CORS headers in the letter case they were submitted in
  • e39cee3 Update CORS Access-Control-Allow-Headers test
  • 613b58a Fix wrong extension reference on WebauthN documentation
  • b7eb75e Polish Kubernetes Service Binding
  • 20c883c Allow using Gradle addExtension task without property file
  • c84d537 ArC - introduce immutable bean archive index
  • Additional commits viewable in compare view


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

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