Complete changelog
- #36920 - Fix OIDC scope to permission mapping when scope is empty
- #36911 - OIDC "Permission must not be empty" with imported test realm since 3.5.0
- #36907 - Bump resteasy.version from 6.2.5.Final to 6.2.6.Final
- #36906 - [Docs] security-oidc-auth0-tutorial.adoc improvements
- #36901 - Fix formatting in the datasource docs
- #36895 - Docs: fix formatting of code snippet in the Micrometer tutorial
- #36889 - Build cache - Also exclude .cache for Spotless
- #36887 - Qute: fix validation of array index-based expressions
- #36885 - Handle generic types for ParamConverter in REST Client
- #36883 - Keycloak DevService: Improve error messages and documentation
- #36857 - Fix OIDC key resolver to accept SHA256 certificate thumbprints
- #36855 - OIDC key resolver fails to recognize an
x5t#S256
thumbprint - #36841 - TransactionalUniAsserterTest: test that injected argument is used
- #36830 - Reformat source code block title
- #36803 - Gradle plugin: use full URI for configuration source locations
- #36800 - Quarkus code-gen (Gradle): Fix behavior to filter unavailable services
- #36793 - Add jvmArgs option to Quarkus Gradle plugin task quarkusRun
- #36787 - Fix dead link in reactive-sql-clients.adoc
- #36776 - Exclude resteasy-client from lra-proxy-api in narayana-lra extension
- #36770 - Keycloak Admin Client Reactive: Fix typo that allows users to customize ObjectMapper
- #36767 - Gradle build does not work when an "application.properties" exists at the root of the project
- #36751 - Fix typo in reactive-event-bus.adoc
- #36741 - Fix sockjs documentation
- #36720 - Update OpenSearch container test configuration
- #36719 - Remove type from ResolverMapKey
- #36716 - Cannot build project with quarkus-cxf extension and custom ConfigSourceFactory: Provider not found
- #36713 - Ignore bridge methods and improve error message in
@Embeddable
annotation checks - #36710 - Raise FileSystemWatcherTestCase wait times
- #36689 - Try to stabilize PausedSchedulerTest
- #36677 - OpenAPI.yaml with recursion
- #36663 - Disable VertxMDCTest on Windows
- #36646 - OpenAPI support to register schema for a type from 3rd party lib
- #36639 - RESTEasy Reactive does not call method ParamConverter#toString for collection elements
- #36638 - Codestarts: Add Entity annotation to Kotlin all-open
- #36637 - Deprecate the scala extension
- #36629 - Remove the pinned event example from the documentation
- #36609 - Add a custom OIDC identity provider test
- #36599 - TransactionalUniAsserter never fails with Hibernate Reactive
- #36598 - Use MongoDB 4.4 consistently
- #36596 - Fix version reporting and parsing
- #36593 - Allow for setting logging body limit programmatically
- #36582 - Unit test always succeeds in combination with hibernate-reactive & panache
- #36572 - Fix typos and a forgot backtick in the doc files
- #36571 - Fix the mailer connection pool when multiple mailers are used
- #36567 -
@MailerName
not working with different SMTP servers - #36561 - Add auth mechanism to the Liquibase MongoDB connection string
- #36547 - Qute: make it possible to init a new EngineBuilder from an Engine
- #36546 - Fix URL for Dev UI es-shims
- #36542 - SmallRye GraphQL 2.5.1
- #36540 - Upgrade H2 to version 2.2.224
- #36538 - OTel flush timeout
- #36537 - Reset the Apicurio registry client in dev mode and tests
- #36514 - SmallRye OpenAPI 3.7.0 and Tests to check content type between Services and OpenAPI
- #36469 - oidc-client-graphql tests are failing with NPE
- #36450 - Don't emit null values from SSE
- #36435 - Bump Gradle version to 8.4
- #36434 - Unblock SmallRye Health exposed routes
- #36421 - Quarkus 3.4.x - Build failure: java.lang.Object is used as an embeddable but does not have an
@Embeddable
annotation - #36297 - SmallRye OpenAPI 3.6.2 changes contract for post/put/delete/patch when consumes/produces content type is not defined
- #36067 -
@ClientObjectMapper
should run only once - #35996 - Make Maven ITs less fragile
- #35666 - Quarkus Liquibase-MongoDB Extension is ignoring auth-mechanism and auth-mechanism-properties
- #35099 - Use a non-blocking handler for SmallRye Health Status
- #26557 - Continuous Testing with Apicurio DevService