You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…y mode.
Registering a StdConverter with Jackson to log a warning about the Page serialization mode causes the target serializer to be only built for Page losing additional properties defined on extensions. We now instead register a no-op BeanSerializerModifier that issues the warning and doesn't affect the serializer selection.
FixesGH-3137.
It looks like we can switch to a
BeanSerializerCustomizer
to issue the log statement to avoid affecting the serializer detection.References
The text was updated successfully, but these errors were encountered: