Releases: quarkusio/quarkus
Releases · quarkusio/quarkus
3.34.0.CR1
Complete changelog
- #27996 - Test profile config properties can bleed into other test profiles
- #28033 - io.quarkus.smallrye.graphql.deployment.ConcurrentAuthTest fails on MacOS M1
- #40918 - ConnectionBase logs NULL messages even with FINE log level
- #48289 - Custom Quarkus Test Class orderer not respected
- #49668 - Customize OIDC discovery endpoint address
- #50087 - Kafka Dev Service Loading on Different Docker Network
- #50177 - Panache 2 / Hibernate processor : make sure implementing
PanacheRepositorysets the primary entity even for custom repos - #50178 - Panache 2 / Hibernate Processor : Make sure JD annotations work even without
@Repository. - #50179 - Panache 2 : Make
CrudRepositoryequivalents for stateful and HR - #50180 - Panache 2 / Hibernate Processor: make sure the JD annotations can be used in place of the ORM equivalents
- #50563 - OutOfMemoryException: Metaspace in quarkus-smallrye-openapi-deployment tests
- #51585 - Assign module names and descriptors to core components
- #51934 - Docs curate outcome build item
- #51949 - Dev ui config properties - show file location of application.properties
- #52218 - Add Chinese (Simplified) localization for Dev UI
- #52308 - Polish
NettyRecorder - #52354 - Setting the quarkus.test.class-orderer property would break tests
- #52368 - Quarkus main with future defaults all not working with GraalVM master
- #52404 - Align Config usage with the new Test ClassLoading strategy
- #52410 - Micrometer - Prometheus: throw an exception if meter registration fails
- #52425 - Panache Next: tests and changes after upstream fixes in hibernate-processor
- #52448 - Register for reflection classes loaded with class loader parameter
- #52492 - Panache Next: naming a repository
ManagedBlockingresults in duplicate accessor method - #52513 - build(deps): bump org.mvnpm:type-fest from 5.4.3 to 5.4.4
- #52532 - Prefer the profile-aware test class orderer in error message
- #52546 - Quarkus OIDC can send concurrent refresh token requests for the same session
- #52551 - Do not use a two-layer stack of JUnit test orderers
- #52564 - build(deps): bump com.gradle:develocity-maven-extension from 2.3.3 to 2.3.4
- #52575 - Do not use System Properties to set test profile configuration
- #52592 - Enhance documentation of AdditionalApplicationArchiveBuildItem
- #52651 - Relax quarkus-oidc requirement that UserInfo endpoint must be available for OAuth2 login to succeed
- #52653 - Add Marco to be notified of LRA labels
- #52657 - build(deps): bump org.jetbrains:annotations from 26.0.2 to 26.1.0
- #52658 - build(deps): bump org.mvnpm:marked from 17.0.1 to 17.0.3
- #52661 - Remove
jboss-parentfrom Dependabot - #52671 - docs: DeployCommandActionResultBuildItem
- #52680 - Adjust our messaging in README.md
- #52692 - Remove pointless settings from Hibernate-related integration tests + use dev services in a few more integration tests
- #52694 - Allow to customize OIDC discovery path
- #52697 - build(deps): bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.8
- #52698 - build(deps): bump com.google.api.grpc:proto-google-common-protos from 2.65.1 to 2.66.0
- #52707 - Add grpc encoding tests; grpc-accept-encoding usage
- #52715 - Prep changes for loading Maven POM 4.1
- #52716 - quarkus-maven-plugin does not attach a main artifact, causing maven-install-plugin and maven-deploy-plugin to fail
- #52719 - Do not enforce UserInfo for OAuth2 if user prefers not to
- #52760 - Move more of REST Client to Gizmo2
- #52762 - build(deps): bump org.mvnpm:markdown-it from 14.1.0 to 14.1.1
- #52771 - docs: ConsoleFormatterBannerBuildItem
- #52781 - Remove guard preventing test from running on Mac
- #52782 - Fix null message on connection exception
- #52788 - Be more careful with allocations in SyntheticComponentsUtil
- #52792 - Allow CORS origin header to return * when specifically configured
- #52807 - Add integration test for Avro schemas with enum references
- #52809 - unable to run kafka IT with jib and dev service
- #52810 - Align Mongo Client registration, discovery and retrieval
- #52819 - build(deps): bump com.google.errorprone:error_prone_annotations from 2.47.0 to 2.48.0
- #52825 - build(deps): bump org.yaml:snakeyaml from 2.5 to 2.6
- #52829 - Include component tests in orderer
- #52845 - DevMode test with ValueRegistry
- #52862 - Throw exception on Prometheus meter registration failure
- #52864 - Dev UI: Show file location for application.properties config sources
- #52866 - Avoid a possible race condition in WorkspaceLoader
- #52871 - Allow CORS origin header to return * when specifically configured
- #52875 - Make sure static init logging is initialized early
- #52876 - Fix tests that rely on rendered log text
- #52877 - build(deps): bump org.checkerframework:checker-qual from 3.53.1 to 3.54.0
- #52881 - ArC: fix test that asserts on formatted log message
- #52884 - Remove unused references to Gizmo 1
- #52886 - Fix raw type usage in bytecode recorder
- #52887 - Deprecate
ObjectLoader - #52891 - Silence warning about using deprecated ObjectLoader
- #52895 - Adjust filter of log messages to capture the listening port
- #52900 - Fix test to work even if there is module name or CL name
- #52907 - Bump module-services-plugin to 1.3
- #52910 - build(deps): bump com.gradle.plugin-publish from 2.0.0 to 2.1.0 in /devtools/gradle
- #52911 - Add PathTree.getResourceNames()
- #52918 - Dev UI Cosmetic changes
- #52922 - Use getParent() instead of shadowing the parent field
- #52926 - Bump kubernetes-client-bom from 7.5.2 to 7.6.1
- #52929 - build(deps): bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0
- [#52930](#529...
3.33.0.CR1
Complete changelog
3.32.3
Complete changelog
- #52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
- #52843 - Do not log dependencies excluded from the ApplicationModel
- #52849 - Datasource guide style review
- #52899 - Reduce permissions of GitHub Actions workflows
- #52923 - Removing outdated reference to gradle
- #52937 - Don't traverse already processed types in
ReflectiveHierarchyStep - #52940 - ArC - Various allocation optimizations
- #52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
- #52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
- #52955 - Micro cleanup of AotRunnerClassLoader
- #52958 - Some more polishing of the new AotRunnerClassLoader
- #52964 - Remove micrometer-mp-metric dir which contains only empty pom
- #52995 - Upgrade sshd to 2.17.1
- #52998 - Updates Infinispan to 16.0.8
- #53002 - Make sure Infinispan is init correctly
- #53005 - config.adoc: replace dead link
3.32.2
Major changes
- #52830 - Support masking request & response headers in rest client log
Complete changelog
- #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
- #29296 - Unable to
@Overridedelete methods from PanacheRepositoryBase in an interface - #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
- #38194 - Support Kotlin data classes for describing type-safe Qute templates
- #40274 - Context is lost when using caching
- #48032 - Spring Data API Extension query with field named like the class broken
- #49176 - Quarkus RestClient connectionTTL documentation is misleading
- #49285 - "open last exception in ide" leads to exception
- #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
- #51261 - Add compile-only dependencies to the dev mode compiler classpath
- #52288 - Default quarkus-rest-client logging spills secrets at
infolevel, I'd expectdebug - #52397 - Make extension documentation clearer for indexed configuration properties
- #52616 - Config doc - Add a list index for config groups in lists
- #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
- #52755 - Force eager loading of Infinispan RemoteCache
- #52756 - uber-jar in maven multi module project packaged wrong since 3.31
- #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
- #52764 - Clarify
application.yamlandapplication.ymlprecedence - #52766 - 3.32.1: tagging during maven build fails
- #52767 - multipart/form-data handling fails if 0 form-parts are sent
- #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
- #52772 - Be more careful in using JSON types
- #52773 - Handle empty multipart content
- #52775 - Fix a corner case in new DurationConverter
- #52778 - 3.32.1:
IllegalArgumentExceptionw/@InjectedMemorySizeconstructor parameter - #52779 - Allow overriding delete methods of
PanacheRepositoryBase - #52783 - Handle projections with generic types
- #52784 - Difficult/Unintuitive to disable
executionMaxDelayof Quarkus scheduler via property override - #52787 - Duplicate Annoation on synthetic bean
- #52793 - Various doc fixes
- #52802 - Fix IntelliJ detection
- #52803 - Improve Javadoc of
quarkus.rest-client.connection-ttl - #52806 - Fix
MethodNameParserto class name in method name - #52808 - Set version to main as dev and fallback to refname when branching
- #52812 - Updates to Infinispan 16.0.7
- #52814 - Fix a bug where the Mutiny context is lost on caching
- #52816 - Scheduler - fix zero delay configuration
- #52817 - Use specific case for Lambda's
ObjectMapper - #52818 - Adding storage-engine properties into hibernate-orm.adoc
- #52823 - Add missing implementations of JWT Validator into the native executable
- #52830 - Support masking request & response headers in rest client log
- #52839 - ArC: avoid duplicates early on
- #52841 - Panache Next - Operations overload
- #52842 - Panache Next - Fix Operations overload
- #52851 - build(deps): bump the hibernate group with 10 updates
- #52852 - ConstraintDeclarationException when using Bean Validation of return type on MicroProfile REST Client interface
- #52859 - Set quarkus-cyclonedx status to stable and add it to the security category
- #52861 - Don't include type annotation of return type for REST Client
- #52865 - Docs: Add Kotlin
@JvmRecordtip for Qute type-safe templates - #52867 - AOT - Provide a config property to pass additional args to recording
- #52869 - Provide a hashCode/equals implementation for PersistenceUnitKey
- #52880 - Using Quarkus 3.32.1 and above with the quarkus a spike in development mode startup time on large projecs
- #52883 - Condition build step execution properly to avoid triggering reflection
- #52885 - Minor doc clarification
- #52890 - Undeprecate
quarkus.otel.exporter.otlp.enabled - #52893 - Quarkus REST - Ignore Vert.x Web packages for reflection
3.32.1
Complete changelog
- #50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
- #50943 - Update reactive messaging rabbitmq for native amqp 1 support
- #51784 - mocked RestClient in startup bean - missing uri
- #51993 - Mention how openapi extension x-smallrye-profile works on the class level
- #52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
-
#52436 - Running Grpc in native throw
missing method "getCtype" - #52481 - Change of filter order breaks vertX context use in OSAFilter
- #52543 - Panache Next: passing Parameters.with() to find() does not work
- #52578 - Scaffolding Broken for quarkus-messaging-kafka
- #52583 - Panache: Deprecate Parameters in favour of Map.of
- #52597 - Update AOT phase handling
- #52607 - SameSite cookie attribute not set for OIDC state cookie
- #52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
- #52639 - Init caches eagerly to avoid blocking event loop
- #52640 - Updates to Infinispan 16.0.6
- #52642 - Allow to control Same-Site attribute for OIDC state cookie
- #52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
- #52646 - Improve AOT docs
- #52654 - Panache next doc cleanup
- #52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
- #52669 - Support executing an OASFilter during multiple run stages
- #52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
- #52676 - Add MCP instuctions for popular tools
- #52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
- #52683 - docs: Add HTTP/2 flow control window configuration for gRPC
- #52684 - Document how to mock beans during startup
- #52685 - Reflect all of DescriptorProtos
- #52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
-
#52689 - Can't run
@QuarkusIntegrationTeststarting with Quarkus 3.31.3 - #52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
- #52700 - Catch StreamConstraintsException in Jackson message body readers
- #52705 - Adjust since version of openapi runstage deprecations
- #52711 - Make the Dev MCP Resource URI parsing safer
- #52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
-
#52718 - Can't run
@QuarkusTeststarting with Quarkus 3.32.0 - #52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
- #52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
- #52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
- #52730 - Quote only the application model path value
- #52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
- #52732 - Bump Keycloak version to 26.5.4
- #52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
- #52737 - Add JWTRetriever implementations to the reflection list
- #52738 - Be more defensive about copying HTTP headers in tracing SPI
- #52739 - Improve note about RabbitMQ 4 and AMQP 1.0
-
#52742 - Ensure that
@ConfigPropertiesare registered before Startup event - #52743 - Test for quarkus.test.arg-line using argLine property as value
- #52745 - build(deps): bump io.fabric8:maven-model-helper from 40 to 41
- #52746 - Use ${quarkus.version} instead of ${project.version} in CallbackDevModeIT
3.32.0
Complete changelog
- #48898 - [Rest-Client] ConstraintDeclarationException HV000151 When using Validation Constraints on Container Elements
- #51981 - Make AOT caching a lot more visible in our documentation
- #52230 - Expose Agroal loginTimeout configuration via quarkus.datasource.jdbc properties
- #52267 - Panache Next: add upsert for stateless sessions
- #52493 - "no such constructor: IndexDependencyConfig$$CMImpl." after updating Quarkus from 3.31.1 to 3.31.2 with quarkus-jacoco
- #52533 - Bump Semeru CI to Java 25
- #52544 - Added login timeout as config option to agroal extension
- #52552 - Upgrade to cyclonedx-core-java 12.1.0
- #52553 - Using java.beans.Introspector with _ClientProxy fails
- #52554 - JacocoConfig: do not reuse IndexDependencyConfig from core/deployment
- #52555 - Reduce costs of CI (part 1)
- #52558 - Avoid
ClassCastExceptioninCommonProcessor - #52565 - Avoid
NullPointerExceptioninCommonProcessor - #52571 - Use Gizmo2 to generate REST Client's CDI wrapper
- #52573 - LRA TCK test failing with Java 25
- #52574 - Panache Next: add upsert operation
- #52576 - quarkus:dependency-list goal
- #52586 - ArC: remove the last remnants of generating parameterized types in ClientProxyGenerator
- #52587 - Adjust normal shutdown wait time on IT JVM to be greater when generating AOT
- #52595 - Add Gradle
buildAotEnhancedImagetask - #52596 - Document Leyden AOT use in Quarkus
- #52604 - Port
registerProvidersFromAnnotationsto Gizmo2 - #52605 - CI - Pass token to gh CLI
- #52610 - CI - Checkout the repository as gh needs it
- #52613 - Defaults to aot-jar if AOT is enabled
- #52614 - AOT - Be a bit more verbose when things go bad
- #52615 - Use Podman exclusively in PodmanProcessor
- #52617 - Bump to MicroProfile LRA 2.0.2
- #52627 - Make
DeregistrationTestmore resilient - #52628 - Improve reliability of the compatible MicrometerTimedInterceptorTest
- #52632 - Make use of new optimizations included in Vert.x 4.5.25
- #52635 - Some cleanup related to QuarkusConsole
- #52647 - Revert "Use verify instead of install for JVM tests"
3.31.4
Complete changelog
- #52252 - OpenTelemetry Gauge Callbacks Execute with Null ContextClassLoader in Quarkus 3.30.x
- #52521 - Resolve extension catalog from a registry that provided platform stream metadata
- #52530 - Setting QUARKUS_HTTP_TEST_HOST env results to a NPE with gradle
- #52542 - Read quarkus.http.test-host by config not system property
- #52545 - Implement DirectoryPathTree.isEmpty()
- #52563 - build(deps): bump org.postgresql:postgresql from 42.7.9 to 42.7.10
- #52569 - Add property maxMailsPerConnection to quarkus-mailer
- #52577 - build(deps): bump org.jboss.logmanager:jboss-logmanager from 3.2.0.Final to 3.2.1.Final
- #52581 - Hibernate Panache Next - findById Reactive not Uni
- #52584 - Hibernate Panache Next: fix findById result types for reactive repositories
- #52585 - Metric reader must use Quarkus classloader
- #52589 - Fixes issues related to JvmModulesReconfigurer
- #52599 - Add manifest information to application jar
- #52603 - Rework order of addition of application content to jars
- #52606 - Add link to guide for proxy-registry extension
- #52618 - Bump to Vert.x 4.5.25
- #52620 - build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3
- #52625 - build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3 in /devtools/gradle
- #52630 - quarkus:run specifies wrong javadoc for the environmentVariables parameter
- #52631 - Fix mvn quarkus:run environmentVariables parameter documentation and -DenvVars=... parsing
- #52633 - Metric reader must use Quarkus classloader - part II
- #52634 - MDC with Otel causes NPE and kills kafka connector consumer threads
- #52637 - Fix NPE when preserving MDC entries in VertxMDC
3.32.0.CR1
Major changes
- #47997 - Automatic Consul Registration for Quarkus Applications
- #50975 - Rework graceful shutdown to be more graceful WRT HTTP
- #51802 - Enable reflection-free Jackson serializers by default
- #52090 - OIDC: Support for custom DPoP nonce providers
- #52175 - Make built-in authentication mechanism order customizable
- #52224 - Implement aot-jar packaging on top of fast-jar packaging
- #52353 - OIDC: Add basic support for rich authorization requests
- #52376 - Introduce for AOT file to be added automatically to generated container images
- #52380 - Upgrade to Google Cloud Function framework 2.0
- #52500 - Bump smallrye-reactive-messaging from 4.32.1 to 4.33.0
- #52537 - Introduce OIDC AuthenticationCompletionAction
Complete changelog
- #35839 - Narayana transaction recovery stops work in DEV mode after hot reload
- #37168 - Mongodb panache with multiple clients and reactive client not working
- #41400 - mongodb with multiple (named) connections not working + random container image in test (using testcontainers)
- #46167 - Support several authentication mechanisms for a specific path
- #46281 - Support for custom OAuth2 DPoP Nonce providers
- #47604 - Postgres dev services should not be started in augmentation phase
- #47997 - Automatic Consul Registration for Quarkus Applications
- #48125 - Better toleration of
junit-platform.propertiesin user code - #49000 - redis reactive client always returns null on set command
- #49387 - Apicurio dev services should not be started in augmentation phase
- #49755 - QuarkusTestProfileAwareClassOrderer no longer respects its contract
- #49821 - Easy
HttpAuthenticationMechanismpriority customization - #50115 - Rabbitmq dev services should not be started in augmentation phase
- #50116 - Pulsar dev services should not be started in augmentation phase
- #50117 - MQTT dev services should not be started in augmentation phase
- #50118 - AMQP dev services should not be started in augmentation phase
- #50120 - Enhance default ClientHeadersFactory to support non-JAX-RS inbound requests
- #50175 - Panache 2 : Better support for HR in
@Startup - #50415 - OASFilter's registered via
@OpenApiFiltershould be able to be CDI components - #50477 - OpenAPI: Support OASFilter implementations as managed CDI beans
- #50625 - Quarkus graceful shutdown returns 503 during graceful shutdown
- #50661 - "Internal errror: shutdownContext is null" During complex tests
- #50740 - NullPointerException: "io.quarkus.arc.Arc.container()" is null during complex tests
- #50904 - Bump com.google.cloud.functions:functions-framework-api from 1.1.4 to 2.0.0
- #50975 - Rework graceful shutdown to be more graceful WRT HTTP
- #51008 - Upgrade Apicurio Registry from 2.x to 3.x
- #51196 - ArC: imprecise check for abstract methods in decorators
- #51225 - Work around DB2 restriction and allow DB2 datasources to be longer than 8 characters in dev services
- #51401 - Upgrade apicurio registry to 3
- #51454 - Qute debugging support inside Java file
- #51565 - Add codestart for Panache 2
- #51604 - Fix handling of native-image future-defaults
- #51659 - DevUI: Support parameters for dynamic external page URLs
- #51797 - Enable creation of GraalVM native image bundles
- #51802 - Enable reflection-free Jackson serializers by default
- #51829 - Move keycloak dev services to the new model
- #51873 -
io.quarkus.vertx.http.deployment.devmodeis split across multiple modules - #51893 - ArC: proper validation of abstract methods on decorators
- #51901 - Bump kubernetes-client-bom from 7.4.0 to 7.5.1
- #51913 - Fix DB2 Dev Services 8-char database name limit
- #51928 - Caffeine
@CacheResult: after failedUni, several concurrent invocations trying to retrieve a cache value from the same missing key may result in multiple method invocations - #51952 - DEVUI: Hibernate Validator, Quartz, Undertow add libary info
- #51974 - Clean up
GraalVM.Versionimplementations - #51977 - Use better name for the AOT file config generation
- #51983 - Polish CompiledJavaVersionBuildItem#javaVersion
- #51984 - Introduce new AOT Config
- #51987 - Keep testing default reflection based Jackson serializers
- #51988 - Revert "Enable reflection-free Jackson serializers by default"
- #51991 - Bump version of Postgres/MariaDB used in DevService and our own tests from 17 to 18 and 10.11 to 12.1 (respectively)
- #51994 - Enable test classloading tests which are now passing
- #52008 - Use ValueRegistry to store and retrieve the real runtime values of gRPC ports
- #52010 - Add test that ensures that reflection-free serializers are the default
- #52012 - Modularize Qute
- #52021 - Use sealed interfaces in bootstrap JSON
- #52032 - build(deps): bump org.jboss.jdeparser:jdeparser from 2.0.3.Final to 2.1.0
- #52050 - Add runtime dependencies for keycloak devservices
- #52059 - Only create one ReflectiveClassBuildItem when possible
- #52060 - Make dev ui read Keycloak url dynamically
- #52062 - build(deps): bump io.smallrye.config:smallrye-config-source-yaml from 3.15.0 to 3.15.1 in /devtools/gradle
- #52066 - Provide ClientHeadersFactory that uses HttpServerRequest headers
- #52068 - Replace deprecated calls to getAllKnownImplementors
- #52070 - Arc: support non-blocking
@Startupmethods - #52079 - Introduce ResolvedDependency.getDirectDependencies()
- #52083 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.2 to 0.9.3
- #52084 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0
- #52085 - build(deps): bump agroal.version from 2.8 to 3.0
- #52086 - build(deps): bump org.codehaus.mojo:properties-maven-plugin from 1.2.1 to 1.3.0
- #52087 - build(deps-dev): bump org.codehaus.mojo:versions-maven-plugin from 2.20.1 to 2.21...
3.31.3
Major changes
- #52395 - Update images in catalog and use runtime images
Complete changelog
- #51972 - StatelessSession batched operations not visible within same transaction when using
@TestTransaction - #52193 - OIDC token propagation: don't use the default random generator during the build time as it relies on a service provider
- #52314 - Failsafe @{argLine} not working in 3.31.1 with new quarkus packageing.
- #52315 - GrpcCodeGen fails with Quarkus 3.31 on Java 22 + 23
- #52355 - Tests using TestHandler (IsolatedTestsModeMain) should also be run with the expected add-opens directive
- #52356 - Apply JVM options via JvmModulesReconfigurer also to tests executed via IsolatedTestModeMain
- #52357 - Make sure --sun-misc-unsafe-memory-access is not set on Java 23 and earlier
- #52370 - Escape the whole -D option for quarkus-internal-test.serialized-app-model.path
- #52372 - Decrease log level for
NativeImageAgentMojo - #52377 - Move build-time-initialization from beforeAnalysis to duringSetup
- #52382 - Bring back stdout+stderr output from int-test
- #52383 - build(deps): bump io.fabric8:maven-model-helper from 37 to 40
- #52384 - Inexistent Image in Dockerfile when Generating App with Java 25
- #52386 - quarkus.tls.protocols=TLSv1.3 in Quarkus 3.31.1 + Java 25
- #52395 - Update images in catalog and use runtime images
- #52402 - Update documentation for base images in Container Images extensions
- #52403 - Really bring back stdout+stderr output from int-test
- #52405 - Fix Module detection when running in a subfolder of a maven project
- #52407 - Fix documentation for switch to TLS v1.3 only by default
- #52418 - Native: Enable Netty JCTools' MpscUnboundedArrayQueue
- #52428 - Fix doc examples on some
QuarkusTransactionmethods - #52445 - Set the upper limit to Java 25 in the Gradle plugin project
- #52447 - Scheduler: register non-bean skip predicates for reflection
- #52457 - build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
- #52469 - Starting from Main method fails on dependency to Kotlin Module without Java code
- #52477 - Kotlin Serialization extension raises NPE when
Context.getAllAnotations()returnsnull - #52478 - NPE in Redis mapping response to
OptimisticLockingTransactionResult - #52482 - Redis Client: fix NPE in optimistic locking transactions
- #52485 - Add BuildToolHelper.getApplicationModuleOrCurrentDirectory(appModel)
- #52496 - Add directories in ParallelCommonsCompressArchiveCreator
- #52508 - build(deps): bump the hibernate group with 9 updates
- #52515 - build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
- #52524 - Quarkus with Gradle, Kotlin and Java Code is not indexing correctly
- #52534 - Drop duplicate log output in ITs
- #52535 - Add only existing output directories as additional archive paths
- #52539 - Ensure that annotations in Quarkus REST is never null
- #52541 - Collect all available module output directories in IDE launcher
3.31.2
Complete changelog
- #52019 - Remove Jackson from quarkus-analytics-common module
- #52153 - JaCoCo: add support for QuarkusUnitTest
- #52198 - CLI build report: include produced items (if available)
- #52222 - Bump the hibernate group with 9 updates
- #52235 - Use namespaced name in default guides link in extension template
- #52236 - Pin strimzi kafka container version in Dev Service
- #52237 - Add missing space when quarkus cli throws ExclusiveProviderConflictException
- #52242 - Build failure after upgrading to Quarkus 3.31.0 or 3.31.1 with Maven plugins using Jackson
- #52250 - Panache Next maven Question
- #52253 - Workaround JDK-8376576
- #52257 - Dev UI: Fix the Add and remove extension issues
- #52259 - Looks like we did not rename hibernate-panache after all
- #52260 - Quarkus Panache Next should not require reactive classes
- #52263 - Ensure that media type is passed through writer interceptor chain
- #52264 - Quarkus Jacoco 0% coverage when changing data-file name
- #52265 - Panache Next: do not call HR class if the HR extension is not present
- #52275 - Bump Gradle to 9.3.1
- #52276 - Make
ValueRegistryParameterResolvera bit more relaxed - #52285 - Change recommended-java-version to 25
- #52287 - Fix NPE in HibernateSearchElasticsearcRecorder
- #52290 - JaCoCo: resolve data-file and report-location against the project root
- #52292 - java.net.URISyntaxException: Illegal character in path when accessing JAR resource with [] in name
- #52303 - Disabling swagger-ui does not remove link in dev-ui card
- #52305 - Dev UI: Do not display Swagger UI link when disabled
- #52307 - Documentation: Use alphabetic
quarkus.security.ldap.identity-mapping.attribute-mappings."attribute-mappings".*configuration property - #52310 - RestAssured.baseURI is not set when using
quarkus.http.test-hostafter update to Quarkus 3.31 - #52312 - Quarkus start-stop's FULL-MICROPROFILE app fails with Quarkus 3.31
- #52313 - Extend
ReflectiveHierarchyStep - #52317 - JaCoCo - QuarkusUnitTest support: fixes
- #52318 - TestHostLauncher to return the default ListeningAddress
- #52321 - Use 5 argument URI constructor to work around JDK bug
- #52323 - AccessDeniedException at / during runtime re-augmentation in Quarkus 3.30.1 (Parallel Archive Creator ignores tmp settings)
- #52325 - build(deps): bump the hibernate group with 10 updates
- #52332 - Use standard tmp directory to create temp files for parallel jar
- #52340 - Test interface implementers registration for reflection
- #52342 - IsolatedTestModeMain and IsolatedDevModeMain were app entry points which didn't suppress JVM's Unsafe warnings yet
- #52343 - StartupActionImpl needs to open modules to both runtime and base classloaders
- #52344 - Docs: fix admonition block syntax in writing-extensions.adoc
- #52345 - In dev-mode, we need to apply JVM module configuration to both base and runtime classloaders