3.24.3
- #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
- #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
- #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 ofRouteBuildItem
- #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
- #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
- #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
- #48220 -
ClosedFileSystemException
orNullPointerException
thrown whenSharedArchivePathTree
is opened and closed concurrently - #48221 - ClosedFileSystemException or NullPointerException thrown when SharedArchivePathTree is opened and closed concurrently
- #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
- #48362 - Update to Njord 0.7.5 and include in Dependabot
- #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
- #41310 - Upgrade to Hibernate ORM 7
- #42292 - Upgrade to Hibernate Validator 9.0
- #47756 - Introduce new assistant module
- #47830 - Add OIDC Health Check
- #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 - Bump
spotless-maven-plugin
to2.44.4
- #48064 - Bump com.amazonaws:aws-lambda-java-core from 1.2.3 to 1.3.0
- #48076 - Bump org.codehaus.mojo:templating-maven-plugin from 1.0.0 to 3.0.0
- #48077 - Bump org.apache.groovy:groovy from 4.0.26 to 4.0.27
- #48080 - Bump org.apache.maven.plugins:maven-assembly-plugin from 3.5.0 to 3.7.1
- #48081 - Bump org.codehaus.mojo:properties-maven-plugin from 1.1.0 to 1.2.1
- #48082 - Bump Microsoft SQL Server JDBC driver to 12.10.0
- #48086 - Avoid class cast exception when reading Vert.x Remote User attribute if Vert.x UserImpl is available
- #48090 - Devservices compose using oracle database construct wrong jdbc url
- #48092 - Apply Spotless changes to the whole codebase
- #48095 - Bump com.gradle.develocity from 4.0.1 to 4.0.2 in /devtools/gradle
- #48098 - Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
- #48109 - Fix Oracle DevService JDBC pattern
- #48111 - Fix nested lists in 0008-phasing-out-config-classes.adoc
- #48118 - Add support for setting the TLS configuration name from client connectors in WebSockets Next
- #48129 - Tolerate junit-platform.properties in user code
- #48143 - Remove unused old Dev UI code
- #48144 - Dev UI workspace: Make menubar sticky
- #48152 - Retain access token scope from the authorization code flow response
- #48153 - Record access token scope in the grant response
- #48160 - Bump org.junit:junit-bom from 5.12.2 to 5.13.1
- #48174 - Promote the Redis client extension to stable
- #48186 - Bump flyway.version from 11.8.2 to 11.9.0
- #48187 - Bump org.checkerframework:checker-qual from 3.49.3 to 3.49.4
- #48188 - Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
- #48189 - Bump com.google.api.grpc:proto-google-common-protos from 2.56.0 to 2.58.0
- #48193 - Log just the error message instead of complete stacktraces from DevModeClient
- #48194 - Add Dev UI Health Page
- #48201 - Micro build optimizations for ArC
- #48203 - Add more test coverage for Redis dev services
- #48210 - Bump apicurio-registry.version from 2.6.9.Final to 2.6.11.Final
- #48211 - Update Azure Function dependencies
- #48212 - Bump org.htmlunit:htmlunit from 4.12.0 to 4.13.0
- #48216 - Changing OidcTenantConfig returned from TenantConfigResolver::resolve has no effect
- #48220 -
ClosedFileSystemException
orNullPointerException
thrown whenSharedArchivePathTree
is opened and closed concurrently - #48221 - ClosedFileSystemException or NullPointerException thrown when SharedArchivePathTree is opened and closed concurrently
- #48235 - Add config option to disable extension management in dev ui
- #48249 - Move version management of forbiddenapis plugin to the root pom
- #48253 - Collect the configuration of the Hibernate ORM and Reactive processors
- #48259 - Bump flyway.version from 11.9.0 to 11.9.1
- #48260 - Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1
- #48261 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.120 to 0.0.121
- #48262 - Small cosmetic change for new health-ui
- #48265 - Add setting
quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch
- #48266 - Re-enable OpenApiIntegrationTest in Hibernate Reactive
- #48278 - Allow to update resolved OIDC dynamic tenant configurations
- #48282 - Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.1.202505142326-r to 7.3.0.202506031305-r
- #48283 - Bump org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.7.7 to 24.7.8
- #48293 - Split out 'easy' test for dev mode only, and harder test for dev and test
- #48295 - Unable to run QuarkusIntegrationTests in Eclipse since Quarkus 3.22
- #48298 - Do not set TCCL if there is unlikely to be a discovery phase to close it
- #48306 - Dev UI: Allow logos and lib versions
- #48315 - Bump smallrye-open-api.version from 4.0.10 to 4.0.11
- #48318 - Bump hibernate-orm.version from 7.0.0.Final to 7.0.1.Final
- #48319 - Dev UI: Allow logo from metadata
3.23.3
- #47656 - Unable to run QuarkusTests in Eclipse since Quarkus 3.22
- #47734 - Cannot run Quarkus tasks with dependencies from an external project using Gradle composite build
- #48014 - Non-viable test classloader when running a group of tests (Class or Package) in VSCode
- #48100 - ClassNotFoundException with certain Gradle multi-project setup and dev mode
- #48206 - Initialize only one ObjectMapper in Analytics
- #48218 - Quarkus OIDC Default tenant unable to decrypt state cookie from Google IdP
- #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
- #48232 - Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 4.20.0 to 4.20.1
- #48238 - Annotation attributes are not used when comparing test resources
- #48239 - Optimizing the native image Kubernetes Client guidelines
- #48240 - Respect annotation configuration values when comparing test resources
- #48242 - Panache Kotlin MongoDB
- #48243 - Update PanacheMongoEntityBase.kt kotlin - opened functions
- #48244 - Quarkus 3.23.2 tests fail with
java.lang.RuntimeException: Failed to locate <class> among the application dependencies
- #48246 - Add OIDC GitHub wiremock credential provider test
- #48250 - Fix Gradle composite build with Kotlin Multiplatform dependencies
- #48251 - JWT dev mode keys: add two build items to customise
- #48257 - Quarkus 3.20 LTS does not handle
pom.xml
quarkus.application.version
the same way as 3.15 LTS - #48258 - Add more helpful error message for unfixable problem launching tests in Eclipse
- #48268 - Update SmallRye Config to 3.13.1
- #48269 - Handle VS Code case and improve exception message for IDE test launch failures
- #48274 - Record expanded value for build time runtime fixed configuration
- #48275 - Add test sources in the ProjectDescriptorBuilder
- #48277 - Use tenuous pattern to detect VS Code in cases where classpath check does not work
- #48279 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.13.0 to 3.13.1 in /devtools/gradle
- #48281 - Bump com.gradle:common-custom-user-data-maven-extension from 2.0.2 to 2.0.3
- #48286 - MP fault tolerance and quarkus rest client issue
- #48288 - Bump gradle/develocity-actions from 1.3 to 1.4
- #48291 - RESTEasy Reactive Client: propagate declared exceptions
- #48300 - Bump mongo-client.version from 5.5.0 to 5.5.1
- #48307 - Update Njord to 0.7.4
3.23.1
- #30904 - Add a section on
kotlinx.serialization
to the "Using Kotlin" guide - #45742 - Native Build fails with io.confluent:kafka-streams-avro-serde to v7.8.0
- #46363 - Undertow - Session context lifecycle events should be observable from session scoped beans
- #47232 - OIDC client/filter issues after migrating from previous to latest LTS
- #47663 - HQL console in DevUI is not working
- #47671 - Test classes with
@Nested
classes fail in dev-mode - #47760 - Quarkus 3.22: Test classes w/ superclasses fail with
IllegalAccessError
- #47869 - Bump rest-assured.version from 5.5.1 to 5.5.2
- #47913 - Deeply nested tests sometimes loaded with wrong classloader on Windows continuous testing
- #47964 - Bump to Mutiny 2.9.0 and Mutiny Vert.x bindings 2.19.0
- #47972 - Bump sisu.version from 0.9.0.M3 to 0.9.0.M4
- #47979 - HQL console transaction fix for panache entities
- #47984 - Update SmallRye Config to 3.13.0
- #47987 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.12.4 to 3.13.0 in /devtools/gradle
- #47991 - Bump io.smallrye.beanbag:smallrye-beanbag-bom from 1.5.2 to 1.5.3
- #47992 - Bump io.smallrye.beanbag:smallrye-beanbag-maven from 1.5.2 to 1.5.3
- #47994 - io.quarkus.resteasy.reactive:resteasy-reactive incorrect JavaDoc of ServerResponseFilter class
- #48004 -
maven
integration test constantly failing in native mode - #48010 - Get the user name as principal name with OAuth2 code flow
- #48011 - Bump Keycloak version to 26.2.4
- #48019 - Proxied synthetic bean seems to proxy to two different super classes
- #48022 - Bump agroal.version from 2.7 to 2.7.1
- #48023 - Bump rest-assured.version from 5.5.2 to 5.5.5
- #48042 - Update messaging.adoc
- #48046 - Qute: rename doFilter to filter and make it public
- #48048 - Gradle quarkusIntTest does not execute regular tests since 3.22
- #48053 - Integration tests using InnoDB failing on
main
- #48057 - Correct duplicated context creation in SmallRye Health
- #48060 - Avoid a duplicate OIDC add cookie call
- #48061 - ArC: fix interception proxy to forward non-intercepted methods to the delegate
- #48062 - Update Maven plugins and Nisse extension
- #48066 - Bump quarkus-http.version from 5.3.4 to 5.3.5
- #48067 - Bump hibernate-orm.version from 6.6.15.Final to 6.6.16.Final
- #48069 - Updates to Infinispan 15.0.15.Final
- #48071 - Adjust innodb configuration
- #48073 - AWT libraries not present when Jib creates a container
- #48074 - Auto-add .so files to the Jib generated native-image container
- #48083 - Update quarkus-http, create test coverage for Undertow session context events
- #48084 - Prepare switch to Central Portal
- #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
- #48093 - Update Njord 0.6.2
- #48094 - Sort dot names when identifying quarkus tests in continuous testing so nested tests are always identified
- #48096 - Bump smallrye-jwt.version from 4.6.1 to 4.6.2
- #48101 - Fix typo on io.quarkus.resteasy.reactive:resteasy-reactive ServerResponseFilter class
- #48102 - invalid FROM on native-micro
- #48108 - Sync Kotlin protobuf version with Java protobuf version
- #48112 - LaunchMode profile constants
- #48115 - Fix various issues in Quarkus CLI
- #48117 - Fix JBangSupport process exec so it cannot hang
- #48119 - Bump org.postgresql:postgresql from 42.7.5 to 42.7.6
- #48120 - Bump hibernate-orm.version from 6.6.16.Final to 6.6.17.Final
- #48122 - HTTP protocol obtained with %H in access log doesn't conform to Common Log Format
- #48124 - Follow the Common Log Format in access logs for HTTP version when 'H' is used
- #48131 - Document quarkusIntTest task no longer depends on test task
- #48132 - Change MSSQL username from
SA
tosa
- #48133 -
@InjectMock
of a class with a method with generic throws type fails - #48134 - Expose SSLSession from connection in WebSockets Next
- #48137 - ClientExceptionMapper incorrectly detected as duplicate when using java-test-fixtures plugin
- #48138 - Bump elasticsearch-opensource-components.version from 8.18.1 to 8.18.2
- #48139 - Bump com.gradle:develocity-maven-extension from 2.0 to 2.0.1
- #48140 - Bump testcontainers.version from 1.21.0 to 1.21.1
- #48142 - Moved outstanding runtime dev-ui to new runtime-dev module
- #48146 - Use DotName.toString() instead of Type.toString()
- #48149 - Update to Njord 0.7.0
- #48151 - Can not post body to custom management endpoint in DEV mode
- #48156 - Upgrade to Hibernate Search 7.2.4
- #48157 - Regression causing runtime link error in tests with gradle testFixtures
- #48161 - Bump apicurio-registry.version from 2.6.8.Final to 2.6.9.Final
- #48163 - Bump dekorate.version from 4.1.4 to 4.1.5
- #48164 - Bump io.quarkus.develocity:quarkus-project-develocity-extension from 1.2.0 to 1.2.2
- #48171 - Do not register the Hot Reload Handler into the Management Interface router
- #48175 - Runtime init
io.confluent.kafka.schemaregistry.avro.AvroSchemaUtils
- #48176 - Add note about Kotlin Serialization support in doc
- #48181 - Fix Platform overriding of codestart dockerfile data
- #48183 - Prevent registration of field and method return type hierarchies for picocli
- #48185 - Initialize the main WorkspaceModule during the configuration time
- #48208 - Fix group ID for quarkus-micrometer-registry-prometheus package
- #48217 - Provide for all artifacts
3.23.0
- #27349 - MockSupport may fail in junit5 concurrent execution mode
- #37363 - ClassLoader.definePackage throws IllegalArgumentException,
parentFirst
not solving issue - #39016 -
@CreationTimestamp
and@UpdateTimestamp
with the same value after persistAndFlush - #47466 - Agroal doesn’t reset read only when returning connection to pool
- #47483 - Max header size configuration property is not used with AWS Lambda HTTP extension
- #47617 - quarkusDev prints a warning when started using JDK24
- #47618 - Bump netty.version to 4.1.121.Final
- #47785 - Issues with
;
in query params causes URIs without a scheme for Quarkus REST - #47821 - REST Client fails for sub-resources with BeanParam
- #47848 - Bump Kotlin to 2.1.21
- #47850 - Quarkus 3.22 regression - Classloader issue with ConfigProvider used in Test
- #47853 - Native integration test
jpa
broken inmain
- #47855 - Do not expose Hibernate-specific metamodels through CDI
- #47857 - Bump Agroal to 2.7
- #47858 - Fallback
quarkus.test.integration-test-profile
toquarkus.profile
- #47860 - Deal with max headers size in Amazon Lambda
- #47864 - Adding scheme and authority to absoluteUri
- #47867 - Bump org.hibernate.reactive:hibernate-reactive-core from 2.4.7.Final to 2.4.8.Final
- #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
- #47879 - Make MockSupport methods synchronized
- #47891 - NPE when ValueExpressionResolver returns null
- #47892 - Dont use Facade ClassLoader as TCCL for interacting with profiles
- #47895 - Native application execution failure with
@Retry
and overridden methods - #47899 - Retry when
CL.definePackage()
throws an IAE - #47903 - [GraalVM for JDK 24+] All native integration tests failing
- #47905 - Change of ownership/visibility on objects created in oracle dev service initialization script
- #47906 - MeterTagsSupport: prevent null metric tag values
- #47907 - Introduce
quarkus.datasource.devservices.init-privileged-script-path
- #47909 - Make bean param work properly with subresource in REST Client
- #47910 - Allow "unsupported properties" set in the Hibernate ORM/Reactive extension to override Quarkus' own values
- #47915 - Security:
quarkus.security.auth.enabled-in-dev-mode=false
breaks SwaggerUI - #47932 - Handle method parameter type annotations in ClassComparisonUtil
- #47933 - OpenAPI Auto security works with enabled-in-dev config from security
- #47934 - CycloneDX parameters do not apply
- #47937 - Fix gRPC enum registration in native
- #47941 - SmallRye Fault Tolerance: add missing reflection registration
- #47944 - Runtime initialize classes to preserve Netty's assumptions
- #47946 - Refactor: Store QuarkusClassLoaders, not StartupActions in FacadeClassLoader map
- #47950 - Refresh deleted source file location
- #47961 - Quarkus Kafka Streams extension does not start in a DEV mode
- #47962 - Fix Quarkus Kafka Streams in DEV mode
- #47963 - Fixes Cyclonedx broken params
- #47966 - Use config.getOptionValue checking quarkus.security.auth.enabled-in-dev-mode