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