Closed emlun closed 8 months ago
1 241 tests ±0 1 237 :white_check_mark: ±0 46s :stopwatch: -15s 42 suites ±0 4 :zzz: ±0 43 files ±0 0 :x: ±0 1 errors
For more details on these parsing errors, see this check.
Results for commit c5a18afc. ± Comparison against base commit eb37b615.
@JsonSerialize(contentConverter = ...)
is incompatible with property typeOptional<List<T>>
, which is the detected serialization type because of the auto-detected getter, becausecontentConverter
only descends one container level.See: https://github.com/FasterXML/jackson-databind/issues/4413#issuecomment-1977989776
Fixes #350.