The kas-fleetshard-operator is responsible for provisioning and managing instances of kafka on a cluster. The kas-fleetshard-synchronizer synchronizes the state of a fleet shard with the kas-fleet-manager.
Apache License 2.0
7
stars
20
forks
source link
Update dependency io.quarkus:quarkus-junit5 to v2.16.6.Final #894
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
quarkusio/quarkus
### [`v2.16.6.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.6.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.5.Final...2.16.6.Final)
##### Complete changelog
- [#32319](https://togithub.com/quarkusio/quarkus/pull/32319) - \[2.16] Revert io.netty.noUnsafe change
- [#32302](https://togithub.com/quarkusio/quarkus/pull/32302) - Qute - fix validation of expressions with the "cdi" namespace
- [#32253](https://togithub.com/quarkusio/quarkus/pull/32253) - (2.16) Upgrade to graphql-java 19.4
- [#32223](https://togithub.com/quarkusio/quarkus/pull/32223) - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
- [#32110](https://togithub.com/quarkusio/quarkus/pull/32110) - Prevent splitting of cookie header values when using AWS Lambda
- [#32107](https://togithub.com/quarkusio/quarkus/pull/32107) - Fix Podman detection on Windows
- [#32106](https://togithub.com/quarkusio/quarkus/issues/32106) - Native building with container: Podman not detected on Windows
- [#32093](https://togithub.com/quarkusio/quarkus/pull/32093) - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
- [#32090](https://togithub.com/quarkusio/quarkus/pull/32090) - K8s moved its registry
- [#32088](https://togithub.com/quarkusio/quarkus/pull/32088) - Remove the session cookie if ID token verification failed
- [#32082](https://togithub.com/quarkusio/quarkus/pull/32082) - Add missing quote in Hibernate Reactive with Panache guide
- [#32079](https://togithub.com/quarkusio/quarkus/issues/32079) - Quarkus JaCoCo extension fails to start Gradle daemon
- [#32058](https://togithub.com/quarkusio/quarkus/pull/32058) - Allow use of null in REST Client request body
- [#32047](https://togithub.com/quarkusio/quarkus/issues/32047) - rest client reactive throws npe on null request body
- [#32041](https://togithub.com/quarkusio/quarkus/issues/32041) - K8s is moving it's images
- [#32037](https://togithub.com/quarkusio/quarkus/issues/32037) - Set-Cookie Header is Split when using OIDC together with AWS Lambda
- [#32015](https://togithub.com/quarkusio/quarkus/pull/32015) - Support repeatable Incomings annotation for reactive messaging
- [#32002](https://togithub.com/quarkusio/quarkus/issues/32002) - Quarkus: Kafka Event Processor with 2 `@incoming` annotations throws Null Pointer SRMSG00212
- [#31984](https://togithub.com/quarkusio/quarkus/pull/31984) - Only substitute OctetKeyPair\* classes when on the classpath
- [#31978](https://togithub.com/quarkusio/quarkus/pull/31978) - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
- [#31930](https://togithub.com/quarkusio/quarkus/issues/31930) - Native build fails for JWT
- [#31893](https://togithub.com/quarkusio/quarkus/issues/31893) - Docker or Podman required for tests since 3.0.0.Alpha6
- [#31857](https://togithub.com/quarkusio/quarkus/pull/31857) - Container runtime detection cached in sys prop, container-docker extension
- [#31811](https://togithub.com/quarkusio/quarkus/pull/31811) - Check the expiry date for inactive OIDC tokens
- [#31717](https://togithub.com/quarkusio/quarkus/issues/31717) - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
- [#31714](https://togithub.com/quarkusio/quarkus/issues/31714) - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
- [#31662](https://togithub.com/quarkusio/quarkus/issues/31662) - Warning when docker is not running
- [#31525](https://togithub.com/quarkusio/quarkus/pull/31525) - Bump Keycloak version to 21.0.1
- [#31490](https://togithub.com/quarkusio/quarkus/pull/31490) - Enable Podman and Docker Windows quarkus-container-image-docker testing
- [#31307](https://togithub.com/quarkusio/quarkus/issues/31307) - Native Build on Windows has incorrect resource slashes
- [#30383](https://togithub.com/quarkusio/quarkus/pull/30383) - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT
### [`v2.16.5.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.5.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.4.Final...2.16.5.Final)
##### Complete changelog
- [#31959](https://togithub.com/quarkusio/quarkus/pull/31959) - New home for Narayana LRA coordinator Docker images
- [#31931](https://togithub.com/quarkusio/quarkus/pull/31931) - Support raw collections in RESTEasy Reactive server and client
- [#31922](https://togithub.com/quarkusio/quarkus/pull/31922) - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
- [#31904](https://togithub.com/quarkusio/quarkus/pull/31904) - \[2.16] Upgrade SmallRye GraphQL to 1.9.4
- [#31894](https://togithub.com/quarkusio/quarkus/pull/31894) - Supply missing extension metadata for reactive keycloak client
- [#31891](https://togithub.com/quarkusio/quarkus/pull/31891) - Fix truststore REST Client config when password is not set
- [#31867](https://togithub.com/quarkusio/quarkus/pull/31867) - Qute type-safe fragments - fix validation for loop metadata and globals
- [#31866](https://togithub.com/quarkusio/quarkus/issues/31866) - The behavior of the `@RestHeader` annotation is different from the `@HeaderParam` annotation when the parameter is of type List
- [#31864](https://togithub.com/quarkusio/quarkus/pull/31864) - Fix incorrect generic type passed to MessageBodyWriter#writeTo
- [#31818](https://togithub.com/quarkusio/quarkus/issues/31818) - Jackson JAX-RS YAML Provider for Resteasy Reactive
- [#31804](https://togithub.com/quarkusio/quarkus/pull/31804) - \[2.16] A test to make sure non-existing modules are ignored during workspace discovery
- [#31793](https://togithub.com/quarkusio/quarkus/pull/31793) - \[2.16] Fix NPE loading workspace modules
- [#31770](https://togithub.com/quarkusio/quarkus/pull/31770) - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java
- [#31769](https://togithub.com/quarkusio/quarkus/pull/31769) - Capability added for quarkus-rest-client-reactive-jackson
- [#31756](https://togithub.com/quarkusio/quarkus/issues/31756) - quarkus-rest-client-reactive-jackson doesn't provide capabilities
- [#31728](https://togithub.com/quarkusio/quarkus/pull/31728) - Register additional cache implementations for reflection
- [#31718](https://togithub.com/quarkusio/quarkus/pull/31718) - Properly close metadata file in integration tests
- [#31713](https://togithub.com/quarkusio/quarkus/issues/31713) - "Too many open files" When test native image.
- [#31712](https://togithub.com/quarkusio/quarkus/pull/31712) - Make request scoped beans work properly in ReaderInterceptors
- [#31705](https://togithub.com/quarkusio/quarkus/pull/31705) - Remove all dev services for kubernetes dependencies from kubernetes-client-internal
- [#31692](https://togithub.com/quarkusio/quarkus/issues/31692) - RequestScoped context not active when using a ReaderInterceptor with large HTTP requests
- [#31688](https://togithub.com/quarkusio/quarkus/pull/31688) - Suppress config changed warning for quarkus.test.arg-line
- [#31643](https://togithub.com/quarkusio/quarkus/pull/31643) - Fix iterator issue when executing a zrange with score on a missing key
- [#31626](https://togithub.com/quarkusio/quarkus/issues/31626) - quarkus.test.arg-line has become a built-time fixed property in 2.16.4
- [#31624](https://togithub.com/quarkusio/quarkus/issues/31624) - native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour
- [#31617](https://togithub.com/quarkusio/quarkus/pull/31617) - Bump Stork version 1.4.2
- [#31579](https://togithub.com/quarkusio/quarkus/pull/31579) - Reinitialize sun.security.pkcs11.P11Util at runtime
- [#31560](https://togithub.com/quarkusio/quarkus/pull/31560) - Prevent SSE writing from potentially causing accumulation of headers
- [#31559](https://togithub.com/quarkusio/quarkus/issues/31559) - `SseUtil` unexpectedly stores headers in `Serialisers.EMPTY_MULTI_MAP`
- [#31551](https://togithub.com/quarkusio/quarkus/pull/31551) - Scheduler - detect scheduled methods of the same name on a class
- [#31547](https://togithub.com/quarkusio/quarkus/issues/31547) - Scheduler - it's possible to declare two scheduled methods of the same name on the same class
- [#31545](https://togithub.com/quarkusio/quarkus/pull/31545) - Append System.lineSeparator() to config error messages
- [#31536](https://togithub.com/quarkusio/quarkus/issues/31536) - Missing newline characters in config error message
- [#31532](https://togithub.com/quarkusio/quarkus/pull/31532) - Interpret negative/zero body-limit as infinite when logging REST Client request body
- [#31523](https://togithub.com/quarkusio/quarkus/issues/31523) - Request rejected by CORS for fonts in dev UI when `quarkus.http.cors=true` is set
- [#31496](https://togithub.com/quarkusio/quarkus/pull/31496) - Filter out RESTEasy related warning in ProviderConfigInjectionWarningsTest
- [#31482](https://togithub.com/quarkusio/quarkus/pull/31482) - Remove incorrect default value for keepAliveEnabled
- [#31440](https://togithub.com/quarkusio/quarkus/issues/31440) - Several quarkus integration tests fail to compile to native with latest GraalVM master
- [#31384](https://togithub.com/quarkusio/quarkus/pull/31384) - Ignore required documentation for `@ConfigMapping` default methods
- [#30757](https://togithub.com/quarkusio/quarkus/pull/30757) - Allow same origin CORS requests without 3rd party origins being configured
- [#30744](https://togithub.com/quarkusio/quarkus/issues/30744) - \[Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
- [#30698](https://togithub.com/quarkusio/quarkus/issues/30698) - CORS Request same origin ignored if no other origin set
### [`v2.16.4.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.4.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.3.Final...2.16.4.Final)
##### Complete changelog
- [#31510](https://togithub.com/quarkusio/quarkus/pull/31510) - Add logging to CompiledJavaVersionBuildStep
- [#31507](https://togithub.com/quarkusio/quarkus/pull/31507) - Adjust API in transaction.adoc code snippet
- [#31498](https://togithub.com/quarkusio/quarkus/pull/31498) - Added a note to get correct OpenAPI documentation
- [#31486](https://togithub.com/quarkusio/quarkus/issues/31486) - smallrye-openapi generates wrong definition for grouped parameters
- [#31483](https://togithub.com/quarkusio/quarkus/pull/31483) - Fix documentation for quarkus.hibernate-orm.enabled
- [#31477](https://togithub.com/quarkusio/quarkus/pull/31477) - Qute generated value resolvers - fix varArgs methods with 1 argument
- [#31471](https://togithub.com/quarkusio/quarkus/pull/31471) - \[2.16] Make sure parent modules are loaded into workspace before those that depend on them
- [#31467](https://togithub.com/quarkusio/quarkus/pull/31467) - Don't run kubernetes-client Dev Services transitively
- [#31465](https://togithub.com/quarkusio/quarkus/pull/31465) - Propagate Quarkus related failsafe system properties
- [#31462](https://togithub.com/quarkusio/quarkus/pull/31462) - Do not append single '&' with empty query params in Resteasy Reactive
- [#31449](https://togithub.com/quarkusio/quarkus/issues/31449) - Qute: VarArgs processing error with 1 element
- [#31447](https://togithub.com/quarkusio/quarkus/pull/31447) - SmallRye GraphQL 1.9.3, test for Deprecated annotation
- [#31422](https://togithub.com/quarkusio/quarkus/pull/31422) - Fix client jackson body writer to propagate the client context
- [#31418](https://togithub.com/quarkusio/quarkus/issues/31418) - Fix doc generation for quarkus.hibernate-orm.enabled
- [#31416](https://togithub.com/quarkusio/quarkus/pull/31416) - Fix copy paste error in qute docs
- [#31405](https://togithub.com/quarkusio/quarkus/issues/31405) - Propagate SystemProperties set in Failsafe plugin to the Test launcher
- [#31394](https://togithub.com/quarkusio/quarkus/pull/31394) - Fix afterEach callback for integration tests
- [#31393](https://togithub.com/quarkusio/quarkus/issues/31393) - Integration Test AfterEach callbacks are not called
- [#31355](https://togithub.com/quarkusio/quarkus/issues/31355) - \[Regression] Very slow startup in dev mode when the Kubernetes extension is present
- [#31350](https://togithub.com/quarkusio/quarkus/pull/31350) - Also set io.netty.noUnsafe at runtime when set at build time
- [#31349](https://togithub.com/quarkusio/quarkus/issues/31349) - Netty complaining about access to heap buffer in native
- [#31347](https://togithub.com/quarkusio/quarkus/pull/31347) - Adjust image name substitution for Elasticsearch Dev Services
- [#31339](https://togithub.com/quarkusio/quarkus/pull/31339) - Improve logging in DevServicesKubernetesProcessor
- [#31336](https://togithub.com/quarkusio/quarkus/pull/31336) - Pass `--userns=keep-id` to podman only when in rootless mode
- [#31331](https://togithub.com/quarkusio/quarkus/pull/31331) - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry
- [#31316](https://togithub.com/quarkusio/quarkus/pull/31316) - Improve CSRF documentation
- [#31302](https://togithub.com/quarkusio/quarkus/pull/31302) - Updated OpenAPI `mp.openapi.extensions.smallrye.openapi` key mapping
- [#31300](https://togithub.com/quarkusio/quarkus/pull/31300) - Support UUID serialization in REST Client multipart bodies
- [#31298](https://togithub.com/quarkusio/quarkus/issues/31298) - RESTEasy Reactive doesn't support `java.util.UUID`
- [#31291](https://togithub.com/quarkusio/quarkus/pull/31291) - Bump `org.jetbrains.annotations` from `17.0.0` to the latest(`24.0.0`)
- [#31289](https://togithub.com/quarkusio/quarkus/pull/31289) - Return a null InputStream from REST Client when response is 204
- [#31280](https://togithub.com/quarkusio/quarkus/pull/31280) - Bump SQL Server JDBC driver to 12.2.0
- [#31276](https://togithub.com/quarkusio/quarkus/pull/31276) - Bump protobuf from 3.21.9 to 3.22.0
- [#31274](https://togithub.com/quarkusio/quarkus/pull/31274) - Try to solve disk space issues on GitHub Actions
- [#31261](https://togithub.com/quarkusio/quarkus/issues/31261) - Bump Microsoft SQL Server JDBC driver to 12.2.0
- [#31260](https://togithub.com/quarkusio/quarkus/pull/31260) - Make OIDC connection error log messages more visible
- [#31250](https://togithub.com/quarkusio/quarkus/pull/31250) - Clarify in keycloak-authorization doc when it should be used
- [#31249](https://togithub.com/quarkusio/quarkus/issues/31249) - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an `&`
- [#31245](https://togithub.com/quarkusio/quarkus/issues/31245) - \[Regression in 2.16.3] `NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null`
- [#31240](https://togithub.com/quarkusio/quarkus/issues/31240) - protobuf code generated w/ 3.22.0 broken w/ Quarkus
- [#31236](https://togithub.com/quarkusio/quarkus/pull/31236) - Bump postgresql from 42.5.3 to 42.5.4
- [#31234](https://togithub.com/quarkusio/quarkus/pull/31234) - Bump mermaid from 9.1.1 to 9.4.0
- [#31231](https://togithub.com/quarkusio/quarkus/issues/31231) - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response
- [#31211](https://togithub.com/quarkusio/quarkus/pull/31211) - Fix the non-default constructor mechanism of bytecode recording \[2.16]
- [#31209](https://togithub.com/quarkusio/quarkus/pull/31209) - Another fix for the Redis Search aggregation test
- [#31186](https://togithub.com/quarkusio/quarkus/pull/31186) - Show how to enable all origins in HTTP CORS section
- [#31150](https://togithub.com/quarkusio/quarkus/pull/31150) - Add keycloak authorization capability
- [#31127](https://togithub.com/quarkusio/quarkus/pull/31127) - Enhancements to instructions for contributing to the Quarkus docs
- [#31334](https://togithub.com/quarkusio/quarkus/issues/31334) - podman4 can't build any code with quarkus builder
- [#30601](https://togithub.com/quarkusio/quarkus/pull/30601) - Generate a preview website for documentation PRs
- [#30549](https://togithub.com/quarkusio/quarkus/pull/30549) - Enhancements and fixes for the Authorization of Web Endpoints section
- [#30419](https://togithub.com/quarkusio/quarkus/pull/30419) - Enhancing the Authorization of Web endpoints guide
- [#30333](https://togithub.com/quarkusio/quarkus/issues/30333) - Can't work with Google Oauth2 using qaurkus-oidc
- [#29427](https://togithub.com/quarkusio/quarkus/issues/29427) - quarkus.oidc.auth-server-url causing weird start-up failure
- [#26152](https://togithub.com/quarkusio/quarkus/issues/26152) - Resteasy Reactive: ContextResolver not used
### [`v2.16.3.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.3.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.2.Final...2.16.3.Final)
##### Major changes
- [#29756](https://togithub.com/quarkusio/quarkus/pull/29756) - Support custom Flyway credentials/URL
##### Complete changelog
- [#31141](https://togithub.com/quarkusio/quarkus/pull/31141) - Resolve roles allowed configuration expression after config setup is completed
- [#31129](https://togithub.com/quarkusio/quarkus/pull/31129) - Fix stuck HTTP2 request when sent challenge has resumed request
- [#31125](https://togithub.com/quarkusio/quarkus/pull/31125) - Add "keep-alive-enabled" parameter to REST client reactive
- [#31112](https://togithub.com/quarkusio/quarkus/pull/31112) - Qute - fix assignability check when validating expressions
- [#31099](https://togithub.com/quarkusio/quarkus/pull/31099) - Use the effective Maven project build config when initializing sources and classes paths for dev mode
- [#31092](https://togithub.com/quarkusio/quarkus/pull/31092) - Make sure quarkus:go-offline properly supports test scoped dependencies
- [#31077](https://togithub.com/quarkusio/quarkus/issues/31077) - Qute: regression in template extension method with byte array
- [#31076](https://togithub.com/quarkusio/quarkus/pull/31076) - Quarkiverse: Install instead of verify
- [#31074](https://togithub.com/quarkusio/quarkus/pull/31074) - Added quarkus-jms-spi to quarkus bom
- [#31059](https://togithub.com/quarkusio/quarkus/pull/31059) - Path lookup must also consider interfaces
- [#31046](https://togithub.com/quarkusio/quarkus/pull/31046) - Simplify Quarkiverse release.yml workflow
- [#31038](https://togithub.com/quarkusio/quarkus/pull/31038) - Update Instrumentation Processor check logic to match comment
- [#31036](https://togithub.com/quarkusio/quarkus/pull/31036) - Use CDI when accessing UserTransaction/TransactionManager in QuarkusTransaction
- [#31028](https://togithub.com/quarkusio/quarkus/pull/31028) - Fix typo in snapstart enable config
- [#31016](https://togithub.com/quarkusio/quarkus/pull/31016) - Re-initialize platform dependent netty classes/values at runtime
- [#30988](https://togithub.com/quarkusio/quarkus/issues/30988) - Race condition in SmallRye Config property expansion for [@RolesAllowed](https://togithub.com/RolesAllowed) value?
- [#30964](https://togithub.com/quarkusio/quarkus/pull/30964) - Add ConfigMappings from a builder class to support full hot reload
- [#30961](https://togithub.com/quarkusio/quarkus/issues/30961) - Error of quarkus:dev when the project.build.directory is overridden by a profile
- [#30960](https://togithub.com/quarkusio/quarkus/pull/30960) - Register CDI Bean when ConfigMapping is marked as Unremovable
- [#30922](https://togithub.com/quarkusio/quarkus/pull/30922) - Fix dependency parsing in JBangBuilderImpl
- [#30885](https://togithub.com/quarkusio/quarkus/pull/30885) - Add concurrency configuration to the GitHub Action workflows
- [#30843](https://togithub.com/quarkusio/quarkus/issues/30843) - Micrometer-Extension writes wrong URI-Tag when Path-Variables defined at Interface-Level
- [#30672](https://togithub.com/quarkusio/quarkus/pull/30672) - Avoid creating CSRF cookie if no CSRF token was created
- [#30648](https://togithub.com/quarkusio/quarkus/pull/30648) - Support passing filename to multipart form data output
- [#30594](https://togithub.com/quarkusio/quarkus/issues/30594) - CSRF: exception thrown when authentication falied
- [#30570](https://togithub.com/quarkusio/quarkus/issues/30570) - Set filename for PartItems in MultipartFormDataOutput
- [#30455](https://togithub.com/quarkusio/quarkus/pull/30455) - Introduce `quarkus.datasource.devservices.init-script-path`
- [#29756](https://togithub.com/quarkusio/quarkus/pull/29756) - Support custom Flyway credentials/URL
- [#29631](https://togithub.com/quarkusio/quarkus/issues/29631) - [@Unremovable](https://togithub.com/Unremovable) ConfigMapping is still removed
- [#29630](https://togithub.com/quarkusio/quarkus/issues/29630) - Changes to configmappings not being applied during hot reload
- [#28709](https://togithub.com/quarkusio/quarkus/issues/28709) - QuarkusTransaction does not fire [@Initialized](https://togithub.com/Initialized)(TransactionScoped.class)
- [#24639](https://togithub.com/quarkusio/quarkus/issues/24639) - configure dedicated db user for database migrations: DML-only user for datasource, but DDL user for migration
- [#23360](https://togithub.com/quarkusio/quarkus/issues/23360) - "Request has already been read" using vertx + auth
- [#17839](https://togithub.com/quarkusio/quarkus/issues/17839) - Invalid memory configuration for netty maxDirectMemory in native image
### [`v2.16.2.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.2.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.1.Final...2.16.2.Final)
##### Complete changelog
- [#30976](https://togithub.com/quarkusio/quarkus/pull/30976) - Metrics - check if index contains class before attempting to use it
- [#30965](https://togithub.com/quarkusio/quarkus/issues/30965) - JandexBeanInfoAdapter.getMetricAnnotationsThroughStereotype is not null safe
- [#30959](https://togithub.com/quarkusio/quarkus/pull/30959) - Return text from /q/metrics when the Accept header contains html
- [#30953](https://togithub.com/quarkusio/quarkus/pull/30953) - Fix OIDC capability string
- [#30947](https://togithub.com/quarkusio/quarkus/pull/30947) - Ignore interface/class without default constructs fields in SB config
- [#30940](https://togithub.com/quarkusio/quarkus/pull/30940) - Use SchemaType.ARRAY instead of "ARRAY" for native support
- [#30919](https://togithub.com/quarkusio/quarkus/issues/30919) - Compilation to native fails, when quarkus-smallrye-openapi is included
- [#30916](https://togithub.com/quarkusio/quarkus/pull/30916) - Add AppCDS documentation
- [#30896](https://togithub.com/quarkusio/quarkus/issues/30896) - Quarkus spring-boot-properties extension unable to handle complex configuration.
- [#30878](https://togithub.com/quarkusio/quarkus/pull/30878) - Bump postgresql from 42.5.2 to 42.5.3
- [#30866](https://togithub.com/quarkusio/quarkus/pull/30866) - Only run the quickstart compilation for main
- [#30851](https://togithub.com/quarkusio/quarkus/pull/30851) - Fixed return type typo in smallrye graphQL guide
- [#30844](https://togithub.com/quarkusio/quarkus/pull/30844) - Fixed greeting in getting started guide
- [#30839](https://togithub.com/quarkusio/quarkus/pull/30839) - Fix handling of Accept header in graphQL
- [#30833](https://togithub.com/quarkusio/quarkus/pull/30833) - Update docs to show BuildProducer use as method parameter instead of field
- [#30828](https://togithub.com/quarkusio/quarkus/pull/30828) - Make OIDC session cookie same site lax by default
- [#30826](https://togithub.com/quarkusio/quarkus/pull/30826) - Caffeine - Automatically register metrics cache impls if Micrometer is around
- [#30825](https://togithub.com/quarkusio/quarkus/pull/30825) - Fix comment about Caffeine optimization
- [#30823](https://togithub.com/quarkusio/quarkus/pull/30823) - Change accept header to valid plain text in micrometer documentation
- [#30821](https://togithub.com/quarkusio/quarkus/issues/30821) - Packaging type -Dquarkus.package.create-appcds=true isn't documented
- [#30815](https://togithub.com/quarkusio/quarkus/pull/30815) - Update SmallRye Config to 2.13.2
- [#30812](https://togithub.com/quarkusio/quarkus/pull/30812) - Manage the apache-mime4j dependency
- [#30806](https://togithub.com/quarkusio/quarkus/issues/30806) - */* in Accept header is ignored if not listed as the first item
- [#30805](https://togithub.com/quarkusio/quarkus/issues/30805) - MailTemplateInstance with attachments
- [#30803](https://togithub.com/quarkusio/quarkus/pull/30803) - Support file and byte array attachments in `MailTemplateInstance`
- [#30797](https://togithub.com/quarkusio/quarkus/issues/30797) - OIDC login not work
- [#30783](https://togithub.com/quarkusio/quarkus/pull/30783) - uses 'quarkus.platform.artifact-id' property
- [#30778](https://togithub.com/quarkusio/quarkus/pull/30778) - Avoid creating 3 Liquibase MongoDB instances for startup operations
- [#30776](https://togithub.com/quarkusio/quarkus/pull/30776) - Ensure that AwsProxyRequestContext can be used with [@Context](https://togithub.com/Context) in RESTEasy Reactive
- [#30767](https://togithub.com/quarkusio/quarkus/pull/30767) - Remove duplicate notification of SseBroadcaster's onErrorListeners
- [#30765](https://togithub.com/quarkusio/quarkus/pull/30765) - Bump postgresql from 42.5.1 to 42.5.2
- [#30755](https://togithub.com/quarkusio/quarkus/pull/30755) - Update ForwardedParser to validate the port
- [#30744](https://togithub.com/quarkusio/quarkus/issues/30744) - \[Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW
- [#30536](https://togithub.com/quarkusio/quarkus/issues/30536) - munitnyucontextmanager non helpful error reporting
- [#29753](https://togithub.com/quarkusio/quarkus/pull/29753) - Introduce ConnectionFactoryWrapperBuildItem
- [#29605](https://togithub.com/quarkusio/quarkus/issues/29605) - Update docs to reflect that injection should not
- [#27774](https://togithub.com/quarkusio/quarkus/pull/27774) - PLANNER-1709 Avoid deprecated penalize/reward overloads
- [#23442](https://togithub.com/quarkusio/quarkus/issues/23442) - problem using quarkus-resteasy-reactive-kotlin-serialization with AwsProxyRequestContext
### [`v2.16.1.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.1.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.0.Final...2.16.1.Final)
##### Complete changelog
- [#30729](https://togithub.com/quarkusio/quarkus/pull/30729) - Bump mariadb-java-client from 3.1.1 to 3.1.2
- [#30724](https://togithub.com/quarkusio/quarkus/pull/30724) - Upgrade to Mutiny 1.9.0
- [#30722](https://togithub.com/quarkusio/quarkus/pull/30722) - Set SameSite Strict only on OIDC session cookie
- [#30720](https://togithub.com/quarkusio/quarkus/pull/30720) - Bump picocli.version from 4.7.0 to 4.7.1
- [#30719](https://togithub.com/quarkusio/quarkus/pull/30719) - Bump jackson-bom from 2.14.1 to 2.14.2
- [#30715](https://togithub.com/quarkusio/quarkus/pull/30715) - PanacheRepositoryResource should implement ReactiveRestDataResource
- [#30713](https://togithub.com/quarkusio/quarkus/pull/30713) - Use MapProperty instead of Map
- [#30694](https://togithub.com/quarkusio/quarkus/pull/30694) - Use newer API for creating tmp files in RESTEasy Reactive
- [#30692](https://togithub.com/quarkusio/quarkus/pull/30692) - Bump htmlunit version to 2.70.0
- [#30686](https://togithub.com/quarkusio/quarkus/pull/30686) - Don't fail send when a sse sink has been closed
- [#30681](https://togithub.com/quarkusio/quarkus/issues/30681) - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
- [#30680](https://togithub.com/quarkusio/quarkus/pull/30680) - Mark methods generatred by ASM transformations as synthetic
- [#30659](https://togithub.com/quarkusio/quarkus/pull/30659) - Drop unused class GradleLogger
- [#30653](https://togithub.com/quarkusio/quarkus/pull/30653) - Fix opening in IDE when more than IDE is running
- [#30652](https://togithub.com/quarkusio/quarkus/pull/30652) - Match prometheus export metrics format
- [#30651](https://togithub.com/quarkusio/quarkus/pull/30651) - ArC - use reflection fallback for PreDestroy callbacks if needed
- [#30649](https://togithub.com/quarkusio/quarkus/pull/30649) - Document redirect options in RESTEasy Reactive
- [#30644](https://togithub.com/quarkusio/quarkus/pull/30644) - Adjust source language absent in documentation code blocks
- [#30636](https://togithub.com/quarkusio/quarkus/issues/30636) - PreDestroy hooks fail depending on method modifiers
- [#30635](https://togithub.com/quarkusio/quarkus/pull/30635) - Introduce a `minimum-java-version` in the extension descriptor metadata
- [#30625](https://togithub.com/quarkusio/quarkus/issues/30625) - OIDC authentication loop if Cookie Policy sameSite=strict
- [#30624](https://togithub.com/quarkusio/quarkus/pull/30624) - Fix NPE obtaining a project map from Maven session
- [#30622](https://togithub.com/quarkusio/quarkus/pull/30622) - Update invalid package in guide
- [#30612](https://togithub.com/quarkusio/quarkus/pull/30612) - Fix import file name in redis-reference.adoc
- [#30609](https://togithub.com/quarkusio/quarkus/pull/30609) - Qute generated resolvers - getters should take precedence over fields
- [#30593](https://togithub.com/quarkusio/quarkus/pull/30593) - Qute validation - improve hierarchy indexing to fix assignability issues
- [#30591](https://togithub.com/quarkusio/quarkus/pull/30591) - Resolve correct version when application version is unset
- [#30589](https://togithub.com/quarkusio/quarkus/pull/30589) - Bump junit-bom from 5.9.1 to 5.9.2
- [#30585](https://togithub.com/quarkusio/quarkus/pull/30585) - Bump Microsoft SQL Server JDBC driver to 11.2.3
- [#30584](https://togithub.com/quarkusio/quarkus/issues/30584) - Update MS SQL JDBC driver to version 11.2.3
- [#30576](https://togithub.com/quarkusio/quarkus/pull/30576) - Use accept header to choose metrics export format
- [#30574](https://togithub.com/quarkusio/quarkus/pull/30574) - Handle empty source directory for included builds
- [#30569](https://togithub.com/quarkusio/quarkus/pull/30569) - Add default implementation for REST Data interfaces
- [#30564](https://togithub.com/quarkusio/quarkus/pull/30564) - Update security-openid-connect-client.adoc
- [#30559](https://togithub.com/quarkusio/quarkus/issues/30559) - container-image extension running with kubernetes extension
- [#30557](https://togithub.com/quarkusio/quarkus/pull/30557) - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
- [#30548](https://togithub.com/quarkusio/quarkus/pull/30548) - Add a blurb about not supporting validation.xml in Quarkus
- [#30526](https://togithub.com/quarkusio/quarkus/pull/30526) - RESTEasy classic servlets - add RoutingContext to active request context
- [#30515](https://togithub.com/quarkusio/quarkus/issues/30515) - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
- [#30513](https://togithub.com/quarkusio/quarkus/pull/30513) - Limit application.properties lookup to main source set
- [#30510](https://togithub.com/quarkusio/quarkus/pull/30510) - Simplify logic in create-app.adoc and allow to define stream
- [#30501](https://togithub.com/quarkusio/quarkus/pull/30501) - Fix HibernateOrmCodestart
- [#30500](https://togithub.com/quarkusio/quarkus/pull/30500) - Place extension with an unknown category in the uncategorized category
- [#30496](https://togithub.com/quarkusio/quarkus/pull/30496) - Update documentation
- [#30490](https://togithub.com/quarkusio/quarkus/pull/30490) - Avoid adding the exception itself as a suppressed exception
- [#30488](https://togithub.com/quarkusio/quarkus/pull/30488) - Updates to Infinispan 14.0.6.Final
- [#30485](https://togithub.com/quarkusio/quarkus/pull/30485) - Verify code flow access token first if no UserInfo precondition exists
- [#30479](https://togithub.com/quarkusio/quarkus/pull/30479) - Define defaultValueDocumentation for builderImage
- [#30474](https://togithub.com/quarkusio/quarkus/issues/30474) - Docs - default value of `quarkus.native.builder-image` is not shown
- [#30470](https://togithub.com/quarkusio/quarkus/pull/30470) - Revert --enable-monitoring with no arguments support
- [#30460](https://togithub.com/quarkusio/quarkus/pull/30460) - Bump kafka3.version from 3.3.1 to 3.3.2
- [#30453](https://togithub.com/quarkusio/quarkus/issues/30453) - Gradle build failing w/ Quarkus 2.16.0
- [#30430](https://togithub.com/quarkusio/quarkus/pull/30430) - Bump gizmo from 1.5.0.Final to 1.6.0.Final
- [#30429](https://togithub.com/quarkusio/quarkus/pull/30429) - Bump Keycloak version to 20.0.3
- [#30426](https://togithub.com/quarkusio/quarkus/pull/30426) - Fix redundant push when using buildx
- [#30424](https://togithub.com/quarkusio/quarkus/issues/30424) - Building of container images with buildx causes build failures
- [#30423](https://togithub.com/quarkusio/quarkus/issues/30423) - 2.15+ - Services dependent on libraries without classes no longer build
- [#30418](https://togithub.com/quarkusio/quarkus/pull/30418) - Disable -D argument propagation in DevMojo
- [#30415](https://togithub.com/quarkusio/quarkus/pull/30415) - Arc - Change Types#getTypeClosure so that superclasses and interfaces of producer types no longer throw on finding wildcards
- [#30412](https://togithub.com/quarkusio/quarkus/issues/30412) - Arc - wildcard detection for producer methods/fields is too aggressive
- [#30410](https://togithub.com/quarkusio/quarkus/pull/30410) - Introduce support for GraalVM `--enable-monitoring`
- [#30408](https://togithub.com/quarkusio/quarkus/issues/30408) - Warning: Option 'AllowVMInspection' is deprecated and might be removed from future versions: Please use --enable-monitoring
- [#30405](https://togithub.com/quarkusio/quarkus/issues/30405) - Quarkus Undertow doesn't work with blocking SecurityIdentityAugmentor
- [#30399](https://togithub.com/quarkusio/quarkus/pull/30399) - Fix ElasticSearch Dev Services container restart
- [#30384](https://togithub.com/quarkusio/quarkus/issues/30384) - Elasticsearch Dev Services restarts container on every auto-compile
- [#30368](https://togithub.com/quarkusio/quarkus/pull/30368) - Allow Environment variables to populate property Maps in build time Config
- [#30354](https://togithub.com/quarkusio/quarkus/issues/30354) - AWT `io.quarkus.awt.it.ImageGeometryFontsIT` native integration test failing with "GraalVM for Java 20" dev builds
- [#30347](https://togithub.com/quarkusio/quarkus/pull/30347) - Bump junit-jupiter from 5.9.1 to 5.9.2
- [#30343](https://togithub.com/quarkusio/quarkus/issues/30343) - Trailing comma is lost from prometheus metrics
- [#30335](https://togithub.com/quarkusio/quarkus/pull/30335) - Add native compilation section to Hibernate Validator guide
- [#30332](https://togithub.com/quarkusio/quarkus/issues/30332) - NPE in toString method for Processor Parameters in kafka-streams 3.3.1 version
- [#30275](https://togithub.com/quarkusio/quarkus/issues/30275) - Inline Log category property doesn't work
- [#30208](https://togithub.com/quarkusio/quarkus/issues/30208) - OIDC: 401 when access-token needs to be refreshed and user-info-required=true
- [#30179](https://togithub.com/quarkusio/quarkus/pull/30179) - Add an owasp-check profile
- [#28781](https://togithub.com/quarkusio/quarkus/issues/28781) - RESTEasy Reactive: document redirects
- [#24027](https://togithub.com/quarkusio/quarkus/issues/24027) - Hibernate Validator does not use META-INF/validation.xml, it should work or be stated in the documentation.
- [#23002](https://togithub.com/quarkusio/quarkus/issues/23002) - if more than two running IDE while launching 'x' gives error
### [`v2.16.0.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.0.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.15.3.Final...2.16.0.Final)
##### Complete changelog
- [#30416](https://togithub.com/quarkusio/quarkus/pull/30416) - Revert "Propagate parent-first flag"
- [#30407](https://togithub.com/quarkusio/quarkus/pull/30407) - Fix invalid JavaScript identifier in DevUI sourceMaps
- [#30398](https://togithub.com/quarkusio/quarkus/pull/30398) - Fix DB devservice restart
- [#30393](https://togithub.com/quarkusio/quarkus/pull/30393) - Update to Vert.x 4.3.7
- [#30390](https://togithub.com/quarkusio/quarkus/issues/30390) - Explicit quarkus.datasource.devservices.enabled=true makes devservices restart DB container on live reload
- [#30389](https://togithub.com/quarkusio/quarkus/pull/30389) - Fix RestAssured URL handling and unexpected restarts in QuarkusProdModeTest
- [#30388](https://togithub.com/quarkusio/quarkus/pull/30388) - Add provided capability to OIDC extension
- [#30375](https://togithub.com/quarkusio/quarkus/pull/30375) - Bump mariadb-java-client from 3.1.0 to 3.1.1
- [#30355](https://togithub.com/quarkusio/quarkus/pull/30355) - Updates to Infinispan 14.0.5.Final
- [#30350](https://togithub.com/quarkusio/quarkus/pull/30350) - Add missing [@Produces](https://togithub.com/Produces) in rest-data panache documentation
- [#30348](https://togithub.com/quarkusio/quarkus/pull/30348) - Bump mongo-client.version from 4.8.1 to 4.8.2
- [#30344](https://togithub.com/quarkusio/quarkus/pull/30344) - Support URIs userInfo data in REST Client Reactive
- [#30330](https://togithub.com/quarkusio/quarkus/issues/30330) - hibernate-orm-rest-data-panache ignores additional resource methods
- [#30301](https://togithub.com/quarkusio/quarkus/pull/30301) - Clarify how to pass javac/JVM flags to the Quarkus Maven plugin
- [#30289](https://togithub.com/quarkusio/quarkus/issues/30289) - quarkus-rest-client-reactive-jackson removing credentials from URIs and URLs
- [#30288](https://togithub.com/quarkusio/quarkus/issues/30288) - Send button for GRPC in dev mode broken
- [#30212](https://togithub.com/quarkusio/quarkus/pull/30212) - Fix Logging with Panache interaction with the Kotlin variant of Hibernate ORM with Panache
- [#30173](https://togithub.com/quarkusio/quarkus/issues/30173) - "IllegalArgumentException: LocalVariablesSorter only accepts expanded frames" when logging in PanacheRepository
- [#8802](https://togithub.com/quarkusio/quarkus/issues/8802) - build fail with --enable-preview and hibernate-orm
### [`v2.15.3.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.15.3.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.15.2.Final...2.15.3.Final)
##### Complete changelog
- [#30255](https://togithub.com/quarkusio/quarkus/pull/30255) - Introduce a JSON Stream parser for the reactive rest client
- [#30242](https://togithub.com/quarkusio/quarkus/pull/30242) - Throw an IllegalStateException with basic info about the provider that failed to provide a resource
- [#30227](https://togithub.com/quarkusio/quarkus/pull/30227) - SmallRye GraphQL 1.9.1/2.0.1 + config property to control Federation
- [#30218](https://togithub.com/quarkusio/quarkus/pull/30218) - OIDC documentation fixes
- [#30200](https://togithub.com/quarkusio/quarkus/pull/30200) - Ensure that Kotlin implementation of QuarkusApplication works properly
- [#30195](https://togithub.com/quarkusio/quarkus/pull/30195) - Log graphql.execution.AbortExecutionException when it occurs
- [#30190](https://togithub.com/quarkusio/quarkus/issues/30190) - 2.15.2.Final breaks command mode with main class extends from QuarkusApplication in kotlin
- [#30187](https://togithub.com/quarkusio/quarkus/pull/30187) - Bump xstream from 1.4.19 to 1.4.20
- [#30183](https://togithub.com/quarkusio/quarkus/pull/30183) - Fixing typos in security overview doc
- [#30177](https://togithub.com/quarkusio/quarkus/pull/30177) - Properly handle SSE comments in RESTEasy Reactive client and server code
- [#30172](https://togithub.com/quarkusio/quarkus/pull/30172) - Codestarts - Fix flattening of log levels
- [#30169](https://togithub.com/quarkusio/quarkus/issues/30169) - NullPointerException when sending SSE with comment only
- [#30161](https://togithub.com/quarkusio/quarkus/pull/30161) - Align behavior for getDeferredIdentity and getIdentity in TestIdentityAssociation
- [#30160](https://togithub.com/quarkusio/quarkus/issues/30160) - Different behavior in TestIdentityAssociation for getDeferredIdentity and getIdentity
- [#30157](https://togithub.com/quarkusio/quarkus/pull/30157) - Gradle quarkusDev: don't use test classes dir for app classes
- [#30155](https://togithub.com/quarkusio/quarkus/pull/30155) - Show how to verify smallrye-jwt issuer in a shared network
- [#30154](https://togithub.com/quarkusio/quarkus/pull/30154) - Remove remaining references to javax classes
- [#30152](https://togithub.com/quarkusio/quarkus/issues/30152) - Improve error handling of AbortExecutionException in smallrye-graphql extension
- [#30146](https://togithub.com/quarkusio/quarkus/pull/30146) - Properly segregate Json MessageBodyReader/Writer classes for server and client
- [#30145](https://togithub.com/quarkusio/quarkus/issues/30145) - GraphQL federation directives, which allow multiple values, do not match Apollo contract
- [#30142](https://togithub.com/quarkusio/quarkus/pull/30142) - When disabling name and version for label selectod in k8s, don't remove from labels
- [#30138](https://togithub.com/quarkusio/quarkus/issues/30138) - Keycloak Dev Services
- [#30132](https://togithub.com/quarkusio/quarkus/pull/30132) - Register REST Client body parameters for reflection
- [#30119](https://togithub.com/quarkusio/quarkus/issues/30119) - Enable/disable GraphQL Federation automatically (+ add a config property for it)
- [#30100](https://togithub.com/quarkusio/quarkus/issues/30100) - Setting `add-version-to-label-selectors: false` removes the app.kubernetes.io/version label
- [#30078](https://togithub.com/quarkusio/quarkus/issues/30078) - Quarkus Kotlin Native Reactive REST Client not working properly
- [#30061](https://togithub.com/quarkusio/quarkus/issues/30061) - Adding Kotlin Tests Breaks Kotlin/Java project
- [#30044](https://togithub.com/quarkusio/quarkus/issues/30044) - Resteasy Reactive Rest Client fails to re-construct large chunks of streamed json (stream+json) and fails deserialization
- [#29998](https://togithub.com/quarkusio/quarkus/pull/29998) - Bump to smallrye-config 2.13.1
- [#29918](https://togithub.com/quarkusio/quarkus/issues/29918) - smallrye-config: Converter throws IllegalStateException
- [#29609](https://togithub.com/quarkusio/quarkus/pull/29609) - Remove Reflection replacements, now supported by GraalVM
### [`v2.15.2.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.15.2.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.15.1.Final...2.15.2.Final)
##### Complete changelog
- [#30153](https://togithub.com/quarkusio/quarkus/pull/30153) - Ensure that k8s client's ExecConfig works properly in native mode
- [#30151](https://togithub.com/quarkusio/quarkus/issues/30151) - quarkus-kubernetes-client fails to use ExecCredential when running in native mode
- [#30143](https://togithub.com/quarkusio/quarkus/pull/30143) - Make sure Federation annotations are in the index, add a test
- [#30140](https://togithub.com/quarkusio/quarkus/pull/30140) - Properly read the value of testcontainers.reuse.enable
- [#30139](https://togithub.com/quarkusio/quarkus/pull/30139) - Hibernate Validator - Normalize ClientProxy for bean metadata retrieval
- [#30135](https://togithub.com/quarkusio/quarkus/pull/30135) - Kafka Dev UI Fixes
- [#30129](https://togithub.com/quarkusio/quarkus/issues/30129) - GraphQL federation directives do not appear in the schema
- [#30126](https://togithub.com/quarkusio/quarkus/pull/30126) - Update the performance guide with respect to Quarkus default GraalVM GC
- [#30116](https://togithub.com/quarkusio/quarkus/pull/30116) - Change quarkus-cache extension status to stable
- [#30074](https://togithub.com/quarkusio/quarkus/pull/30074) - Update smallrye-health.adoc
- [#30059](https://togithub.com/quarkusio/quarkus/issues/30059) - testcontainers.reuse.enable always set to false
- [#30058](https://togithub.com/quarkusio/quarkus/pull/30058) - Ensure that Kotlin subclass of QuarkusApplication works properly
- [#30054](https://togithub.com/quarkusio/quarkus/issues/30054) - 2.15.1.Final breaks command mode with main class extends from `QuarkusApplication` in kotlin
- [#30039](https://togithub.com/quarkusio/quarkus/pull/30039) - Do not close the managed ValidatorFactory
- [#30034](https://togithub.com/quarkusio/quarkus/pull/30034) - Updates Infinispan dependencies
- [#30027](https://togithub.com/quarkusio/quarkus/pull/30027) - Fix broken Feature#runtimeInitializedPackages method
- [#30026](https://togithub.com/quarkusio/quarkus/pull/30026) - Prevent repeated Quarkus Security exception handling that lead to duplicate headers during OIDC redirect
- [#30011](https://togithub.com/quarkusio/quarkus/issues/30011) - Duplicate Location headers during OIDC redirection
- [#30001](https://togithub.com/quarkusio/quarkus/pull/30001) - Fix AbstractMethodError when injecting generated resource
- [#29981](https://togithub.com/quarkusio/quarkus/pull/29981) - Pass missing properties to Hibernate Reactive startup
- [#29977](https://togithub.com/quarkusio/quarkus/pull/29977) - Reimplement CSRF feature as ServerRequestFilter with form read
- [#29976](https://togithub.com/quarkusio/quarkus/issues/29976) - Custom ObjectMapper in application affects Kafka UI Dev service
- [#29965](https://togithub.com/quarkusio/quarkus/issues/29965) - Bean Validation bug in Quarkus 3.0.0.Alpha2 but not in 3.0.0.Alpha1
- [#29885](https://togithub.com/quarkusio/quarkus/issues/29885) - AbstractMethodError after upgrading to 2.15.0.Final
- [#29763](https://togithub.com/quarkusio/quarkus/issues/29763) - CSRF not working on POST actions that require no form parameters
### [`v2.15.1.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.15.1.Final)
[Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.15.0.Final...2.15.1.Final)
##### Complete changelog
- [#29986](https://togithub.com/quarkusio/quarkus/pull/29986) - Switch from system property to hadcoded line separator for Panache query
- [#29984](https://togithub.com/quarkusio/quarkus/pull/29984) - Kafka UI RPC creates own ObjectMapper
- [#29976](https://togithub.com/quarkusio/quarkus/issues/29976) - Custom ObjectMapper in application affects Kafka UI Dev service
- [#29958](https://togithub.com/quarkusio/quarkus/issues/29958) - Issue using keycloak admin client
- [#29957](https://togithub.com/quarkusio/quarkus/pull/29957) - HttpSecurityRecorder - drop duplicate IF condition
- [#29950](https://togithub.com/quarkusio/quarkus/pull/29950) - Websockets client - set the current security identity
- [#29949](https://togithub.com/quarkusio/quarkus/pull/29949) - Update musl and zlib versions in the documentation
- [#29948](https://togithub.com/quarkusio/quarkus/pull/29948) - Fix NPE in KeycloakDevServicesProcessor
- [#29946](https://togithub.com/quarkusio/quarkus/issues/29946) - NPE in KeycloakDevServicesProcessor again
- [#29942](https://togithub.com/quarkusio/quarkus/pull/29942) - Fix auth-server-url for keycloak
- [#29933](https://togithub.com/quarkusio/quarkus/issues/29933) - KeycloakTestClient does not supports grant_type = client_credentials
- [#29926](https://togithub.com/quarkusio/quarkus/pull/29926) - Bump Dekorate to version 3.1.3
- [#29920](https://togithub.com/quarkusio/quarkus/pull/29920) - Removed weird `code` tag and fixed formatting
- [#29919](https://togithub.com/quarkusio/quarkus/issues/29919) - WebSocket auth on VertxCurrentContext not working
- [#29912](https://togithub.com/quarkusio/quarkus/pull/29912) - Small improvements to the Deploying to Google Cloud guide
- [#29906](https://togithub.com/quarkusio/quarkus/pull/29906) - Fix some typos in the building native image documentation
- [#29900](https://togithub.com/quarkusio/quarkus/pull/29900) - Fix Mutiny documentation links
- [#29899](https://togithub.com/quarkusio/quarkus/issues/29899) - Openshift existing resources won't merge route spec
- [#29896](https://togithub.com/quarkusio/quarkus/issues/29896) - smallrye jwt 401 cannot be intercepted by ExceptionMapper
- [#29894](https://togithub.com/quarkusio/quarkus/pull/29894) - Support MariaDB Dev Services in reactive-mysql-client
- [#29891](https://togithub.com/quarkusio/quarkus/issues/29891) - Unable to start devservices for MariaDB
- [#29889](https://togithub.com/quarkusio/quarkus/pull/29889) - Fix category of kubernetes-dev-services.adoc
- [#29884](https://togithub.com/quarkusio/quarkus/pull/29884) - Redis - Geo commands may return unparseable doubles
- [#29876](https://togithub.com/quarkusio/quarkus/pull/29876) - Upgrade netty to 4.1.86
- [#29874](https://togithub.com/quarkusio/quarkus/pull/29874) - Use proper Openshift annotation for VCS
- [#29873](https://togithub.com/quarkusio/quarkus/issues/29873) - Openshift deployment has a typo in the VCS annotation
- [#29857](https://togithub.com/quarkusio/quarkus/issues/29857) - building-native-image / Using a scratch base image guide is not working
- [#29856](https://togithub.com/quarkusio/quarkus/pull/29856) - Remove calls to `ad-m/github-push-action`
- [#29855](https://togithub.com/quarkusio/quarkus/pull/29855) - Prevent false warning message about missing 'quarkus.debug.print-startup-times'
- [#29851](https://togithub.com/quarkusio/quarkus/pull/29851) - Ensure that new line chars don't break Panache projection
- [#29850](https://togithub.com/quarkusio/quarkus/pull/29850) - Drop ':z' bind option when using MacOS and Podman
- [#29838](https://togithub.com/quarkusio/quarkus/issues/29838) - StringIndexOutOfBoundsException in panache when using `project` and a linebreak before `FROM`
- [#29827](https://togithub.com/quarkusio/quarkus/pull/29827) - Improve header in README.md based on name and description
- [#29825](https://togithub.com/quarkusio/quarkus/pull/29825) - Deprecate `@ServerRequestFilter(withBody)` in favour of `@WithFormRead`
- [#29816](https://togithub.com/quarkusio/quarkus/pull/29816) - Fix the secret length check for PKCE and token encryption
- [#29813](https://togithub.com/quarkusio/quarkus/pull/29813) - AddNamespaceDecorator doesn't override already set namespaces
- [#29810](https://togithub.com/quarkusio/quarkus/pull/29810) - Updates to the Cassandra quickstart guide
- [#29809](https://togithub.com/quarkusio/quarkus/issues/29809) - `quarkus.kubernetes.namespace` property shouldn't provoke overriding of already set namespaces on resources
- [#29800](https://togithub.com/quarkusio/quarkus/pull/29800) - Modernize default ci.yml a bit
- [#29799](https://togithub.com/quarkusio/quarkus/pull/29799) - Ensure that multipart response has a boundary when RestResponse is used
- [#29797](https://togithub.com/quarkusio/quarkus/pull/29797) - Upgrade Maven Compiler Plugin to 3.10.1
- [#29795](https://togithub.com/quarkusio/quarkus/pull/29795) - Update to Vert.x 4.3.6
- [#29794](https://togithub.com/quarkusio/quarkus/issues/29794) - Missing boundary for MultipartFormDataOutput
- [#29792](https://togithub.com/quarkusio/quarkus/pull/29792) - Fix quarkus.knative.image-pull-policy property
- [#29784](https://togithub.com/quarkusio/quarkus/pull/29784) - Always store raw model into cache while loading workspace
- [#29775](https://togithub.com/quarkusio/quarkus/pull/29775) - Throw a CreationException if a normal scoped synthetic bean creates null
- [#29774](https://togithub.com/quarkusio/quarkus/pull/29774) - Remove QuarkusTestExtension.class from [@QuarkusIntegrationTest](https://togithub.com/QuarkusIntegrationTest)
- [#29772](https://togithub.com/quarkusio/quarkus/pull/29772) - Provide proper error message for missing URL with Keycloak Admin client bean
- [#29766](https://togithub.com/quarkusio/quarkus/pull/29766) - Test: Enable Backchannel logout test
- [#29758](https://togithub.com/quarkusio/quarkus/pull/29758) - CI should use -Dno-format to execute other plugins too
- [#29755](https://togithub.com/quarkusio/quarkus/pull/29755) - Fix combination of [@QuarkusMain](https://togithub.com/QuarkusMain) and Kotlin native application
- [#29754](https://togithub.com/quarkusio/quarkus/issues/29754) - Kotlin QuarkusMain native build does not work
- [#29748](https://togithub.com/quarkusio/quarkus/pull/29748) - Bump mongo-client.version from 4.8.0 to 4.8.1
- [#29747](https://togithub.com/quarkusio/quarkus/pull/29747) - Updates to Infinispan 14.0.3.Final and covers more counters testing
- [#29743](https://togithub.com/quarkusio/quarkus/pull/29743) - Fix some minor issues on OIDC logout documentation
- [#29742](https://togithub.com/quarkusio/quarkus/pull/29742) - Fix security concept doc listed as tutorial on index
- [#29741](https://togithub.com/quarkusio/quarkus/pull/29741) - Adds the Java Version parameter to the Maven plugin documentation
- [#29737](https://togithub.com/quarkusio/quarkus/pull/29737) - Properly sort beans in DevUI beans page
- [#29735](https://togithub.com/quarkusio/quarkus/pull/29735) - Make [@Separator](https://togithub.com/Separator) work with [@BeanParam](https://togithub.com/BeanParam) as well
- [#29733](https://togithub.com/quarkusio/quarkus/issues/29733) - Bug with Infinispan counter since 2.14
- [#29730](https://togithub.com/quarkusio/quarkus/pull/29730) - Jakarta - Disable the MP REST Client Timeout tests for now
- [#29727](https://togithub.com/quarkusio/quarkus/issues/29727) - A concept guide is incorrectly listed as a tutorial content type on the new Documentation index page
- [#29723](https://togithub.com/quarkusio/quarkus/issues/29723) - Application beans are not shown first in Arc DevUI
- [#29722](https://togithub.com/quarkusio/quarkus/pull/29722) - Jakarta - Avoid hardcoded references to a javax class
- [#29721](https://togithub.com/quarkusio/quarkus/pull/29721) - Fix flaky SearchCommandsTest#testAggregation test
- [#29720](https://togithub.com/quarkusio/quarkus/pull/29720) - Check config before creating Kafka checkpoint state store beans
- [#29717](https://togithub.com/quarkusio/quarkus/issues/29717) - Redis - SearchCommandsTest.testAggregation is flaky
- [#29716](https://togithub.com/quarkusio/quarkus/pull/29716) - Ensure that file is written on disk for multipart when endpoint expects it
- [#29685](https://togithub.com/quarkusio/quarkus/issues/29685) - Resteasy client fails with "Unable to parse multipart response" while working with RestResponse class
- [#29626](https://togithub.com/quarkusio/quarkus/pull/29626) - Allow CORS same origin requests
- [#29606](https://togithub.com/quarkusio/quarkus/issues/29606) - `Redis host not configured` exception when using certain extensions with devservices disabled (using custom TestResources)
- [#29590](https://togithub.com/quarkusio/quarkus/pull/29590) - RR - use exception mappers on auth failure exceptions for proactive auth
- [#29493](https://togithub.com/quarkusio/quarkus/pu
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
2.13.7.Final
->2.16.6.Final
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
quarkusio/quarkus
### [`v2.16.6.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.6.Final) [Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.5.Final...2.16.6.Final) ##### Complete changelog - [#32319](https://togithub.com/quarkusio/quarkus/pull/32319) - \[2.16] Revert io.netty.noUnsafe change - [#32302](https://togithub.com/quarkusio/quarkus/pull/32302) - Qute - fix validation of expressions with the "cdi" namespace - [#32253](https://togithub.com/quarkusio/quarkus/pull/32253) - (2.16) Upgrade to graphql-java 19.4 - [#32223](https://togithub.com/quarkusio/quarkus/pull/32223) - (2.16) Upgrade wildfly-elytron to 1.20.3.Final - [#32110](https://togithub.com/quarkusio/quarkus/pull/32110) - Prevent splitting of cookie header values when using AWS Lambda - [#32107](https://togithub.com/quarkusio/quarkus/pull/32107) - Fix Podman detection on Windows - [#32106](https://togithub.com/quarkusio/quarkus/issues/32106) - Native building with container: Podman not detected on Windows - [#32093](https://togithub.com/quarkusio/quarkus/pull/32093) - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects - [#32090](https://togithub.com/quarkusio/quarkus/pull/32090) - K8s moved its registry - [#32088](https://togithub.com/quarkusio/quarkus/pull/32088) - Remove the session cookie if ID token verification failed - [#32082](https://togithub.com/quarkusio/quarkus/pull/32082) - Add missing quote in Hibernate Reactive with Panache guide - [#32079](https://togithub.com/quarkusio/quarkus/issues/32079) - Quarkus JaCoCo extension fails to start Gradle daemon - [#32058](https://togithub.com/quarkusio/quarkus/pull/32058) - Allow use of null in REST Client request body - [#32047](https://togithub.com/quarkusio/quarkus/issues/32047) - rest client reactive throws npe on null request body - [#32041](https://togithub.com/quarkusio/quarkus/issues/32041) - K8s is moving it's images - [#32037](https://togithub.com/quarkusio/quarkus/issues/32037) - Set-Cookie Header is Split when using OIDC together with AWS Lambda - [#32015](https://togithub.com/quarkusio/quarkus/pull/32015) - Support repeatable Incomings annotation for reactive messaging - [#32002](https://togithub.com/quarkusio/quarkus/issues/32002) - Quarkus: Kafka Event Processor with 2 `@incoming` annotations throws Null Pointer SRMSG00212 - [#31984](https://togithub.com/quarkusio/quarkus/pull/31984) - Only substitute OctetKeyPair\* classes when on the classpath - [#31978](https://togithub.com/quarkusio/quarkus/pull/31978) - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart - [#31930](https://togithub.com/quarkusio/quarkus/issues/31930) - Native build fails for JWT - [#31893](https://togithub.com/quarkusio/quarkus/issues/31893) - Docker or Podman required for tests since 3.0.0.Alpha6 - [#31857](https://togithub.com/quarkusio/quarkus/pull/31857) - Container runtime detection cached in sys prop, container-docker extension - [#31811](https://togithub.com/quarkusio/quarkus/pull/31811) - Check the expiry date for inactive OIDC tokens - [#31717](https://togithub.com/quarkusio/quarkus/issues/31717) - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized - [#31714](https://togithub.com/quarkusio/quarkus/issues/31714) - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore) - [#31662](https://togithub.com/quarkusio/quarkus/issues/31662) - Warning when docker is not running - [#31525](https://togithub.com/quarkusio/quarkus/pull/31525) - Bump Keycloak version to 21.0.1 - [#31490](https://togithub.com/quarkusio/quarkus/pull/31490) - Enable Podman and Docker Windows quarkus-container-image-docker testing - [#31307](https://togithub.com/quarkusio/quarkus/issues/31307) - Native Build on Windows has incorrect resource slashes - [#30383](https://togithub.com/quarkusio/quarkus/pull/30383) - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT ### [`v2.16.5.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.5.Final) [Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.4.Final...2.16.5.Final) ##### Complete changelog - [#31959](https://togithub.com/quarkusio/quarkus/pull/31959) - New home for Narayana LRA coordinator Docker images - [#31931](https://togithub.com/quarkusio/quarkus/pull/31931) - Support raw collections in RESTEasy Reactive server and client - [#31922](https://togithub.com/quarkusio/quarkus/pull/31922) - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode - [#31904](https://togithub.com/quarkusio/quarkus/pull/31904) - \[2.16] Upgrade SmallRye GraphQL to 1.9.4 - [#31894](https://togithub.com/quarkusio/quarkus/pull/31894) - Supply missing extension metadata for reactive keycloak client - [#31891](https://togithub.com/quarkusio/quarkus/pull/31891) - Fix truststore REST Client config when password is not set - [#31867](https://togithub.com/quarkusio/quarkus/pull/31867) - Qute type-safe fragments - fix validation for loop metadata and globals - [#31866](https://togithub.com/quarkusio/quarkus/issues/31866) - The behavior of the `@RestHeader` annotation is different from the `@HeaderParam` annotation when the parameter is of type List - [#31864](https://togithub.com/quarkusio/quarkus/pull/31864) - Fix incorrect generic type passed to MessageBodyWriter#writeTo - [#31818](https://togithub.com/quarkusio/quarkus/issues/31818) - Jackson JAX-RS YAML Provider for Resteasy Reactive - [#31804](https://togithub.com/quarkusio/quarkus/pull/31804) - \[2.16] A test to make sure non-existing modules are ignored during workspace discovery - [#31793](https://togithub.com/quarkusio/quarkus/pull/31793) - \[2.16] Fix NPE loading workspace modules - [#31770](https://togithub.com/quarkusio/quarkus/pull/31770) - Fix native compilation when using quarkus-jdbc-oracle with elasticsearch-java - [#31769](https://togithub.com/quarkusio/quarkus/pull/31769) - Capability added for quarkus-rest-client-reactive-jackson - [#31756](https://togithub.com/quarkusio/quarkus/issues/31756) - quarkus-rest-client-reactive-jackson doesn't provide capabilities - [#31728](https://togithub.com/quarkusio/quarkus/pull/31728) - Register additional cache implementations for reflection - [#31718](https://togithub.com/quarkusio/quarkus/pull/31718) - Properly close metadata file in integration tests - [#31713](https://togithub.com/quarkusio/quarkus/issues/31713) - "Too many open files" When test native image. - [#31712](https://togithub.com/quarkusio/quarkus/pull/31712) - Make request scoped beans work properly in ReaderInterceptors - [#31705](https://togithub.com/quarkusio/quarkus/pull/31705) - Remove all dev services for kubernetes dependencies from kubernetes-client-internal - [#31692](https://togithub.com/quarkusio/quarkus/issues/31692) - RequestScoped context not active when using a ReaderInterceptor with large HTTP requests - [#31688](https://togithub.com/quarkusio/quarkus/pull/31688) - Suppress config changed warning for quarkus.test.arg-line - [#31643](https://togithub.com/quarkusio/quarkus/pull/31643) - Fix iterator issue when executing a zrange with score on a missing key - [#31626](https://togithub.com/quarkusio/quarkus/issues/31626) - quarkus.test.arg-line has become a built-time fixed property in 2.16.4 - [#31624](https://togithub.com/quarkusio/quarkus/issues/31624) - native compilation : quarkus-jdbc-oracle with elasticsearch-java strange behaviour - [#31617](https://togithub.com/quarkusio/quarkus/pull/31617) - Bump Stork version 1.4.2 - [#31579](https://togithub.com/quarkusio/quarkus/pull/31579) - Reinitialize sun.security.pkcs11.P11Util at runtime - [#31560](https://togithub.com/quarkusio/quarkus/pull/31560) - Prevent SSE writing from potentially causing accumulation of headers - [#31559](https://togithub.com/quarkusio/quarkus/issues/31559) - `SseUtil` unexpectedly stores headers in `Serialisers.EMPTY_MULTI_MAP` - [#31551](https://togithub.com/quarkusio/quarkus/pull/31551) - Scheduler - detect scheduled methods of the same name on a class - [#31547](https://togithub.com/quarkusio/quarkus/issues/31547) - Scheduler - it's possible to declare two scheduled methods of the same name on the same class - [#31545](https://togithub.com/quarkusio/quarkus/pull/31545) - Append System.lineSeparator() to config error messages - [#31536](https://togithub.com/quarkusio/quarkus/issues/31536) - Missing newline characters in config error message - [#31532](https://togithub.com/quarkusio/quarkus/pull/31532) - Interpret negative/zero body-limit as infinite when logging REST Client request body - [#31523](https://togithub.com/quarkusio/quarkus/issues/31523) - Request rejected by CORS for fonts in dev UI when `quarkus.http.cors=true` is set - [#31496](https://togithub.com/quarkusio/quarkus/pull/31496) - Filter out RESTEasy related warning in ProviderConfigInjectionWarningsTest - [#31482](https://togithub.com/quarkusio/quarkus/pull/31482) - Remove incorrect default value for keepAliveEnabled - [#31440](https://togithub.com/quarkusio/quarkus/issues/31440) - Several quarkus integration tests fail to compile to native with latest GraalVM master - [#31384](https://togithub.com/quarkusio/quarkus/pull/31384) - Ignore required documentation for `@ConfigMapping` default methods - [#30757](https://togithub.com/quarkusio/quarkus/pull/30757) - Allow same origin CORS requests without 3rd party origins being configured - [#30744](https://togithub.com/quarkusio/quarkus/issues/30744) - \[Quarkus Native] ClassNotFoundException: com.github.benmanes.caffeine.cache.SSSW - [#30698](https://togithub.com/quarkusio/quarkus/issues/30698) - CORS Request same origin ignored if no other origin set ### [`v2.16.4.Final`](https://togithub.com/quarkusio/quarkus/releases/tag/2.16.4.Final) [Compare Source](https://togithub.com/quarkusio/quarkus/compare/2.16.3.Final...2.16.4.Final) ##### Complete changelog - [#31510](https://togithub.com/quarkusio/quarkus/pull/31510) - Add logging to CompiledJavaVersionBuildStep - [#31507](https://togithub.com/quarkusio/quarkus/pull/31507) - Adjust API in transaction.adoc code snippet - [#31498](https://togithub.com/quarkusio/quarkus/pull/31498) - Added a note to get correct OpenAPI documentation - [#31486](https://togithub.com/quarkusio/quarkus/issues/31486) - smallrye-openapi generates wrong definition for grouped parameters - [#31483](https://togithub.com/quarkusio/quarkus/pull/31483) - Fix documentation for quarkus.hibernate-orm.enabled - [#31477](https://togithub.com/quarkusio/quarkus/pull/31477) - Qute generated value resolvers - fix varArgs methods with 1 argument - [#31471](https://togithub.com/quarkusio/quarkus/pull/31471) - \[2.16] Make sure parent modules are loaded into workspace before those that depend on them - [#31467](https://togithub.com/quarkusio/quarkus/pull/31467) - Don't run kubernetes-client Dev Services transitively - [#31465](https://togithub.com/quarkusio/quarkus/pull/31465) - Propagate Quarkus related failsafe system properties - [#31462](https://togithub.com/quarkusio/quarkus/pull/31462) - Do not append single '&' with empty query params in Resteasy Reactive - [#31449](https://togithub.com/quarkusio/quarkus/issues/31449) - Qute: VarArgs processing error with 1 element - [#31447](https://togithub.com/quarkusio/quarkus/pull/31447) - SmallRye GraphQL 1.9.3, test for Deprecated annotation - [#31422](https://togithub.com/quarkusio/quarkus/pull/31422) - Fix client jackson body writer to propagate the client context - [#31418](https://togithub.com/quarkusio/quarkus/issues/31418) - Fix doc generation for quarkus.hibernate-orm.enabled - [#31416](https://togithub.com/quarkusio/quarkus/pull/31416) - Fix copy paste error in qute docs - [#31405](https://togithub.com/quarkusio/quarkus/issues/31405) - Propagate SystemProperties set in Failsafe plugin to the Test launcher - [#31394](https://togithub.com/quarkusio/quarkus/pull/31394) - Fix afterEach callback for integration tests - [#31393](https://togithub.com/quarkusio/quarkus/issues/31393) - Integration Test AfterEach callbacks are not called - [#31355](https://togithub.com/quarkusio/quarkus/issues/31355) - \[Regression] Very slow startup in dev mode when the Kubernetes extension is present - [#31350](https://togithub.com/quarkusio/quarkus/pull/31350) - Also set io.netty.noUnsafe at runtime when set at build time - [#31349](https://togithub.com/quarkusio/quarkus/issues/31349) - Netty complaining about access to heap buffer in native - [#31347](https://togithub.com/quarkusio/quarkus/pull/31347) - Adjust image name substitution for Elasticsearch Dev Services - [#31339](https://togithub.com/quarkusio/quarkus/pull/31339) - Improve logging in DevServicesKubernetesProcessor - [#31336](https://togithub.com/quarkusio/quarkus/pull/31336) - Pass `--userns=keep-id` to podman only when in rootless mode - [#31331](https://togithub.com/quarkusio/quarkus/pull/31331) - Use idiomatic RESTEasy Reactive filter declaration for OpenTelemetry - [#31316](https://togithub.com/quarkusio/quarkus/pull/31316) - Improve CSRF documentation - [#31302](https://togithub.com/quarkusio/quarkus/pull/31302) - Updated OpenAPI `mp.openapi.extensions.smallrye.openapi` key mapping - [#31300](https://togithub.com/quarkusio/quarkus/pull/31300) - Support UUID serialization in REST Client multipart bodies - [#31298](https://togithub.com/quarkusio/quarkus/issues/31298) - RESTEasy Reactive doesn't support `java.util.UUID` - [#31291](https://togithub.com/quarkusio/quarkus/pull/31291) - Bump `org.jetbrains.annotations` from `17.0.0` to the latest(`24.0.0`) - [#31289](https://togithub.com/quarkusio/quarkus/pull/31289) - Return a null InputStream from REST Client when response is 204 - [#31280](https://togithub.com/quarkusio/quarkus/pull/31280) - Bump SQL Server JDBC driver to 12.2.0 - [#31276](https://togithub.com/quarkusio/quarkus/pull/31276) - Bump protobuf from 3.21.9 to 3.22.0 - [#31274](https://togithub.com/quarkusio/quarkus/pull/31274) - Try to solve disk space issues on GitHub Actions - [#31261](https://togithub.com/quarkusio/quarkus/issues/31261) - Bump Microsoft SQL Server JDBC driver to 12.2.0 - [#31260](https://togithub.com/quarkusio/quarkus/pull/31260) - Make OIDC connection error log messages more visible - [#31250](https://togithub.com/quarkusio/quarkus/pull/31250) - Clarify in keycloak-authorization doc when it should be used - [#31249](https://togithub.com/quarkusio/quarkus/issues/31249) - Empty array of values in WebTargetImpl.queryParam method is added to the final URI as an `&` - [#31245](https://togithub.com/quarkusio/quarkus/issues/31245) - \[Regression in 2.16.3] `NullPointerException: Cannot invoke "org.jboss.resteasy.reactive.server.SimpleResourceInfo.getResourceClass()" because "this.resourceInfo" is null` - [#31240](https://togithub.com/quarkusio/quarkus/issues/31240) - protobuf code generated w/ 3.22.0 broken w/ Quarkus - [#31236](https://togithub.com/quarkusio/quarkus/pull/31236) - Bump postgresql from 42.5.3 to 42.5.4 - [#31234](https://togithub.com/quarkusio/quarkus/pull/31234) - Bump mermaid from 9.1.1 to 9.4.0 - [#31231](https://togithub.com/quarkusio/quarkus/issues/31231) - RESTEasy reactive returns an empty InputStream instead of null on 204 - No Content response - [#31211](https://togithub.com/quarkusio/quarkus/pull/31211) - Fix the non-default constructor mechanism of bytecode recording \[2.16] - [#31209](https://togithub.com/quarkusio/quarkus/pull/31209) - Another fix for the Redis Search aggregation test - [#31186](https://togithub.com/quarkusio/quarkus/pull/31186) - Show how to enable all origins in HTTP CORS section - [#31150](https://togithub.com/quarkusio/quarkus/pull/31150) - Add keycloak authorization capability - [#31127](https://togithub.com/quarkusio/quarkus/pull/31127) - Enhancements to instructions for contributing to the Quarkus docs - [#31334](https://togithub.com/quarkusio/quarkus/issues/31334) - podman4 can't build any code with quarkus builder - [#30601](https://togithub.com/quarkusio/quarkus/pull/30601) - Generate a preview website for documentation PRs - [#30549](https://togithub.com/quarkusio/quarkus/pull/30549) - Enhancements and fixes for the Authorization of Web Endpoints section - [#30419](https://togithub.com/quarkusio/quarkus/pull/30419) - Enhancing the Authorization of Web endpoints guide - [#30333](https://togithub.com/quarkusio/quarkus/issues/30333) - Can't work with Google Oauth2 using qaurkus-oidc - [#29427](https://togithub.com/quarkusio/quarkus/issues/29427) - quarkus.oidc.auth-server-url causing weird start-up failure - [#26152](https://togithub.com/quarkusio/quarkus/issues/26152) - Resteasy Reactive: ContextResolverConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.