quarkiverse / quarkus-mockk

Mockk Quarkus Extension
Apache License 2.0
22 stars 11 forks source link

Bump quarkus.version from 3.6.5 to 3.7.2 #268

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps quarkus.version from 3.6.5 to 3.7.2. Updates io.quarkus:quarkus-bom from 3.6.5 to 3.7.2

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.7.2

Complete changelog

  • #37807 - SSL requests hang when returning a CompletableFuture
  • #38101 - smallrye-openapi property oidc-open-id-connect-url might not be fixed at build time
  • #38231 - OpenAPI: Always run OpenIDConnectSecurityFilter at runtime
  • #38310 - Add note about the two quarkus-extension files
  • #38394 - quarkus-cache: "keyGenerator" destroyed, even if it is annotated with "Singleton"
  • #38397 - Use actions/setup-java GPG key feature
  • #38411 - Cache: only dependent CacheKeyGenerator beans are destroyed after use
  • #38422 - nested configurations in extension: sub-property is seen as nested entity.
  • #38431 - quarkus.oidc-token-propagation-reactive.enabled-during-authentication does not work correctly in the code flow
  • #38442 - Make sure the code flow access token is propagated during the authentication
  • #38444 - Fix request hanging condition
  • #38451 - Remove workaround for HHH-17683 in Panache
  • #38479 - Stricter and false positive env variables validation after upgrade to 3.7.0
  • #38483 - Add a tool to check cross references
  • #38488 - Update to Vert.x 4.5.2
  • #38495 - Add org.graalvm.regex:regex to runnerParentFirstArtifacts
  • #38499 - Alpn property not work in rest client reactive
  • #38500 - Make quarkus.rest-client.alpn work in programmatically created client
  • #38506 - lombok warning when building with 3.7.1
  • #38514 - Alpn property not work for single rest client reactive
  • #38516 - Add missing alpn config key handling from named config
  • #38521 - Panache sorting no longer works for embedded fields in Quarkus 3.7.1
  • #38525 - Fix typo in RedisClientConfig JavaDoc
  • #38527 - Revert "Escape column names with backticks in order by clause of hql query"
  • #38543 - LinksProcessor ID field error for native class HalCollectionWrapper
  • #38545 - Enhance Adding extension section in cli-tooling documentation page
  • #38546 - Add globbing pattern to cli-tooling.adoc
  • #38548 - Bump smallrye-open-api from 3.8.0 to 3.9.0
  • #38549 - Upgrade actions/setup-java to v4
  • #38550 - Upgrade checkout and java-setup actions to version v4
  • #38558 - Upgrade to Hibernate ORM 6.4.3.Final
  • #38580 - Make the Forwarded Parser syntax parsing case-insensitive
  • #38582 - Config property expects to have hyphen before digit
  • #38596 - Add missing entry in BOM for Hibernate Search outbox-polling relocation
  • #38597 - LinksProcessor ID field error for native class HalCollectionWrapper
  • #38605 - ArC: RequestContext - implement the activity check consistently
  • #38606 - Activating DEBUG for io.quarkus.oidc results in FORMAT_FAILURE
  • #38610 - Update SmallRye Config to 3.5.4
  • #38611 - Redis Client: add support for new configuration options
  • #38612 - Fix the OIDC debug message format bug
  • #38616 - AppCDS containerized generation runs with UID 1000 which can clash with an existing user with UID 1000 on the host
  • #38620 - Set quarkus-oidc-token-propagation-reactive status to stable
  • #38633 - Move Dev UI locking back to Quarkus BOM
  • #38636 - Update Vert.x to version 4.5.3
  • #38638 - Update activemq-artemis-broker container to 1.0.25
  • #38644 - Fix AppCDS generation when using podman

... (truncated)

Commits
  • ae3fb88 [RELEASE] - Bump version to 3.7.2
  • 14d7d51 Merge pull request #38661 from gsmet/3.7.2-backports-2
  • 7f77c9b Replace [#anchors] with [[anchors]] in downstream documentation
  • a33aa54 Move title attribute to icon
  • 09337f5 Use [[anchor]] format consistently
  • 421f75c Update activemq-artemis-broker container to 1.0.25
  • c96c9e2 Update SmallRye Config to 3.5.4
  • 6623f88 Fix AppCDS generation when using podman
  • 2cbfb67 Update Vert.x to version 4.5.3
  • e265506 Move Dev UI locking back to Quarkus BOM
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.6.5 to 3.7.2

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 4 months ago

Superseded by #269.