quarkiverse / quarkus-kerberos

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

Bump quarkus.version from 2.2.3.Final to 2.4.1.Final #25

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.2.3.Final to 2.4.1.Final. Updates quarkus-bom from 2.2.3.Final to 2.4.1.Final

Release notes

Sourced from quarkus-bom's releases.

2.4.1.Final

Complete changelog

  • #21150 - Use Optional.orElseGet to fix OidcIdentityProvider bug
  • #21147 - Allow the application to start in dev mode even if we can't generate DDL scripts for the Dev UI
  • #21146 - Optional unwrapping failure OidcIdentityProvider at l. 223
  • #21143 - Ignore non gradle jvm project when building app model
  • #21140 - Ensure that all web-fragment.xml files are considered
  • #21130 - Move Smallrye JWT Build docs to a separate guide
  • #21129 - Hibernate Types not working anymore with Version 2.2.0 Final
  • #21122 - Quarkus ignores dev profile property for hibernate ORM configurations
  • #21118 - Quarkus not always initialising web servlets on startup
  • #21112 - Make sure the docker check is last
  • #21106 - Gradle MulitModule Project: quarkusGenerateCodeTests: java.lang.NullPointerException
  • #21098 - Fix test wait time type
  • #21097 - Increase vault client timeouts
  • #21096 - GraphQL: allow multiple accept headers
  • #21095 - Vault tests are flaky
  • #21093 - Update Hibernate Reactive to 1.0.1.Final
  • #21087 - quarkus.test.wait-time is documented as Duration type but only numbers are supported
  • #21086 - Avoid referencing classes to be removed in Kafka 3.0.0
  • #21085 - SmallRye GraphQL returns multiple content-types in Content-Type header when requested with multiple content-types in Accept header
  • #21083 - Kafka Streams extension fails to compile with Kafka clients 3.0.0
  • #21079 - Fix panache+kotlin named datasource issue
  • #21078 - Don't block indefinitly if a Quarkus app is not started
  • #21071 - Add panache annotation processor before configuration is resolved
  • #21064 - Do not use ConfigConfig directly (it is only required for documentation)
  • #21063 - Ensure that the same exception in method signature does not break Arc
  • #21060 - Throwing the same exception twice causes dev mode to fail build
  • #21053 - Make sure dev mode startup failure is logged
  • #21042 - Upgrade SmallRye Health to 3.1.2
  • #21036 - Upgrade to Hibernate ORM 5.6.1
  • #21029 - Ensure that .env file does not end up in the prod artifact
  • #21028 - Qute type-safe validation - fix namespace extension methods handling
  • #21025 - quarkus.config.locations was 'null' at build time and is now '/mnt/app-config-map'
  • #21024 - Uber-jar contains .env file when built after running quarkusDev (Gradle)
  • #21011 - Add gRPC guides missing imports and other improvements
  • #21008 - Iterating over a list of enums generated by Qute Namespace Extensions no longer works
  • #21006 - Exclude tomcat-embed-core
  • #21001 - Panache should enhance when superclass has fields
  • #20998 - Use custom thread factory for NIO
  • #20997 - Security annotations don't work with CompletionStage
  • #20996 - Compress startup messages with docker
  • #20995 - Allow List injection
  • #20986 - Fixes Maven project resources output dir
  • #20980 - Register config mappings with live reload
  • #20979 - @​RolesAllowed causes CompletionStage to be serialized as itself
  • #20977 - Increase default pool size in Rest Client Reactive
  • #20974 - quarkus:dev hot reload behavior changed & UI resources not being loaded (new in 2.4.0.Final, works in 2.3.1.Final)

... (truncated)

Commits
  • be7e658 [RELEASE] - Bump version to 2.4.1.Final
  • 2425524 Merge pull request #21152 from gsmet/2.4.1-backports-2
  • d432fdf Use Optional.orElseGet to fix OidcIdentityProvider bug
  • aa62a23 Test Hibernate ORM Dev UI's persistence info gathering
  • 9389d37 Move a test of PersistenceUnitNameComparator to the right module
  • 5d5a6b0 Allow the application to start in dev mode even if we can't generate DDL scri...
  • 4af28a8 Restructure internal persistence unit info for Hibernate ORM DevUI
  • 7058f72 Ensure that all web-fragment.xml files are considered
  • d7094cc Ignore non gradle jvm project when building app model
  • 66a72f3 Move Smallrye JWT Build docs to a separate guide
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.2.3.Final to 2.4.1.Final

Updates quarkus-bootstrap-maven-plugin from 2.2.3.Final to 2.4.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 #27.