Skip to content

Releases: quarkusio/quarkus

3.24.4

17 Jul 18:28

Choose a tag to compare

Complete changelog

  • #38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #47458 - Add Metrics and Logs to OTel Capabilities
  • #48761 - Ban dynamic version ranges
  • #48812 - Duplicate key -100 in GrpcServerProcessor after upgrading to Quarkus 3.20.0
  • #48850 - Fix NPE in SnapshotTesting when src/test/resources/snapshots directory isn't available
  • #48852 - Fix case where the last streamed JSON object was not retrieved
  • #48878 - Change the database.generation to schema-management.strategy in the docs
  • #48879 - JWT Bearer Auth Form Parameters Accumulate with Each Request in OidcClientImpl
  • #48880 - Use MultiMap set method instead of add for client assertion parameters
  • #48883 - Use proper priority to deploy Vert.x Filter used for legacy websockets
  • #48887 - Decouple OpenTelemetry bean initialization from quarkus.otel.sdk.disabled config value
  • #48891 - Fix OIDC token propagation doc typo
  • #48902 - Update Hibernate ORM to 7.0.6.Final / Hibernate Reactive to 3.0.4.Final
  • #48906 - quarkus run doesn’t work with Gradle Kotlin DSL
  • #48913 - Include missing actions for GRADLE_KOTLIN_DSL to Quarkus CLI commands
  • #48919 - Assistant documentation
  • #48932 - Point to config-files property for ISPN devservice

3.25.0.CR1

16 Jul 15:55

Choose a tag to compare

3.25.0.CR1 Pre-release
Pre-release

Major changes

  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #48296 - OIDC Client: Add periodic asynchronous tokens refresh for performance critical applications
  • #48482 - Provide a fluent API to set up path-specific authorization programmatically
  • #48734 - Support for OAuth2 ResourceProtectedMetadata

