quarkiverse / quarkus-artemis

Quarkus Artemis extensions
Apache License 2.0
9 stars 11 forks source link

Bump quarkus.version from 3.12.0 to 3.12.1 #552

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps quarkus.version from 3.12.0 to 3.12.1. Updates io.quarkus:quarkus-maven-plugin from 3.12.0 to 3.12.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.12.0 to 3.12.1

Release notes

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

3.12.1

Complete changelog

  • #39575 - Quarkus devmode crashes on JDK >= 22 (Windows)
  • #40834 - Flyway documentation should mention required database modules
  • #40904 - Bump aesh (2.7 to 2.8.2) & aesh-readline (2.4 to 2.6)
  • #41224 - QuarkusComponentTest -> No ParameterResolver registered for parameter
  • #41237 - InvalidPathException on Windows with web-dependency-locator and webRoot
  • #41260 - Update to maven 3.9.8
  • #41271 - Small Windows fixes for web dev and welcome page
  • #41275 - Improve Infinispan cache guide
  • #41279 - WebSockets Next - client: document TLS registry configuration
  • #41280 - WebSockets Next: document the client API
  • #41285 - Config Doc - LGTM doc is not expanded
  • #41291 - Work around config doc issues for LGTM
  • #41296 - Overriding Kafka topic name using ENV variables fails with : SRMSG00071: Invalid channel configuration - the connector attribute must be set for channel
  • #41305 - QuarkusComponentTest: fix @InjectMock inconsistency
  • #41316 - Live reloading an app with quarkus-hibernate-search-standalone-elasticsearch results in UncaughtExceptions being logged
  • #41318 - Update SmallRye Config to 3.8.3
  • #41325 - Use AutoCloseableDestroyer for the standalone search mapping bean
  • #41329 - Resolve conditional dependencies using named configurations instead of detached ones
  • #41331 - WebSockets Next: fix OnOpen callback that returns Buffer/byte[]
  • #41332 - Make the identifier error message consistent with the rules
  • #41338 - WebSockets Next: document the client API
  • #41339 - Updates to Infinispan 15.0.5.Final and Protostream 5.0.5.Final
  • #41344 - Stork environment variable resolution not working properly
  • #41347 - Document TLS configuration for WebSockets Next
  • #41351 - OpenTelemetry gRPC OTLP traces exporter sometimes throws NPE on app shutdown when HTTP2 connection stream is closed
  • #41354 - MessageBodyWriter not selected went no Accept header is set
  • #41358 - Small cleanup in Hibernate ORM extension
  • #41361 - quarkus-quartz: programmatic scheduling of async tasks with jdbc-cmt breaks application startup
  • #41363 - Add launch instructions to command mode guide
  • #41366 - Bump org.jboss.resteasy.spring:resteasy-spring-web from 3.1.2.Final to 3.1.3.Final
  • #41370 - Quartz fix to use correct async constant
  • #41371 - Unindexed qualifier throws NPE when ArcProcessor validates beans
  • #41372 - DevUI: Endpoints error using Quarkus MyFaces extension (works in 3.8.4 LTS)
  • #41376 - Resteasy tries to instantiate abstract classes since Quarkus 3.3
  • #41381 - Quartz: add a test for programmatic job metadata
  • #41398 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.8.2 to 3.8.3 in /devtools/gradle
  • #41401 - Bump com.github.javaparser:javaparser-core from 3.26.0 to 3.26.1
  • #41404 - Gradle quarkusGenerateCode runs far too often
  • #41408 - Bump io.fabric8:maven-model-helper from 36 to 37
  • #41411 - Ensure that MessageBodyWriter is passed the proper media type
  • #41413 - WebSockets Next: fix the default unhandled-failure-strategy
  • #41416 - SmallRye GraphQL 2.8.5
  • #41428 - Make sure Gradle cache is not confused by maps
  • #41438 - Avoid exporter related exceptions when application has been shutdown
  • #41439 - WebSockets Next: add limit of messages kept for a Dev UI connection
  • #41444 - Adding image building with podman to cli

... (truncated)

Commits
  • 468ba00 [RELEASE] - Bump version to 3.12.1
  • 08f02f0 Merge pull request #41636 from gsmet/3.12.1-backports-3
  • 61c62fc Catch exceptions when running checkMissingCommand
  • 9fa1a1e docs: wrong property in JWT key example
  • be6f6ef Bump flyway.version from 10.15.0 to 10.15.2
  • 98aac98 Make sure generated quarkus-artifact.properties is stable
  • 31f58dc Merge pull request #41593 from gsmet/3.12.1-backports-2
  • b84118f Fix markup error in telemetry-micrometer guide
  • 444d8b0 Redis Client - Enable TLS/SSL Only with rediss:// Scheme
  • 2c0b79b Update flyway.adoc
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-bom from 3.12.0 to 3.12.1

Release notes

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

3.12.1

Complete changelog

  • #39575 - Quarkus devmode crashes on JDK >= 22 (Windows)
  • #40834 - Flyway documentation should mention required database modules
  • #40904 - Bump aesh (2.7 to 2.8.2) & aesh-readline (2.4 to 2.6)
  • #41224 - QuarkusComponentTest -> No ParameterResolver registered for parameter
  • #41237 - InvalidPathException on Windows with web-dependency-locator and webRoot
  • #41260 - Update to maven 3.9.8
  • #41271 - Small Windows fixes for web dev and welcome page
  • #41275 - Improve Infinispan cache guide
  • #41279 - WebSockets Next - client: document TLS registry configuration
  • #41280 - WebSockets Next: document the client API
  • #41285 - Config Doc - LGTM doc is not expanded
  • #41291 - Work around config doc issues for LGTM
  • #41296 - Overriding Kafka topic name using ENV variables fails with : SRMSG00071: Invalid channel configuration - the connector attribute must be set for channel
  • #41305 - QuarkusComponentTest: fix @InjectMock inconsistency
  • #41316 - Live reloading an app with quarkus-hibernate-search-standalone-elasticsearch results in UncaughtExceptions being logged
  • #41318 - Update SmallRye Config to 3.8.3
  • #41325 - Use AutoCloseableDestroyer for the standalone search mapping bean
  • #41329 - Resolve conditional dependencies using named configurations instead of detached ones
  • #41331 - WebSockets Next: fix OnOpen callback that returns Buffer/byte[]
  • #41332 - Make the identifier error message consistent with the rules
  • #41338 - WebSockets Next: document the client API
  • #41339 - Updates to Infinispan 15.0.5.Final and Protostream 5.0.5.Final
  • #41344 - Stork environment variable resolution not working properly
  • #41347 - Document TLS configuration for WebSockets Next
  • #41351 - OpenTelemetry gRPC OTLP traces exporter sometimes throws NPE on app shutdown when HTTP2 connection stream is closed
  • #41354 - MessageBodyWriter not selected went no Accept header is set
  • #41358 - Small cleanup in Hibernate ORM extension
  • #41361 - quarkus-quartz: programmatic scheduling of async tasks with jdbc-cmt breaks application startup
  • #41363 - Add launch instructions to command mode guide
  • #41366 - Bump org.jboss.resteasy.spring:resteasy-spring-web from 3.1.2.Final to 3.1.3.Final
  • #41370 - Quartz fix to use correct async constant
  • #41371 - Unindexed qualifier throws NPE when ArcProcessor validates beans
  • #41372 - DevUI: Endpoints error using Quarkus MyFaces extension (works in 3.8.4 LTS)
  • #41376 - Resteasy tries to instantiate abstract classes since Quarkus 3.3
  • #41381 - Quartz: add a test for programmatic job metadata
  • #41398 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.8.2 to 3.8.3 in /devtools/gradle
  • #41401 - Bump com.github.javaparser:javaparser-core from 3.26.0 to 3.26.1
  • #41404 - Gradle quarkusGenerateCode runs far too often
  • #41408 - Bump io.fabric8:maven-model-helper from 36 to 37
  • #41411 - Ensure that MessageBodyWriter is passed the proper media type
  • #41413 - WebSockets Next: fix the default unhandled-failure-strategy
  • #41416 - SmallRye GraphQL 2.8.5
  • #41428 - Make sure Gradle cache is not confused by maps
  • #41438 - Avoid exporter related exceptions when application has been shutdown
  • #41439 - WebSockets Next: add limit of messages kept for a Dev UI connection
  • #41444 - Adding image building with podman to cli

... (truncated)

Commits
  • 468ba00 [RELEASE] - Bump version to 3.12.1
  • 08f02f0 Merge pull request #41636 from gsmet/3.12.1-backports-3
  • 61c62fc Catch exceptions when running checkMissingCommand
  • 9fa1a1e docs: wrong property in JWT key example
  • be6f6ef Bump flyway.version from 10.15.0 to 10.15.2
  • 98aac98 Make sure generated quarkus-artifact.properties is stable
  • 31f58dc Merge pull request #41593 from gsmet/3.12.1-backports-2
  • b84118f Fix markup error in telemetry-micrometer guide
  • 444d8b0 Redis Client - Enable TLS/SSL Only with rediss:// Scheme
  • 2c0b79b Update flyway.adoc
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-extension-processor from 3.12.0 to 3.12.1

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)
github-actions[bot] commented 2 days ago

🚦Reports for run #1327🚦

Reports will be posted here as they get available.

🥳 JUnit JVM Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 181 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/27026709553).

🥳 JUnit Native Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 113 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/27026810727).