quarkus-mybatis
quarkus-mybatis copied to clipboard
Bump quarkus.version from 3.12.0 to 3.12.1
Bumps quarkus.version from 3.12.0 to 3.12.1.
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
connectorattribute must be set for channel- #41305 - QuarkusComponentTest: fix
@InjectMockinconsistency- #41316 - Live reloading an app with
quarkus-hibernate-search-standalone-elasticsearchresults inUncaughtExceptionsbeing 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 withjdbc-cmtbreaks 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
quarkusGenerateCoderuns 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.108f02f0Merge pull request #41636 from gsmet/3.12.1-backports-361c62fcCatch exceptions when running checkMissingCommand9fa1a1edocs: wrong property in JWT key examplebe6f6efBump flyway.version from 10.15.0 to 10.15.298aac98Make sure generated quarkus-artifact.properties is stable31f58dcMerge pull request #41593 from gsmet/3.12.1-backports-2b84118fFix markup error in telemetry-micrometer guide444d8b0Redis Client - Enable TLS/SSL Only with rediss:// Scheme2c0b79bUpdate flyway.adoc- Additional commits viewable in compare view
Updates io.quarkus:quarkus-maven-plugin from 3.12.0 to 3.12.1
Updates io.quarkus:quarkus-extension-processor 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
connectorattribute must be set for channel- #41305 - QuarkusComponentTest: fix
@InjectMockinconsistency- #41316 - Live reloading an app with
quarkus-hibernate-search-standalone-elasticsearchresults inUncaughtExceptionsbeing 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 withjdbc-cmtbreaks 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
quarkusGenerateCoderuns 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.108f02f0Merge pull request #41636 from gsmet/3.12.1-backports-361c62fcCatch exceptions when running checkMissingCommand9fa1a1edocs: wrong property in JWT key examplebe6f6efBump flyway.version from 10.15.0 to 10.15.298aac98Make sure generated quarkus-artifact.properties is stable31f58dcMerge pull request #41593 from gsmet/3.12.1-backports-2b84118fFix markup error in telemetry-micrometer guide444d8b0Redis Client - Enable TLS/SSL Only with rediss:// Scheme2c0b79bUpdate flyway.adoc- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)