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.2.Final #27

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.4.2.Final

Complete changelog

  • #21365 - Remove wrong mention of the necessity of @RequestScope in security-jwt doc
  • #21364 - Update JMS guide to not create generated [test] code that isnt used
  • #21330 - Fix issue with LDAP + Form auth
  • #21329 - Fix setting instrumentation via config
  • #21328 - Set CurrentRequest in coroutines
  • #21327 - Bump quarkiverse-parent to 8
  • #21319 - Use token endpoint URL as OIDC JWT authentication audience
  • #21310 - OIDC client needs extra flexibility
  • #21307 - Form based Authentication and LDAP not working
  • #21304 - RESTEasy Reactive and Kotlin coroutines throws "No RESTEasy Reactive request in progress"
  • #21272 - Health UI: only update ui in dev and prod
  • #21270 - Preserve the type of multi in the SecurityHandler
  • #21268 - Make sure maven-settings.xml is generated outside the working dir
  • #21267 - Fix issues when using Infinispan in conjunction with Micrometer
  • #21264 - Ensure that Funqy classes can use built-in scopes
  • #21258 - Fix JWT guide to use a smallrye.jwt.verify.key.location property name
  • #21257 - Guide security-jwt mentions smallrye.jwt.key.verify.location instead of smallrye.jwt.verify.key.location
  • #21256 - Update documentation and error message according to property name
  • #21245 - Quarkus Tests with SmallRye Health Extension Sometimes Fail When Run In Parallel
  • #21239 - Bump com.gradle.plugin-publish from 0.16.0 to 0.17.0 in /devtools/gradle
  • #21232 - ArC - fix regression with repeatable interceptor bindings
  • #21208 - Bump resteasy.version from 4.7.2.Final to 4.7.3.Final
  • #21205 - CI - Always clean the Gradle temp directory
  • #21201 - Allow to customize JWT token algorithm for OIDC and OIDC client
  • #21198 - Fix vert-x CORS Filter to allow non-CORS OPTIONS requests
  • #21192 - Bump smallrye-jwt version to 3.3.1
  • #21190 - Ensure that Vertx Static resource handler can pick up generated resources
  • #21188 - Upgrade to RESTEasy 4.7.2.Final
  • #21174 - Multiple cache invalidation not working with a native build
  • #21169 - Fix various includes in documentation - 2.4
  • #21160 - Upgrade SmallRye Metrics to 3.0.4
  • #21154 - Check for Vault API to be ready in Vault tests
  • #21148 - Exclude commons-logging from resteasy-client-microprofile
  • #21095 - Vault tests are flaky
  • #21044 - Reactive routes incorrect json serialization
  • #21033 - Combination of quarkus-infinispan-client and quarkus-micrometer ends up with build error, missing microprofile-metrics-api
  • #20896 - ClassNotFoundException when injecting REST client in native
  • #20580 - Funqy declares multiple scope type annotations: javax.enterprise.context.ApplicationScoped, javax.enterprise.context.Dependent

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

... (truncated)

Commits
  • 2a19bc1 [RELEASE] - Bump version to 2.4.2.Final
  • b49d8ab Fix encoding of non-simple return types like array
  • ba08a09 Merge pull request #21369 from gsmet/2.4.2-backports-1
  • add2a30 ArC - fix regression with repeatable interceptor bindings
  • 299e7f2 Remove wrong mention of the necessity of @RequestScope in security-jwt doc
  • f44036c Update JMS guide to not create generated [test] code that isnt used
  • 56b0d1c Fix setting instrumentation via config
  • 6f33f21 Bump quarkiverse-parent to 8
  • 9f8c87b Use token endoint URL as OIDC JWT authentication audience
  • c6dae87 Fix issue with LDAP + Form auth
  • Additional commits viewable in compare view


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

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