Complete changelog
- #49524 - IllegalStateException: GlobalOpenTelemetry.set has already been called
- #54999 - Produce ServiceStartBuildItem for OTel
- #55134 - Add regression tests for QuteProcessor
- #55137 - Null boxed Integer and Boolean fields dropped from JSON by reflection-free serializers (Quarkus 3.37)
- #55142 -
@JsonPropertyis ignored or duplicated + 'visibility'-setting is ignored in 'ObjectMapperCustomizer' by reflection-free Jackson serializers - #55183 - Fix typo
- #55214 - Reflection-free serializers break Kotlin boolean "is" properties and
@JsonPropertyannotations - #55216 - Avoid duplicate fields when using
@JsonProperty+ improve Kotlin support + obey visibility defined in ObjectMapperCustomizer in reflection-free Jackson serializers - #55229 - Bump com.ongres.scram:scram-client from 3.2 to 3.3 in /bom/application
- #55238 - Bump SmallRye GraphQL to 2.18.3
- #55254 - [3.37 Regression] quarkus-rest-jackson drops ObjectNode request body fields with reflection-free Jackson enabled
- #55255 - [Reflection-free Jackson deserialisers] Unknown field throws plain
JsonMappingExceptioninstead ofMismatchedInputException, bypassing custom exception mappers - #55256 - Avoid generating reflection-free Jackson serializers for classes in the jackson.databind package
- #55261 - Reflection-free Jackson deserialisers:
@JsonUnwrappedprefix/suffixnot honored - #55278 - Serialize null boxed primitives in reflection-free Jackson serializers
- #55279 - Fix exception thrown in case of unknown field in reflection-free Jackson serializer
- #55280 - Honor
@JsonUnwrappedprefix/suffix in reflection-free Jackson serialisers - #55302 - jackson-module-kotlin incompatible with reflection-free serializers
- #55304 - OIDC: include
invalid_dpop_proofinAuthenticationFailedExceptionto clarify why exception was thrown - #55309 - Opt-out Kotlin classes from generation of reflection-free Jackson serializers
- #55318 -
@JsonFormatwith pattern onjava.time types(e.g.ZonedDateTime,LocalDateTime) ignored by reflection-free Jackson serializers - #55322 - Fix serialization of java.time fields with custom format in generated reflection-free Jackson serializers
- #55331 - Jackson Reflectionfree Serializer with Raw Types
- #55334 - Fix reflection-free Jackson serializers when using raw types