Complete changelog
- #46235 - Native images fail to build on aarch64 mac with latest GraalVM master
- #46563 - Resource path is missing a trailing slash when loading resources with RunnerClassLoader
- #46718 - Quarkus fails to resolve
quarkus.application.version
in dev mode - #46731 - native-image: Graal's ForeignAPISupport is amd64 only
- #46912 - Quarkus 3.19.x - issue with quarkusIntTest executable - reading application.property fails
- #46917 - Hibernate Reactive eager fetching the wrong record for ManyToOne
- #46988 - Native image build fails on Mac M2 with GraalVM 24
- #46998 - MongoDB-Liquibase does not pick up children ChangeLogs in native mode when using includeAll
- #47054 - Bump io.smallrye.common:smallrye-common-bom from 2.10.0 to 2.11.0
- #47102 - Keycloak Dev service does not start with OIDC client with 3.20 and 3.21
- #47107 - Ambiguous Bean Resolution in ResteasyReactiveCommonRecorder
- #47148 -
@Dependent
is required for CDI@Decorator
to be enabled - #47176 - Propagate build properties in the IDE DevModeContext
- #47189 - Quarkus generate-code-tests Phase Fails with JGitVer in Multimodule Project
- #47197 - Fix ambiguous bean resolution for sub resource interfaces with multiple implementations
- #47235 - Logs full of "Unable to send auto-ping for WebSocket connection. WebSocket is closed"
- #47244 - Arc - consider
@Decorator
to be bean defining annotation; added automated test - #47246 - Add Deployment module of Quarkus Observability Devservices to the bom
- #47251 - Bump Hibernate Reactive from 2.4.5.Final to 2.4.6.Final
- #47257 - Fix a typo in the config mapping
@WithParentName
documentation section - #47261 - Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre
- #47265 - Example from "quarkus-runtime-base-image" docs doesn't build
- #47268 - Fix typo in opentelemetry.adoc
- #47271 - WebSockets Next: fix the server autoPing timer
- #47275 -
@Nested
of Junit5 not working with@QuarkusComponentTest
: Bean CDI is removed in compilation time - #47277 - quarkus-vertx-http-dev-ui-resources jar dependency is corrupted
- #47280 - OidcDevServicesProcessor improve log message content
- #47281 - QuarkusComponentTest: fix the cleanup for nested test classes
- #47283 - Jandex: reindex if the index is too new
- #47284 - OidcDevServicesProcessor should not append
@example.com
if username already contains email - #47286 - Quarkus 3.21.2 Hibernate Enhancements fail for value classes
- #47296 - Do not append email suffix if already present in oidc dev service
- #47297 - Bump org.mvnpm.at.mvnpm:qomponent from 1.0.3 to 1.0.4
- #47304 - Dev UI Database view should display uuid values
- #47305 - Disable checks related to unsupported bytecode enhancement in Hibernate ORM
- #47306 - Define the main class in shaded jar quarkus-grpc-protoc-plugin
- #47311 - Database View only shows data from the first table
- #47318 - Improve log messages in OIDC Dev Service
- #47322 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in /devtools/gradle
- #47329 - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
- #47330 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2
- #47334 - Dev UI Agroal fixes
- #47340 - Increase Keycloak container memory limit by 500MB
- #47342 - Bump all SmallRye projects that have a new Jandex index
- #47345 - Fix memory issues in SecurityIdentityAugmentor docs example
- #47348 - Avoid NPE in ResetMockitoMocksAfterAllCallback
- #47351 - Pass system properties to Gradle test tasks
- #47360 - Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre
- #47362 - Bump io.micrometer:micrometer-bom from 1.14.5 to 1.14.6
- #47366 - Optional<>
@HeaderParam
REST Client arguments - #47368 - Properly support Optional as a header param for REST Client
- #47369 - http root-path in tests is not getting prefixed with slash
- #47373 - Fix
@TestHTTPResource
when quarkus.http.root-path doesn't start with "/" - #47375 - Fix loading POMs manipulated by Maven extensions
- #47378 - RunnerClassLoader - Return URL with an ending / if resource ending with /
- #47380 - Be more restrictive about which system properties we pass to test tasks
- #47382 - Remove unnecessary file from Dockerfile example