PageModel
uses wrapping serialization mode if no SpringDataWebSettings
found
#3101
Milestone
PageModel
uses wrapping serialization mode if no SpringDataWebSettings
found
#3101
While we kind of assume the Spring Data web support primarily being activated through
@EnableSpringDataWebSupport
,PageModel
erroneously uses the wrapping model if noSpringDataWebSettings
is found. For backwards compatibility reasons, it should use the legacy direct rendering mode.References
PageImpl
easily #3024The text was updated successfully, but these errors were encountered: