quarkiverse / quarkus-wiremock

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

chore(deps): bump quarkus.version from 3.15.1 to 3.15.2 #185

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps quarkus.version from 3.15.1 to 3.15.2. Updates io.quarkus:quarkus-bom from 3.15.1 to 3.15.2

Release notes

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

3.15.2

Complete changelog

  • #36336 - @CacheResult on legacy @RegisterRestClient throws CCE on 3.4.2
  • #37430 - Docs: OpenID Connect (OIDC) and OAuth2 Client and Filters Reference Guide
  • #40007 - Add ability to hide rest endpoints from OpenAPI schema / Swagger
  • #41813 - Keycloak container consumes too much memory in devmode
  • #42064 - Self changes of column names to non-exist column names by PanacheJpaUtil#getFastCountQuery
  • #42237 - Warning about failing to index Spring class on reload
  • #42238 - Transfer-Encoding header is set twice
  • #42425 - Fetchgraph does not prevent Hibernate from fetching lazy one-to-one relationships
  • #42520 - FAQ (frequently asked questions) documentation for extensions
  • #43036 - quarkus plug sync no longer removes plugins provided by extensions
  • #43191 - quarkus plugin sync is broken
  • #43192 - Fix Quarkus plugin syncing
  • #43245 - ArC: fix the situation when a framework bean uses an application decorator
  • #43290 - Using reusable workflows in Quarkiverse release process
  • #43307 - Enum values are not displayed in extension documentation
  • #43319 - Unable to run application with kafka-stream on aarch64 built using native builder image
  • #43326 - Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer
  • #43347 - Bump microprofile-reactive-streams-operators.version from 3.0 to 3.0.1
  • #43348 - Bump hibernate-orm.version from 6.6.0.Final to 6.6.1.Final, hibernate-reactive.version from 2.4.0.Final to 2.4.1.Final
  • #43352 - Use ChainedLocalRepositoryManager to support -Dmaven.repo.local.tail
  • #43364 - Issue with multiform data rest client on Quarkus 3.14
  • #43373 - Application hangs on https=http port check failure
  • #43376 - Properly fail when both http and https servers started on port
  • #43383 - Add Javadoc for DevMojo#jvmArgs
  • #43420 - Use varargs for localRepositoryTail
  • #43422 - HTTP HEAD to @GET endpoint of (reactive) Jakarta RESTful web services sub resource returns 405
  • #43424 - Migrating to 3.13.0 results in failure on quarkus reactive routes
  • #43425 - Avoid SecurityContextOverrideHandler NPE when user provided custom JAX-RS security context and Quarkus Security is not present
  • #43437 - Make media type optional for InputStream when using multipart in REST Client
  • #43439 - WebSockets Next: ignore non-websocket connections
  • #43440 - Support @HEAD and @OPTIONS in sub-resources
  • #43459 - Make sure Transfer-Encoding set by a Resource is honored
  • #43471 - ConcurrentModificationException when Quarkus Micrometer extension is used
  • #43472 - Can't perform augmentation when using gRpc extension
  • #43473 - quarkus:update fails on Windows with quarkus-cli
  • #43474 - Improper defaults in KubernetesClientBuildConfig
  • #43475 - Inherit defaults from Fabric8 kubernetes client defaults
  • #43489 - Qute Generated ValueResolver for interface default methods
  • #43490 - Bump kubernetes-client-bom from 6.13.3 to 6.13.4
  • #43498 - Qute: improve docs/javadoc about value resolvers ordering
  • #43501 - Update quarkus-spring-api to 6.1.SP4
  • #43502 - OpenTelemetry instrumentation still active after quarkus.otel.sdk.disabled=true
  • #43515 - Check whether a dependency has resolved paths before setting a component path
  • #43518 - Mailer: default mailer beans are not registered if only mail template record is used
  • #43519 - Quiet down logs of observability DevResources
  • #43524 - Mailer: register default mailer beans correctly

... (truncated)

Commits
  • a5fa609 [RELEASE] - Bump version to 3.15.2
  • 85d04ef Merge pull request #44525 from gsmet/realign-infinispan
  • c15d56d Realign Infinispan version to 15.0.8.Final
  • 61eedcf Merge pull request #44476 from gsmet/3.15.2-backports-3
  • 85900e9 Check self-signed ID token when access token is verified
  • e8c69c2 Dev UI Open in IDE make sure lineNumber is in quotes
  • f3ea1ca ArC: turn existing test classes into actual tests
  • c8dad24 ArC: fix the situation when a framework bean uses an application decorator
  • e83b23d Hibernate: Silence DB connection info logging
  • aa1c7ed Properly apply the update recipes in version order
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.15.1 to 3.15.2

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.15.1 to 3.15.2

Updates io.quarkus:quarkus-extension-processor from 3.15.1 to 3.15.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.15.1 to 3.15.2

