quarkiverse / quarkus-wiremock

Quarkus extension for launching an in-process Wiremock server
https://wiremock.org/
Apache License 2.0
15 stars 8 forks source link

chore(deps): bump quarkus.version from 3.2.7.Final to 3.2.8.Final #63

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps quarkus.version from 3.2.7.Final to 3.2.8.Final. Updates io.quarkus:quarkus-bom from 3.2.7.Final to 3.2.8.Final

Release notes

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

3.2.8.Final

Complete changelog

  • #36916 - Tiny grammar tweaks for the Authorization of web endpoints guide
  • #36869 - Produce a 503 response when there no more worker threads to handle blocking requests
  • #36860 - Exhausted thread pool returns error 500 instead of 503 status code
  • #36852 - Remove erroneous preview status from cache doc
  • #36837 - Tiny Vale tweaks for Datasource and Logging guide
  • #36835 - Duplicate Authorization Bearer Header Fix
  • #36833 - More reliable test setup in integration-tests/hibernate-orm-tenancy/datasource
  • #36816 - Fixing Db2 Driver typo
  • #36814 - Documentation not correct : https://quarkus.io/guides/datasource#configure-a-jdbc-datasource (DB2 driver)
  • #36810 - AccessTokenRequestReactiveFilter::propagateToken duplicates the authorization header
  • #36802 - Fix assertions in Hibernate ORM 5.6 compatibility tests
  • #36794 - hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime
  • #36788 - Fix dead link in infinispan-client-reference.adoc
  • #36705 - Bump Keycloak version to 22.0.5
  • #36682 - Vert.x: fix NPE in ForwardedProxyHandler
  • #36668 - Fix quarkus update regression on extensions
  • #36664 - Take @ConstrainedTo into account for interceptors
  • #36656 - TrustedXForwarderProxiesUnknownHostnameFailureTest failing on Windows
  • #36651 - Dev UI: Fix height in Rest Client
  • #36645 - QuarkusSecurityTestExtension afterEach call should not be made for tests without @TestSecurity
  • #36628 - Make the ZSTD Substitutions more robust
  • #36620 - Dev UI Rest Client Page has additional scroll bar
  • #36605 - Fix handling of HTTP/2 H2 empty frames in Resteasy Reactive
  • #36604 - Fix handling of HTTP/2 H2 empty frames in Resteasy Reactive
  • #36601 - QuarkusSecurityTestExtension should not call CDI.current() when annotation is not present.
  • #36566 - Fix deployer detection in quarkus-maven-plugin
  • #36556 - ArC: fix PreDestroy callback support for decorators
  • #36545 - @PostConstruct and @PreDestroy support on @Decorator classes
  • #36544 - Update Vert.x version to 4.4.6
  • #36501 - Let custom OIDC token propagation filters customize the exchange status
  • #36459 - Let custom OIDC token propagation filters provide client name
  • #36453 - Upgrade Oracle JDBC driver to 23.3.0.23.09
  • #36436 - Upgrade to Hibernate ORM 6.2.13.Final
  • #36420 - Allow parallel execution of blocking health checks
  • #36419 - Blocking Health Checks should be executed in parallel, not sequentially/ordered
  • #36408 - Ensure that SSE builder works in native
  • #36406 - AssembleDownstreamDocumentation - print guide name
  • #36403 - IBM Db2 - Register resource bundle classes for reflection
  • #36402 - Native Picocli build breaks SSE client
  • #36399 - quarkus-jdbc-db2: resource bundle missing
  • #36382 - redis-cache blocks the eventloop
  • #36377 - Allow @ClientHeaderParam to override User-Agent
  • #36371 - Fix issue in Java migration in dev-mode
  • #36351 - Properly handle invalid response body errors in Reactive REST Client
  • #36333 - Prepare for ORM update
  • #36329 - Custom User-Agent header ignored

... (truncated)

Commits
  • 36e8caf [RELEASE] - Bump version to 3.2.8.Final
  • 6b711c9 Filter configuration names from the quarkus namespace in the Gradle plugin
  • e2f96d1 Merge pull request #36923 from aloubyansky/3.2.8-backports-7
  • fb9b35e Fix dead link in infinispan-client-reference.adoc
  • 8f763e5 Small asciidoc formatting fixes
  • 111e41b Fixing Db2 Driver typo
  • 4bddbc5 Produce a 503 response when there no more worker threads to handle blocking r...
  • 1a2264f Authorization-of-web-endpoints ValeTweaks
  • 2353b8e Merge pull request #36894 from aloubyansky/3.2.8-backports-6
  • 8a514ad Remove more Docker images and other stuff before starting CI
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.2.7.Final to 3.2.8.Final

