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.0.Final #50

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.8.0.CR1

Major changes

  • #23550 - Update to SmallRye Fault Tolerance 5.3.0
  • #23423 - Support for OIDC Proof Of Key for Code Exchange (PKCE)
  • #23334 - Bump GraalVM / Mandrel version to 22.0
  • #23332 - Add manifest configuration in build mojo/task
  • #22960 - Add new extension Panache Hibernate Resteasy Reactive Rest Data
  • #21115 - QuarkusTransaction API
  • #18006 - Move assertj from BOM to build-parent

Complete changelog

  • #24487 - Update liquibase xsds
  • #24484 - Bump quarkus-http.version from 4.1.7 to 4.1.8
  • #24479 - Update postgres, mariadb and db2 images for tests and devservices
  • #24478 - Support date headers correctly in event server
  • #24476 - Qute - fix validation of "cdi:" namespace expressions
  • #24475 - Creates Redis RunningDevService with proper connection url
  • #24473 - Redis Shared Dev Services Failed to Connect
  • #24471 - Avoid French words in resteasy-reactive.adoc
  • #24469 - Upgrade to Oracle JDBC drivers 21.5.0.0
  • #24468 - Upgrade Oracle JDBC to 21.5.0.0
  • #24467 - Support Uni and CompletionStage results for multipart responses in REST Client Reactive
  • #24464 - List applicable param converters for resteasy reactive endpoints in dev ui
  • #24461 - Bump wiremock-maven-plugin from 7.0.0 to 7.1.0
  • #24459 - Add integrationTest tests as part of testNative task
  • #24458 - More cleanup for RESTEasy Reactive switch of rest-json.adoc
  • #24456 - Upgrade Hibernate Reactive to 1.1.4.Final
  • #24454 - Misc updates in codebase to be a bit more efficient
  • #24451 - Ban org.jboss.spec.javax.el:jboss-el-api_3.0_spec
  • #24450 - Support ConfigMappings and ConfigProperties injections with Instance
  • #24449 - Introduce Kind extension that supports autoloading
  • #24448 - Add REST Client Reactive extensions for JAXB and JSON-B
  • #24447 - Improve usability of RESTEasy Reactive server and client multipart handling
  • #24443 - Use loadClass rather than loadClassFromTCCL for ArC
  • #24442 - Ban org.jboss.spec.javax.el:jboss-el-api_3.0_spec
  • #24440 - Execute test plan with the deployment classloader as the TCCL
  • #24438 - Support large file uploads with Reactive REST Client
  • #24436 - Fix the Json deserializers code snippets
  • #24435 - Support large file downloads with Reactive REST Client
  • #24434 - Fix description of RESTEasy Reactive
  • #24432 - Respect custom ConfigRoot.name in ConfigInstantiator & fix minLogLevel handling
  • #24431 - Revert "Temporarily disable CliProjectJBangTest for Java 17+"
  • #24427 - quarkus-rest-client-reactive does not URL encode some @​QueryParam
  • #24426 - quarkus-rest-client-reactive does not URL encode some @​QueryParam values
  • #24425 - Properly pin RESTEasy extensions to show a consistent view of both stacks
  • #24422 - Fix a few issues in the JaCoCo guide
  • #24420 - Initialize hibernate reactive before gRPC
  • #24419 - Bump wildfly-elytron.version from 1.18.3.Final to 1.19.0.Final

... (truncated)

Commits
  • 66d7092 [RELEASE] - Bump version to 2.8.0.Final
  • 68fd9d1 Also handle the RHBQ Platform
  • 7c96293 Restore RESTEasy codestart by default for Quarkus < 2.8
  • d8251ac Documentation - Fix artifactId in code snippet
  • 14dd7e7 Merge pull request #24615 from gsmet/2.8.0-backports-2
  • 42c9dd7 Moved @Rollback to its own module #24500
  • cc37101 Upgrade to Agroal 1.16
  • 827ea14 fix(security): Update Jackson BOM to 2.13.2.20220328
  • 0206ac3 Oracle recorder ignores shared attribute in the reactive data source configur...
  • 74ac1cd Properly handle char and Character parameter types in JAX-RS methods
  • Additional commits viewable in compare view


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

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

Superseded by #53.