Release notes

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

3.15.2

Complete changelog

  • #36336 - @CacheResult on legacy @RegisterRestClient throws CCE on 3.4.2
  • #37430 - Docs: OpenID Connect (OIDC) and OAuth2 Client and Filters Reference Guide
  • #40007 - Add ability to hide rest endpoints from OpenAPI schema / Swagger
  • #41813 - Keycloak container consumes too much memory in devmode
  • #42064 - Self changes of column names to non-exist column names by PanacheJpaUtil#getFastCountQuery
  • #42237 - Warning about failing to index Spring class on reload
  • #42238 - Transfer-Encoding header is set twice
  • #42425 - Fetchgraph does not prevent Hibernate from fetching lazy one-to-one relationships
  • #42520 - FAQ (frequently asked questions) documentation for extensions
  • #43036 - quarkus plug sync no longer removes plugins provided by extensions
  • #43191 - quarkus plugin sync is broken
  • #43192 - Fix Quarkus plugin syncing
  • #43245 - ArC: fix the situation when a framework bean uses an application decorator
  • #43290 - Using reusable workflows in Quarkiverse release process
  • #43307 - Enum values are not displayed in extension documentation
  • #43319 - Unable to run application with kafka-stream on aarch64 built using native builder image
  • #43326 - Hibernate-Reactive: ClassCastException EmbeddableInitializerImpl to ReactiveInitializer
  • #43347 - Bump microprofile-reactive-streams-operators.version from 3.0 to 3.0.1
  • #43348 - Bump hibernate-orm.version from 6.6.0.Final to 6.6.1.Final, hibernate-reactive.version from 2.4.0.Final to 2.4.1.Final
  • #43352 - Use ChainedLocalRepositoryManager to support -Dmaven.repo.local.tail
  • #43364 - Issue with multiform data rest client on Quarkus 3.14
  • #43373 - Application hangs on https=http port check failure
  • #43376 - Properly fail when both http and https servers started on port
  • #43383 - Add Javadoc for DevMojo#jvmArgs
  • #43420 - Use varargs for localRepositoryTail
  • #43422 - HTTP HEAD to @GET endpoint of (reactive) Jakarta RESTful web services sub resource returns 405
  • #43424 - Migrating to 3.13.0 results in failure on quarkus reactive routes
  • #43425 - Avoid SecurityContextOverrideHandler NPE when user provided custom JAX-RS security context and Quarkus Security is not present
  • #43437 - Make media type optional for InputStream when using multipart in REST Client
  • #43439 - WebSockets Next: ignore non-websocket connections
  • #43440 - Support @HEAD and @OPTIONS in sub-resources
  • #43459 - Make sure Transfer-Encoding set by a Resource is honored
  • #43471 - ConcurrentModificationException when Quarkus Micrometer extension is used
  • #43472 - Can't perform augmentation when using gRpc extension
  • #43473 - quarkus:update fails on Windows with quarkus-cli
  • #43474 - Improper defaults in KubernetesClientBuildConfig
  • #43475 - Inherit defaults from Fabric8 kubernetes client defaults
  • #43489 - Qute Generated ValueResolver for interface default methods
  • #43490 - Bump kubernetes-client-bom from 6.13.3 to 6.13.4
  • #43498 - Qute: improve docs/javadoc about value resolvers ordering
  • #43501 - Update quarkus-spring-api to 6.1.SP4
  • #43502 - OpenTelemetry instrumentation still active after quarkus.otel.sdk.disabled=true
  • #43515 - Check whether a dependency has resolved paths before setting a component path
  • #43518 - Mailer: default mailer beans are not registered if only mail template record is used
  • #43519 - Quiet down logs of observability DevResources
  • #43524 - Mailer: register default mailer beans correctly

... (truncated)

Commits
  • a5fa609 [RELEASE] - Bump version to 3.15.2
  • 85d04ef Merge pull request #44525 from gsmet/realign-infinispan
  • c15d56d Realign Infinispan version to 15.0.8.Final
  • 61eedcf Merge pull request #44476 from gsmet/3.15.2-backports-3
  • 85900e9 Check self-signed ID token when access token is verified
  • e8c69c2 Dev UI Open in IDE make sure lineNumber is in quotes
  • f3ea1ca ArC: turn existing test classes into actual tests
  • c8dad24 ArC: fix the situation when a framework bean uses an application decorator
  • e83b23d Hibernate: Silence DB connection info logging
  • aa1c7ed Properly apply the update recipes in version order
  • 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] | | io.quarkus:quarkus-bom | [>= 3.11.a, < 3.12] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.11.a, < 3.12] | | io.quarkus:quarkus-extension-processor | [>= 3.11.a, < 3.12] | | io.quarkus:quarkus-maven-plugin | [>= 3.11.a, < 3.12] |

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)