Updates io.quarkus:quarkus-extension-processor from 3.2.7.Final to 3.2.8.Final

Updates io.quarkus:quarkus-extension-maven-plugin from 3.2.7.Final to 3.2.8.Final

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.2.8.Final

Complete changelog

  • #36916 - Tiny grammar tweaks for the Authorization of web endpoints guide
  • #36869 - Produce a 503 response when there no more worker threads to handle blocking requests
  • #36860 - Exhausted thread pool returns error 500 instead of 503 status code
  • #36852 - Remove erroneous preview status from cache doc
  • #36837 - Tiny Vale tweaks for Datasource and Logging guide
  • #36835 - Duplicate Authorization Bearer Header Fix
  • #36833 - More reliable test setup in integration-tests/hibernate-orm-tenancy/datasource
  • #36816 - Fixing Db2 Driver typo
  • #36814 - Documentation not correct : https://quarkus.io/guides/datasource#configure-a-jdbc-datasource (DB2 driver)
  • #36810 - AccessTokenRequestReactiveFilter::propagateToken duplicates the authorization header
  • #36802 - Fix assertions in Hibernate ORM 5.6 compatibility tests
  • #36794 - hibernate-orm-compatibility-5.6 tests are failing on CompatibilityTest.offsetTime
  • #36788 - Fix dead link in infinispan-client-reference.adoc
  • #36705 - Bump Keycloak version to 22.0.5
  • #36682 - Vert.x: fix NPE in ForwardedProxyHandler
  • #36668 - Fix quarkus update regression on extensions
  • #36664 - Take @ConstrainedTo into account for interceptors
  • #36656 - TrustedXForwarderProxiesUnknownHostnameFailureTest failing on Windows
  • #36651 - Dev UI: Fix height in Rest Client
  • #36645 - QuarkusSecurityTestExtension afterEach call should not be made for tests without @TestSecurity
  • #36628 - Make the ZSTD Substitutions more robust
  • #36620 - Dev UI Rest Client Page has additional scroll bar
  • #36605 - Fix handling of HTTP/2 H2 empty frames in Resteasy Reactive
  • #36604 - Fix handling of HTTP/2 H2 empty frames in Resteasy Reactive
  • #36601 - QuarkusSecurityTestExtension should not call CDI.current() when annotation is not present.
  • #36566 - Fix deployer detection in quarkus-maven-plugin
  • #36556 - ArC: fix PreDestroy callback support for decorators
  • #36545 - @PostConstruct and @PreDestroy support on @Decorator classes
  • #36544 - Update Vert.x version to 4.4.6
  • #36501 - Let custom OIDC token propagation filters customize the exchange status
  • #36459 - Let custom OIDC token propagation filters provide client name
  • #36453 - Upgrade Oracle JDBC driver to 23.3.0.23.09
  • #36436 - Upgrade to Hibernate ORM 6.2.13.Final
  • #36420 - Allow parallel execution of blocking health checks
  • #36419 - Blocking Health Checks should be executed in parallel, not sequentially/ordered
  • #36408 - Ensure that SSE builder works in native
  • #36406 - AssembleDownstreamDocumentation - print guide name
  • #36403 - IBM Db2 - Register resource bundle classes for reflection
  • #36402 - Native Picocli build breaks SSE client
  • #36399 - quarkus-jdbc-db2: resource bundle missing
  • #36382 - redis-cache blocks the eventloop
  • #36377 - Allow @ClientHeaderParam to override User-Agent
  • #36371 - Fix issue in Java migration in dev-mode
  • #36351 - Properly handle invalid response body errors in Reactive REST Client
  • #36333 - Prepare for ORM update
  • #36329 - Custom User-Agent header ignored

... (truncated)

Commits
  • 36e8caf [RELEASE] - Bump version to 3.2.8.Final
  • 6b711c9 Filter configuration names from the quarkus namespace in the Gradle plugin
  • e2f96d1 Merge pull request #36923 from aloubyansky/3.2.8-backports-7
  • fb9b35e Fix dead link in infinispan-client-reference.adoc
  • 8f763e5 Small asciidoc formatting fixes
  • 111e41b Fixing Db2 Driver typo
  • 4bddbc5 Produce a 503 response when there no more worker threads to handle blocking r...
  • 1a2264f Authorization-of-web-endpoints ValeTweaks
  • 2353b8e Merge pull request #36894 from aloubyansky/3.2.8-backports-6
  • 8a514ad Remove more Docker images and other stuff before starting CI
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.quarkus:quarkus-bom | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-processor | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-maven-plugin | [>= 3.3.a, < 3.4] |

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)