Complete changelog
- #37765 - Resteasy Reactive: Add support for sending multipart List in client API (supported in Server API)
- #47081 - Accessing ConfigProvider from a custom JUnit condition results in ServiceConfigurationError
- #47365 - Leave the TCCL how we found it after test discovery
- #47430 - Quarkus fails to start up with composite Gradle build when using Kotlin (Java works correctly)
- #47473 - Quarkus (REST) behaves differently when having a parent POM
- #47498 - Native executable cannot be built with signed Jars containing beans
- #47534 - Extract common code from AbstractJvmQuarkusTestExtension and QuarkusMainTestExtension to AppMakerHelper
- #47535 - Use a common name for a test classes index file instead of a one based on a test class name
- #47657 - Using nested JUnit test classes with QuarkusTest breaks non-Quarkus tests
- #47670 - [SmallRye Messaging] - Backpressure support via
@OnOverflow
broken after upgrading to Quarkus 3.22.x - #47671 - Test classes with
@Nested
classes fail in dev-mode - #47684 - Agroal - Database connection pool - Database view: Select command denied
- #47689 - Reflection-free serializer is generated also for pojos annotated with
@JsonValue
- #47716 - Clarify documentation for usage of TLS registry in Quarkus clients
- #47719 - Fix reflection-free json serialization with
@JsonValue
- #47724 - Bump wildfly-elytron.version from 2.6.3.Final to 2.6.4.Final
- #47728 - Fix Kotlin compilation
- #47729 - Cache DevUI give datatable more height
- #47730 - Fix included Kotlin build in quarkusDev
- #47731 - Fix possible NPE on 404 on startup
- #47736 - Fix reflection-free for
@JsonValue
annotated classes - #47738 - Multiple scheduled methods overrides they configuration
- #47743 - Quarkus devservices oracledb with flyway
- #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
- #47751 - SmallRye JWT devmode optimization is impacting users and should be disabled by default
- #47752 - Add a note about client secret to GitHub provider docs
- #47753 - Copy
init-script-path
files to Oracle DevService volume - #47757 - Unsign all dependency JARs during build
- #47758 - Disable analytics for the remote-dev tests
- #47766 - Document known Flyway issues and configuration examples
- #47767 - Close the base classloader on a re-start of an app on the remote side in remote-dev mode
- #47772 - Unsupported openshift options
- #47776 - Take use
using-prefix
into account in Openshift manifest generation - #47777 - Add quarkus-vertx-http-deployment to documentation on testing of Dev UI in extensions
- #47779 - OpenAPI Filters ensure consistent ordering
- #47780 - Use a stack to store the TCCL
- #47783 -
quarkus-maven-plugin:create
fails with missing codestart even for minimal project (no extensions) - #47786 - Add support for disabling automatic key generation in JWT extension via new properties
- #47787 - DevUI DatabaseView improve JDBC host resolution
- #47789 - Gradle copying artifacts for native build failed with Permission denied
- #47794 - Quarkus 3.22 - Gradle Unit Tests do not run in multi module setup when not all modules have a test
- #47795 - Better handle registry referencing non-existing codestarts
- #47797 - quarkus-maven-plugin throws error when using an additional custom resource directory
- #47803 - Ignore false reflection hierarchy warning for Kotlin serialization
- #47804 - Qute: document type-safe fragment records
- #47806 - Gradle - Delete files before copy if read only
- #47808 - Add test check for log messages about not being able to load class orderer
- #47809 - Qute: fix type-safe fragments defined as top-level records
- #47810 - Fix case in which normal tests would trash the TCCL and cause NPEs
- #47812 - Correctly identify nested QuarkusTests in continuous testing
- #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
- #47816 - Bump io.micrometer:micrometer-bom from 1.14.6 to 1.14.7
- #47818 - Dev UI Agroal: Fix Mysql and count
- #47820 - Polish client multipart handling
- #47822 - Remove uses of static bytecode-adjusted logger in
FacadeClassLoader
- #47823 - Properly support
List<File>
(and friends) for REST Client multipart upload - #47824 - Jandex: upgrade to 3.3.1
- #47825 - Fix custom Maven project resource path resolution
- #47828 - Messaging Context propagation Decorator Fix
- #47829 - Make sure we have a test compilation unit before going further