3.38.3
Changed 2
- Avoid eagerly initializing the full map of System#getProperties when not necessary
- Disable tree-shake in test mode
Fixed 11
- OpenShift manifest generator now detects commit id in detached HEAD state
- Tree shake no longer breaks with liquibase extension when no changelog file exists
- Quarkus dev mode no longer fails on macOS when GNU stty precedes BSD stty in PATH
- Liquibase extensions no longer fail on missing change logs
- Fall back to the basic console when terminal initialization fails in dev mode
- Quarkus-logging-json no longer removes MDC information when choosing ECS format
- Keep MDC and NDC data in the ECS log format
- Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
- Pass String array arguments of the invoked secured method to @PermissionChecker
- Do not set an invalid country code when generating the Quarkus Dev CA
- Apply CliSettings customizers in CliRunner single-command execution path
From Quarkus
Complete changelog
- #34749 - Openshift manifest generator does not detect commit id in "detached HEAD" state
- #55437 - Bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /devtools/gradle
- #55875 - Tree shake break with liquibase extension, if no changelog file exists
- #55918 - Quarkus dev mode fails on macOS when GNU stty precedes BSD stty in PATH
- #55924 - Make sure liquibase extensions don't fail on missing change logs
- #55948 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3
- #55954 - Bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /devtools/gradle
- #55967 - Correct typo in catalog overrides
- #55983 - Avoid eagerly initializing the full map of System#getProperties when not necessary
- #55985 - Fall back to the basic console when terminal initialization fails in dev mode
- #55990 - [3.x] Bump dekorate to 4.1.11
- #56021 - quarkus-logging-json 3.36.x and above removes MDC information when choosing ECS format
- #56024 - Disable tree-shake in test mode
- #56033 - Keep MDC and NDC data in the ECS log format
- #56038 - [3.x] Fix native image build failure on aarch64 when using BC FIPS Poly1305-AES
- #56047 - [3.38] Revert "Bump org.bouncycastle:bc-jdk18on-bom from 1.84 to 1.85"
- #56066 - Pass String array arguments of the invoked secured method to
@PermissionChecker - #56067 - Do not set an invalid country code when generating the Quarkus Dev CA
- #56077 - Apply CliSettings customizers in CliRunner single-command execution path