Complete changelog

  • #5514 - Run time config objects should be disallowed in build steps completely
  • #14513 - AWS lambda extension fails to Deserialize trigger Classes correctly
  • #29269 - Do not require a default datasource definition if TenantConnectionResolver is implemented
  • #34547 - Exception on application shutdown with quarkus-hibernate-search-orm-coordination-outbox-polling
  • #34652 - Unable to build application as "mutable-jar" using gradle plugin
  • #35605 - Virtual Thread Support in GraphQL
  • #38366 - Quarkus cli: quarkus run of picocli app with Gradle Kotlin DSL fails
  • #39167 - Prevent reordering of env in kubernetes deployment
  • #40358 - Support specifying multiple tenants in @TenantFeature
  • #42255 - Microsoft Azure SQL Server Compatibility with Quarkus 3.12.3
  • #43434 - WebSocket-Next - Refresh OIDC AccessToken without reconnection
  • #43703 - Using CockroachDB with Postgres JDBC driver causes failure because of database version
  • #43764 - Delegate detection of the database version to the Hibernate ORM dialect and enable checks for Hibernate Reactive
  • #44656 - The usage of the amazon extensions results in unregistered resource or reflective accesses in native mode
  • #44871 - Fail or warn on build when application.properties/application.yaml is missing but application-<profile>.properties/application-<profile>.yaml is present
  • #45011 - Provide Vert.x OIDC to Quarkus OIDC migration guides
  • #45263 - Unactionable warning when booting Hibernate Reactive
  • #45332 - Docs - all config page: Management interface runtime authentication group has title "WebSocket Server configuration"
  • #45892 - Docs: Disparities between the online quarkus-messaging-kafka extension docs
  • #46357 - Change how JPAConfig cleans up its resources
  • #46673 - Add optional refresh token timer to OIDC client
  • #47151 - Support io.micrometer.prometheusmetrics.PrometheusMeterRegistry
  • #47210 - Simple way to exclude quarkus-devtools-common transitive dependencies
  • #47317 - Support for OIDC Protected Resource Metadata
  • #47370 - Sort generated env by name in kubernetes extension
  • #47458 - Add Metrics and Logs to OTel Capabilities
  • #47507 - HeaderHelper.getMediaType throws ClassCastException when Content-Type header is stored as a List
  • #47546 - Quarkus REST - Be more forgiving when adding headers
  • #47602 - Redis services should not be started during augmentation phase
  • #47610 - Do not start redis dev services in augmentation (plus supporting framework)
  • #47627 - Kafka dev services should not be started in augmentation phase
  • #47675 - WebSocket Next: enable users to update SecurityIdentity before previous bearer access token expires
  • #47693 - Automatically ignore mapping roots shared by build time and runtime
  • #47775 - Update CI to use more recent versions of Kubernetes in the relevant jobs
  • #47799 - Explore the option of using GraalVM's exit/signal handlers instead of Quarkus' custom ones
  • #47802 - Virtual thread support for smallrye-graphql
  • #47978 - [Breaking change] Use prometheus client v1 on Micrometer
  • #47989 - Discovery-based Configuration Server Integration for Spring Cloud Config in Quarkus
  • #48006 - Upgrade from 3.21.3 to 3.22.X fails because of IT test with @QuarkusTest with Lambda fails: Address already in use: bind
  • #48017 - Enable --install-exit-handlers in native mode
  • #48121 - Added support for dynamic discovery of Config Server instances
  • #48177 - Remove "default" formatter mappers and let ORM build them itself
  • #48230 - Bump com.microsoft.azure.functions:azure-functions-java-spi from 1.0.0 to 1.1.0
  • #48231 - Bump com.gradle:quarkus-build-caching-extension from 1.9 to 1.11
  • #48296 - OIDC Client: Add periodic asynchronous tokens refresh for performance critical applications
  • #48299 - Allow custom image registry for Kubernetes dev service
  • #48301 - Bump microprofile-opentelemetry-tck.version from 2.0.1 to 2.1
  • #48308 - Do not import io.quarkus:quarkus-bom into quarkus-bom-test
  • #48311 - Exclude Redis dev mode tests in dev mode to avoid classloading chaos
  • #48334 - Do not import io.quarkus:quarkus-bom into quarkus-bom-test
  • #48339 - Bump org.wiremock:wiremock-standalone from 3.13.0 to 3.13.1
  • #48349 - Use JBoss Logging in LogsExporterCDIProvider
  • #48351 - Fix flaky test in OpenTelemetry Logging
  • #48354 - Conversion to SmallRye Common Process
  • #48356 - Use lazy data for dev services in dev ui
  • #48358 - @Blocking not working on grpc service methods if method contains reserved keyword or underscore
  • #48360 - fix grpc method conversion in BlockingServerInterceptor
  • #48366 - Refactor and extend Redis Dev Service tests
  • #48369 - Update platform.adoc
  • #48373 - Prevent unnecessary exception from being thrown during Jackson serialization problems
  • #48374 - Don't pass -H:+ForeignAPISupport explicitely with GraalVM for JDK 25
  • #48376 - Remove not supported Gradle plugin configuration option
  • #48379 - Bump com.unboundid:unboundid-ldapsdk from 7.0.2 to 7.0.3
  • #48388 - Bump com.github.javaparser:javaparser-core from 3.26.4 to 3.27.0
  • #48399 - Fix and improve documentation about topic-partition initialization in the kafka dev service
  • #48403 - [NativeImageBuildStep] Unable to parse GraalVM for JDK 26
  • #48406 - Lighten the memory footprint of CurrentContextState
  • #48411 - UPX: allow a way to force compression in a container
  • #48412 - Drop version parsing code for no longer supported GraalVM versions
  • #48413 - Provide more configuration options for UPX compression
  • [#48415](https://github.com/quarkusio/q...
Read more

3.20.2

23 Jul 08:25

Choose a tag to compare

Complete changelog

  • #47466 - Agroal doesn’t reset read only when returning connection to pool
  • #47473 - Quarkus (REST) behaves differently when having a parent POM
  • #47483 - Max header size configuration property is not used with AWS Lambda HTTP extension
  • #47497 - Qute: fix build time validation and generated value resolver for getters
  • #47498 - Native executable cannot be built with signed Jars containing beans
  • #47508 - Always consider @RegisterRestClient interface as REST Clients
  • #47563 - Make protected constructors callable again for resteasy reactive
  • #47575 - OIDC refactoring: use accessors instead of deprecated fields marked for removal
  • #47630 - OIDC JWT bearer token with empty file crashes the app
  • #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
  • #47666 - StringIndexOutOfBoundsException in StaticResourcesProcessor with META-INF/resources-only JARs
  • #47667 - Fix OOB in StaticResourcesProcessor for META-INF/resources-only JARs
  • #47668 - Handle empty bearer token file in ClientAssertionProvider
  • #47701 - Unexpected java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence when use jwt keys
  • #47713 - Strip the classpath scheme from SmallrRye JWT native resources
  • #47738 - Multiple scheduled methods overrides they configuration
  • #47744 - IllegalAccessError with REST Resources outside of the application module
  • #47746 - Honor application class predicate in QuarkusInvokerFactory
  • #47748 - Scheduler: register static Scheduled methods correctly
  • #47750 - Fail early if the access token is not returned from GitHub
  • #47752 - Add a note about client secret to GitHub provider docs
  • #47757 - Unsign all dependency JARs during build
  • #47758 - Disable analytics for the remote-dev tests
  • #47766 - Document known Flyway issues and configuration examples
  • #47772 - Unsupported openshift options
  • #47776 - Take use using-prefix into account in Openshift manifest generation
  • #47779 - OpenAPI Filters ensure consistent ordering
  • #47785 - Issues with ; in query params causes URIs without a scheme for Quarkus REST
  • #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
  • #47804 - Qute: document type-safe fragment records
  • #47809 - Qute: fix type-safe fragments defined as top-level records
  • #47814 - Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final
  • #47815 - Bump narayana.version from 7.2.1.Final to 7.2.2.Final
  • #47821 - REST Client fails for sub-resources with BeanParam
  • #47834 - Bump hibernate-orm.version from 6.6.14.Final to 6.6.15.Final
  • #47857 - Bump Agroal to 2.7
  • #47860 - Deal with max headers size in Amazon Lambda
  • #47864 - Adding scheme and authority to absoluteUri
  • #47877 - Manage io.perfmark:perfmark-api to keep Quarkus, Camel Quarkus, Quarkus CXF and Quarkus Google Cloud Services in sync
  • #47878 - Manage io.perfmark:perfmark-api to keep Quarkus, Camel Quarkus, Quarkus CXF and Quarkus Google Cloud Services in sync
  • #47895 - Native application execution failure with @Retry and overridden methods
  • #47909 - Make bean param work properly with subresource in REST Client
  • #47934 - CycloneDX parameters do not apply
  • #47937 - Fix gRPC enum registration in native
  • #47941 - SmallRye Fault Tolerance: add missing reflection registration
  • #47963 - Fixes Cyclonedx broken params
  • #48010 - Get the user name as principal name with OAuth2 code flow
  • #48019 - Proxied synthetic bean seems to proxy to two different super classes
  • #48022 - Bump agroal.version from 2.7 to 2.7.1
  • #48057 - Correct duplicated context creation in SmallRye Health
  • #48061 - ArC: fix interception proxy to forward non-intercepted methods to the delegate
  • #48067 - Bump hibernate-orm.version from 6.6.15.Final to 6.6.16.Final
  • #48085 - Quarkus does not enforce DPoP proof with DPoP scheme
  • #48087 - Flyway / Picocli native build fail with ClassNotFoundException org.jboss.vfs.VirtualFileFilter
  • #48091 - Use case-insensitive DPoP scheme check
  • #48096 - Bump smallrye-jwt.version from 4.6.1 to 4.6.2
  • #48102 - invalid FROM on native-micro
  • #48115 - Fix various issues in Quarkus CLI
  • #48117 - Fix JBangSupport process exec so it cannot hang
  • #48120 - Bump hibernate-orm.version from 6.6.16.Final to 6.6.17.Final
  • #48132 - Change MSSQL username from SA to sa
  • #48133 - @InjectMock of a class with a method with generic throws type fails
  • #48146 - Use DotName.toString() instead of Type.toString()
  • #48181 - Fix Platform overriding of codestart dockerfile data
  • #48183 - Prevent registration of field and method return type hierarchies for picocli
  • #48208 - Fix group ID for quarkus-micrometer-registry-prometheus package
  • #48218 - Quarkus OIDC Default tenant unable to decrypt state cookie from Google IdP
  • #48220 - ClosedFileSystemException or NullPointerException thrown when SharedArchivePathTree is opened and closed concurrently
  • #48221 - ClosedFileSystemException or NullPointerException thrown when SharedArchivePathTree is opened and closed concurrently
  • #48226 - Be more cautious when manipulating projectData in ToolsUtils
  • #48228 - Bump bouncycastle.version from 1.80 to 1.81
  • #48229 - Bump narayana-lra.version from 1.0.0.Final to 1.0.1.Final
  • #48238 - Annotation attributes are not used when comparing test resources
  • #48240 - Respect annotation configuration values when comparing test resources
  • #48246 - Add OIDC GitHub wiremock credential provider test
  • #48257 - Quarkus 3.20 LTS does not handle pom.xml quarkus.application.version the same way as 3.15 LTS
  • #48274 - Record expanded value for build time runtime fixed configuration
  • #48286 - MP fault tolerance and quarkus rest client issue
  • [#48291](https:...
Read more

3.15.6

23 Jul 08:26

Choose a tag to compare

Complete changelog

  • #43573 - gRPC RESOURCE_EXHAUSTED with quarkus.grpc.server.use-separate-server=false
  • #43596 - Configure Maximum Message Size for Vert.x gRPC Server
  • #45597 - Bump org.postgresql:postgresql from 42.7.4 to 42.7.5
  • #48084 - Prepare switch to Central Portal
  • #48093 - Update Njord 0.6.2
  • #48119 - Bump org.postgresql:postgresql from 42.7.5 to 42.7.6
  • #48149 - Update to Njord 0.7.0
  • #48164 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.2.0 to 1.2.2
  • #48217 - Provide for all artifacts
  • #48307 - Update Njord to 0.7.4
  • #48340 - Bump org.postgresql:postgresql from 42.7.6 to 42.7.7
  • #48362 - Update to Njord 0.7.5 and include in Dependabot
  • #48384 - Fix Asciidoc link syntax limitations in vertx-reference
  • #48453 - Document that the colon needs to be escaped when typing "classpath:" in application.properties
  • #48585 - Redis List Commands timeout interpreted as key
  • #48596 - Redis Client: fix BLPOP and BRPOP
  • #48634 - Disable Develocity Predictive Testing feature
  • #48713 - Update bad guide link for Amazon Lambda

3.24.3

09 Jul 14:45

Choose a tag to compare

Complete changelog

  • #47301 - OIDC Dev Service invalid_request for when client secret is set
  • #48324 - document compose definitions for mainstream technologies
  • #48342 - No divider between base file name and timestamp in the name of rotated access log
  • #48472 - Compose Dev Services examples
  • #48603 - Redis Client: support timeout as double instead of integer in BLPOP and BRPOP
  • #48651 - Gradle plugin: task "classes" fails with "property 'xyz' doesn't have a configured value"
  • #48698 - Jackson ClassCastException serialization for hibernate/postgres JSONB
  • #48704 - Maven dependency collection fails: java.io.FileNotFoundException: /path/to/dependency-3.x.x.pom.part (No such file or directory)
  • #48712 - Usage of element collection triggers NPE during saving in Hibernate with Jakarta Data
  • #48739 - Gradle build fails with NPE
  • #48751 - Retry deployment dependency collecting requests failed due to missing temporary files
  • #48764 - Fix a NPE in ConditionalDependenciesEnabler
  • #48768 - Gradle task fails to copy over sourceset jar properly
  • #48769 - Extracting baseconfig inputs from extensionview
  • #48771 - Upgrade Jandex to 3.3.2
  • #48772 - OpenId Connect Dev Console fails when setting quarkus.http.root-path
  • #48778 - Add support for reading in memory file to string in multipart
  • #48779 - Redis improvements
  • #48795 - Fix OIDC Dev UI paths when application root path is configured
  • #48799 - OIDC Dev Service: Support 'client_secret_basic' client authentication
  • #48800 - Sync naming convention for file dependency JARs
  • #48802 - Make sure OIDC dynamic tenant update tests run
  • #48806 - Update Hibernate ORM to 7.0.5.Final / Hibernate Reactive to 3.0.3.Final
  • #48813 - Improve Awaiting thread pool shutdown message
  • #48814 - Make sure files generated by DefaultAccessLogReceiver are consistent
  • #48825 - Remove RetryResolutionOnMissingTmpFileErrorsTest

3.24.2

02 Jul 10:40

Choose a tag to compare

Complete changelog

  • #44660 - Gradle 8.11+ reports extendsFrom deprecation warnings
  • #47536 - ClassCastException in ReactiveEmbeddableInitializerImpl when using an EmbeddedId which contains a reference to another entity
  • #48033 - Hibernate Reactive: ClassCastException when using a mapping with composite (embeddable) foreign key
  • #48198 - Quarkus remote DEV mode fails on 999-SNAPSHOT over -dev dependencies
  • #48331 - Use production dependency model for remote-dev
  • #48434 - Using modifySql results in different checksum
  • #48437 - Align WebSockets Next with Vert.x 4.5.16 close behavior
  • #48461 - Bump to Mutiny 2.9.1
  • #48476 - Query.setMaxResults results in wrong SQL queries against MSSQL/Postgres when using native queries
  • #48509 - Quarkus 3.24.0.CR1 with Hibernate 7 Upgrade causes HQL with jpamodelgen to fail compilation when querying by natural id named id
  • #48543 - Bump io.smallrye.common:smallrye-common-bom from 2.12.0 to 2.12.2
  • #48544 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.0.Final to 3.0.1.Final
  • #48551 - Stop using detachedConfiguration().extendsFrom in ConditionalDependenciesEnabler
  • #48553 - Bump to Mutiny 2.9.2
  • #48585 - Redis List Commands timeout interpreted as key
  • #48586 - Bump org.junit:junit-bom from 5.13.1 to 5.13.2 in /devtools/gradle
  • #48589 - Bump org.junit:junit-bom from 5.13.1 to 5.13.2
  • #48596 - Redis Client: fix BLPOP and BRPOP
  • #48616 - Updates to Infinispan 15.0.16.Final
  • #48619 - Using systemPropertiesPrefixedBy to retrieve quarkus.test properties
  • #48621 - Use separate surefire execution DevMode tests in OpenAPI extension
  • #48631 - ClassNotFoundException in native mode with custom IdentifierGenerator after upgrading to Hibernate 7
  • #48634 - Disable Develocity Predictive Testing feature
  • #48637 - Gradle multiproject build with jandex fails with when running quarkusDev
  • #48639 - Automatically register custom value generators for reflection
  • #48642 - Kafka Streams Fails to create topology when topics-timeout is set to 0
  • #48643 - Do not wait for topics to created if topic check disabled
  • #48652 - Add missing dev service label on the dev service mongodb container
  • #48662 - Document whether ServerExceptionMapper.priority is ascending or descending
  • #48663 - Fix Dev UI extension metadata loading
  • #48670 - Gradle quarkusDev not working on multiprojects when jandex is present
  • #48673 - Fix concurrency issue initializing ExtensionInfo in ApplicationDependencyResolver
  • #48679 - Bump testcontainers.version from 1.21.2 to 1.21.3
  • #48680 - Bump hibernate-orm.version from 7.0.3.Final to 7.0.4.Final
  • #48682 - Bump org.hibernate.reactive:hibernate-reactive-core from 3.0.1.Final to 3.0.2.Final
  • #48684 - Better document priority of ServerExceptionMapper
  • #48686 - Ensure that Liquibase's modifySql works properly in native
  • #48707 - Bump org.mariadb.jdbc:mariadb-java-client from 3.5.3 to 3.5.4
  • #48708 - Fix incorrect config metadata key in Dev UI docs
  • #48713 - Update bad guide link for Amazon Lambda

3.24.1

25 Jun 13:59

Choose a tag to compare

Complete changelog

  • #45115 - Native memory monitoring
  • #46535 - Duplicated and 0 value opentelemetry metrics messages
  • #47649 - io.netty.handler.codec.TooLongFrameException: Max content exceeded 65536 bytes.
  • #48036 - Default property values for syslog logging
  • #48215 - Bug in RouteBuildItem the builder has asBlockingRoute but not used internally
  • #48328 - Remove duplicated instrumentation scopes and increase nr of produced OTel metrics
  • #48389 - Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1
  • #48395 - Sync gradle wrapper files with currently used gradle version
  • #48404 - quarkus-maven-plugin not JDK 25 compatible
  • #48452 - Document and test schema-based multitenancy on MariaDB and MySQL
  • #48458 - Do not rely on JPATraversableResolver / add JPA aware resolver only if ORM is enabled
  • #48464 - Certain methods cause all REST clients to be indexed as server endpoints
  • #48465 - Update Dev UI documentation
  • #48466 - Small fix to autoscope Actions in Dev UI
  • #48469 - Hibernate Reactive ORM HQL Console keeps spinning
  • #48477 - Disable HQL Console for reactive PUs
  • #48479 - Default value for Syslog counting framing
  • #48481 - Interrogate candidate resources/return types to stop REST server endpoint indexer from scanning REST clients
  • #48486 - Version bumps for Vert.x 4.5.16
  • #48487 - Bump flyway.version from 11.9.1 to 11.9.2
  • #48489 - Bump testcontainers.version from 1.21.1 to 1.21.2
  • #48490 - Gradle quarkusRun ignores quarkus.profile from application.properties
  • #48491 - Dev UI themed code block
  • #48492 - Dev UI: Add some more logos
  • #48496 - Only pass Quarkus related props to process launched with quarkusRun task
  • #48506 - Keep the codestart Gradle wrapper in sync with version configured
  • #48511 - Netty Micrometer metrics doc
  • #48517 - Fix small issue with Micrometer documentation
  • #48518 - Avoid IndexOutOfBoundsException in QuarkusErrorHandler when class is in the unnamed package
  • #48530 - Removing cacheability for QuarkusApplicationModelTask
  • #48532 - Trim jvmArgs in DevMojo
  • #48541 - Bump hibernate-orm.version from 7.0.2.Final to 7.0.3.Final and Bytebuddy 1.15.11 to 1.17.5
  • #48560 - Dev UI Workspace fixes
  • #48562 - Allow configuration of Vert.x's http2UpgradeMaxContentLength in REST Client
  • #48566 - Make CompiledJavaVersionBuildItem more resilient
  • #48567 - Properly set typeOfHandler field of RouteBuildItem
  • #48572 - Quarkus does not send warning when TraceRequest fails for quarkus.otel.exporter.otlp.protocol=http/protobuf
  • #48573 - Log a warning when an export fails for http/protobuf

3.24.0

25 Jun 13:58

Choose a tag to compare

Complete changelog

  • #48254 - WebSockets Next: perform client connection cleanup during app shutdown
  • #48341 - Change assistant icon to robot
  • #48348 - Upgrade to Hibernate ORM 7.0.2 + Fix ClassCastException in Jakarta Data
  • #48370 - Qute ref guide: Let section - mention optional end tag
  • #48371 - Cleanup - unused imports, Files.readString/writeString
  • #48393 - OIDC: Fix invalid unencrypted session cookie when tokens are split

3.23.4

19 Jun 12:59

Choose a tag to compare

Complete changelog

  • #43952 - Gradle: :quarkusDependenciesBuild uses this output of :jandex without declaring dependency
  • #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
  • #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
  • #48191 - Gradle quarkusRun: invalid null character in command
  • #48196 - Infinispan cache does not propagate request context
  • #48200 - Fixes request context lost in Infinispan cache get/getasync
  • #48210 - Bump apicurio-registry.version from 2.6.9.Final to 2.6.11.Final
  • #48249 - Move version management of forbiddenapis plugin to the root pom
  • #48310 - AccessDeniedException in quarkus dev mode
  • #48315 - Bump smallrye-open-api.version from 4.0.10 to 4.0.11
  • #48325 - Compose Dev Services fix for wait strategy targets
  • #48335 - Compose Dev Services MS SQL connection url fix
  • #48347 - Environment Variable Configuration Issues since Quarkus 3.23.3
  • #48353 - Update SmallRye Config to 3.13.2
  • #48363 - Make quarkusDependenciesBuild run after Jandex tasks, in case they are configured
  • #48368 - Vert.x ref guide: replace the non-existant sendAndForget() with send()
  • #48375 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.1 to 3.13.2 in /devtools/gradle
  • #48385 - Prevent AccessDeniedException in DEV mode when DEV UI is locating workspace item
  • #48400 - @InjectSpy causes smallrye unable to find config
  • #48410 - Properly document how to use @InjectMock with @ConfigMapping
  • #48440 - Bump apicurio-registry.version from 2.6.11.Final to 2.6.12.Final

3.24.0.CR1

11 Jun 19:01

Choose a tag to compare

3.24.0.CR1 Pre-release
Pre-release

Major changes

  • #41310 - Upgrade to Hibernate ORM 7
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #47756 - Introduce new assistant module
  • #47830 - Add OIDC Health Check

Complete changelog

  • #5531 - constraint mappings specified in META-INF/validation.xml aren't applied
  • #24340 - CDI injection does not work on entity listeners if the listener method is private
  • #26496 - Matching a base path of another controller, results in 405 Method Not Allowed
  • #31785 - DEV UI: Ability to add logo to card
  • #31974 - Address technical debt following integration of Hibernate Reactive 2.0.0.Alpha2
  • #35144 - HV000151: A method overriding another method must not redefine the parameter constraint configuration
  • #36922 - hibernate.query.fail_on_pagination_over_collection_fetch property
  • #38948 - Hibernate Reactive can't persist a many-to-many relation when one of the entities is a child (with the "joined" inheritance type) and the batch size is greater than 1
  • #39634 - [JDK 23+15] org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler.handleCallback fails with UnsupportedOperationException
  • #41310 - Upgrade to Hibernate ORM 7
  • #42247 - Adapt to Apache Derby support moving to Hibernate ORM's community dialects
  • #42292 - Upgrade to Hibernate Validator 9.0
  • #43368 - Panache projection handles primitive type incorrectly
  • #45164 - Upgrade to Hibernate ORM 7
  • #47026 - Option to disable "registry.quarkus.io"
  • #47108 - Bump kafka-clients from 3.9.0 to 4.0.0
  • #47290 - Allow adding Open API specification endpoint to OpenAPI using config
  • #47386 - Support overlapping paths on resource classes
  • #47443 - Bump com.google.errorprone:error_prone_annotations from 2.37.0 to 2.38.0
  • #47558 - Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0
  • #47579 - Bump com.google.http-client:google-http-client-bom from 1.46.3 to 1.47.0
  • #47600 - Disable logger exporter metrics if metrics disabled
  • #47646 - [Test][ClassLoader] Quarkus 3.22 throws when tests run with junit-platform.properties resource file
  • #47653 - [OpenAPI] Custom type annotated with Schema and type = SchemaType.ARRAY and implementation = MyKlass.class inlines implementation properties
  • #47756 - Introduce new assistant module
  • #47762 - Allow "appending" quarkus.native.additional-build-args
  • #47798 - OpenAPI: Automatically detected properties (and methods) are merged unwantedly
  • #47827 - Eliminate duplicated code to improve safety in TCCL stack
  • #47830 - Add OIDC Health Check
  • #47861 - Add OIDC Health Check
  • #47862 - Enable full request and response logging for REST Assured Quarkus tests
  • #47863 - Extract Kafka Streams topics to check from the topology
  • #47866 - Add tests for gradle case where a package private class is in a test fixture
  • #47872 - Openapi assistant feature
  • #47873 - Graphql assistant feature
  • #47874 - Agroal assistant feature
  • #47876 - Make placing JPA listener annotations a little safer
  • #47880 - Bump kubernetes-client-bom from 7.2.0 to 7.3.0
  • #47883 - Introduce property quarkus.native.additional-build-args-append
  • #47886 - Allow access to context locals from HttpServerMetricsTagsContributor
  • #47887 - Add a way to access request context data in HttpServerMetricsTagsContributor
  • #47890 - Add deeper nesting in nesting test to exercise it a bit more rigorously
  • #47893 - Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.0.202503040940-r to 7.2.1.202505142326-r
  • #47897 - Add names of tests which exercise maven reruns to flake ignore list
  • #47904 - Add comments and lightly refactor to improve clarity
  • #47912 - Attempt to address flakiness of VertxConnectionMetricsTest
  • #47917 - Add 3.20 LTS to SECURITY.md
  • #47924 - Deprecations scheduled for removal in Gradle 9: getDependencyProject and BuildIdentifier.getBuildPath
  • #47925 - Deprecations scheduled for removal in Gradle 9: Detached Configurations should not use extendsFrom
  • #47928 - Clarify how to augment the identity in a blocking mode
  • #47931 - Add Javadoc for ArchiveRootBuildItem class
  • #47935 - Azure Function dependencies must be updated
  • #47945 - NPE at AbstractMethodValidationInterceptor.validateMethodInvocation
  • #47947 - Use SyntheticBeanBuildItem to construct HibernateValidatorFactory
  • #47949 - Bump org.htmlunit:htmlunit from 4.11.1 to 4.12.0
  • #47951 - Bump Gradle version from 8.13 to 8.14
  • #47952 - Dev UI: new feature - menu actions
  • #47955 - Revert "ProjectDependency.getDependencyProject() and BuildIdentifier.getName() deprecations"
  • #47957 - A better leading sentence for the OpenTelemetry Logging use case
  • #47958 - Bump kubernetes-client-bom from 7.3.0 to 7.3.1
  • #47968 - Add tests for redis dev services behaviour in devmode
  • #47970 - Bump org.mockito:mockito-bom from 5.17.0 to 5.18.0
  • #47973 - Bump org.glassfish.expressly:expressly from 5.0.0 to 6.0.0
  • #47975 - Use mutiny-bom in independent projects
  • #47976 - Update datasource observability configs docs and setup
  • #47977 - High cardinality warning on HttpServerMetricsTagsContributor.requestContextLocalData()
  • #47986 - Limit Dependabot Expressly updates
  • #47990 - Add support for passing user data through client connectors in WebSockets Next
  • #48001 - Declare dependencies in integration-tests/maven module
  • #48003 - Deprecate quarkus.log.console.async and add enable to it
  • #48008 - Disable test which fails on non-AWS-runner CIs
  • #48030 - Add ID attribute to a button for starting continuous testing so that DEV UI tests select the button and start testing using DEV UI
  • #48035 - Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.7.6 to 24.7.7
  • #48037 - Remove regex from hot path in micrometer
  • #48054 - Trigger Quarkus Deploy Snapshots in the middle of the night
  • [#48063](https://git...
Read more