Files
spring-boot/module
Brian Clozel 1cd14c96a5 Configure ProblemDetailJacksonMixin on JsonMapper
Prior to this commit, Spring Boot would use Framework's
`Jackson2ObjectMapperBuilder` to configure the `ObjectMapper` instance.
This builder would configure the `ProblemDetail` mixin automatically.

With the introduction of Jackson 3.x support, Spring Framework removed
its builder in favor of the native Jackson builder. As a result, the
mixin is not registered with the `JsonMapper` aymore.

This commit ensures that the mixin is registered if the `ProblemDetail`
class is present in the classpath.

Closes gh-47298
2025-09-24 14:29:09 +02:00
..
2025-09-24 12:47:09 +01:00
2025-09-18 14:41:16 -07:00
2025-09-15 13:59:16 -07:00
2025-09-18 13:29:47 -07:00
2025-09-24 12:47:09 +01:00
2025-09-18 13:29:47 -07:00
2025-09-18 14:41:16 -07:00
2025-09-24 12:47:09 +01:00
2025-09-18 14:41:16 -07:00
2025-09-18 14:41:16 -07:00
2025-09-17 15:36:10 +02:00