Complete changelog
- #29468 – Upgrade to Jandex 3.0.4
- #29460 – Ensure that Transfer-Encoding and Content-Length are not both set
- #29458 – Bump postgresql from 42.5.0 to 42.5.1 in /bom/application
- #29452 – ArC: filter out class-retained or missing annotations
- #29447 – Arc – fix InvocationContext parameters for around construct interceptors when there are other interceptors in play
- #29446 – Fix Vert.x event bus codec registration
- #29445 – Arc – improve transactional OM error logging to include more information by default
- #29441 – Fix example code for mocking REST Clients in the REST Client Reactive guide
- #29434 – Application startup fails using Lombok’s @nonnull on a method annotated with @ConsumeEvent
- #29432 – Improve support for conditional bean and declarative filter annotations combination
- #29429 – ObserverExceptionHandler for non async observers
- #29425 – Indexed
provided
annotation breaks build
goal (or app startup) in 2.14
- #29420 – Skip quarkus:dev for modules with packaging pom
- #29407 – Arc – when adding default scope, check for built-in scopes that might have been added programmatically
- #29405 – Make sure GraalVM js artifact is consistent with the SDK version
- #29388 – Update guide link in metadata
- #29386 – CDI decorators – fix processing of decorated methods
- #29384 – Move scm information to metadata from top-level, and remove nesting
- #29376 – Build error processing type annotation on nested generic method parameters
- #29375 – SmallRye GraphQL 1.8.3
- #29373 – Ensure proper generic type is used with RestResponse
- #29369 – Fix class name in kotlin doc
- #29356 – Add HTTPS port configuration in the HTTP reference guide
- #29355 – Make sure bean params are
@Typed
correctly for CDI lookup in case of subtyping
- #29352 – Introduce way to customize ServerHandler with runtime config
- #29341 – Rename method names in virtual threads doc
- #29338 – Disable MailerTest entirely on macOS and disable Kubernetes Dev Services in micrometer-prometheus IT
- #29336 – kotlinx.serialization.SerializationException: Serializer for class ‘ArrayList’ is not found.
- #29335 – Use
dcarbone/install-yq-action
when installing yq
- #29334 – Create directories when syncing doc branches for website
- #29333 – Fix broken markup for a list in security guide
- #29315 – Jakarta – Add RESTEasy CDI to RESTEasy Common (for RESTEasy Classic)
- #29314 – Fix NPE in KeycloakDevServicesProcessor
- #29312 – NPE thrown when trying to connect to existing Keycloak devservice
- #29308 – Upgrade narayana to 5.13.1.Final
- #29307 – Upgrade narayana dependencies to version 5.13.1.Final
- #29302 – Docs: Fix Typo in RabbitMQ Channel Config
- #29295 – Set higher timeout for Misc 4 native job
- #29294 – Bypass standard Validation resolution process
- #29293 – Disable tests failing regularly on M1 host
- #29292 – Quartz – add a backwards compatibility note
- #29264 – Bump Dekorate to 3.1.2
- #29240 – Jakarta – EE 10 – @Inject should work instead of the deprecated @context in RESTEasy Classic
- #29230 – Failing to create decorator bean on interface with overloaded methods
- #29227 – Upgrading to 2.14 breaks REST resources (potentially because of BeanParam)
- #29220 – Update latest brew openjdk package
- #29204 – Fixed error in Stork guide
- #29059 – Ensure that content-length is not set when transfer-encoding exists while propogating headers from rest client
- #28875 – Graphql client initializing VertX cache even with vertx caching disabled