mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ebdc82b86b
Prior to this commit, a Spring web application would not be able to serialize a `ProblemDetail` object instance in a Native Image, as serialization hints would be missing. This commit adds a RuntimeHints registrar that processes the `ProblemDetail` type accordingly during the AOT phase. Fixes gh-29801