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

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.3.1.Final

Major changes

  • #20686 - Upgrade to Hibernate ORM 5.6.0.Final

Complete changelog

  • #20832 - Fix Keycloak DevUI template to use a configured dev root
  • #20829 - Fix small typo in security-openid-connect guide
  • #20815 - Fix various typos in docs
  • #20812 - OIDC keycloak dev service (ui) is not taking devRootAppend into account
  • #20808 - DeploymentDependencySelector equals and hashCode impl
  • #20795 - Document how to create multiple instances of verticles
  • #20787 - Don't attempt to end the request if already ended
  • #20778 - "Mutiny droped exception" when testing secured endpoint without authorization
  • #20776 - Fix the deploying to Google Cloud guide
  • #20747 - Fix lambda maven archtetypes, startup bugs, and docs
  • #20745 - Lambda @​startup behaviour changed since quarkus version 2.3.0?
  • #20744 - Do not record active unprofiled configurations during build time
  • #20742 - Leverage docker executable name in docker check
  • #20737 - Add Quarkus specific mapping to microprofile openapi servers config
  • #20732 - The incoming event in an AWS Lambda Function is always null when the first invocation runs (cold start), but is populated in subsequent invocations (warm start)
  • #20730 - prod properties get picked-up in dev profile
  • #20727 - Fix Micrometer unremovable bean handling
  • #20725 - Make sure to resume request when challenging
  • #20723 - Prevent 'response already written' exception
  • #20710 - Update cache.adoc
  • #20703 - Micrometer custom MeterFilter not registered when not declared with @​Produces annotation
  • #20699 - RESTEasy classic rest client - make associated interceptors unremovable
  • #20697 - Do not fail with 401 if OIDC token does not have a custom role claim
  • #20695 - Ensure that async console logging does not prevent failed startup errors
  • #20694 - OIDC fails with 401 if no custom claim containing the roles is found
  • #20693 - Hibernate ORM: do not log stats when statistics collection is enabled
  • #20692 - Prevent ugly stacktrace in DevUI when no RESTEasy Reactive endpoints exist
  • #20691 - Apply another fix for multiple entries Hibernate ORM DevUI entry
  • #20689 - AWS lambda native from documentation doesn't work properly
  • #20686 - Upgrade to Hibernate ORM 5.6.0.Final
  • #20685 - Dev UI endpoint list rendering issue with reactive routes
  • #20683 - Duplicated persistence units and entities in dev ui
  • #20682 - Regenerate truststore for self-signed certificate case
  • #20680 - Improve Security Search in Quarkus Guides
  • #20674 - Maven Archetype quarkus-amazon-lambda-archetype:2.3.0.Final creates project with uncompilable source code on Test folder.
  • #20673 - quarkus:dependency-tree re-initialize the repository system to properly interpolate system properties
  • #20668 - Exclude JUnit 4 from the quarkus-bom
  • #20666 - quarkus.hibernate-orm.statistics can not be set to false if metrics.enabled is true
  • #20665 - quarkus-amazon-lambda-rest NullPointer on startup (native only)
  • #20664 - Fix setting class reader options
  • #20661 - The quarkus-maven-plugin:dependency-tree not resolving the dependencies versions correctly
  • #20660 - Missing Logs when using async logs and have wrong config
  • #20633 - Amazon Lambda Dependencies Are Wrong in Docs

... (truncated)

Commits
  • 3e8eee4 [RELEASE] - Bump version to 2.4.0.Final
  • de86e05 Merge pull request #20880 from aloubyansky/2.4-backport
  • 512dede Upgrade to Hibernate Search 6.0.7.Final
  • 25da69e Enable all charsets in native image for quarkus-tika
  • ef2477e Upgrade to SmallRye Metrics 3.0.3
  • 6078c57 Update to proton-j 0.33.10
  • d7cb1fb Enhance OidcClient to pass custom headers to the token endpoint
  • 43d1812 Fix Keycloak DevUI template to use a configured dev root
  • b1815fa Upgrade Hibernate Reactive to 1.0.0.Final
  • c17ed8a Fix small typo in security-openid-connect guide
  • Additional commits viewable in compare view


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

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