Closed
Description
While we kind of assume the Spring Data web support primarily being activated through @EnableSpringDataWebSupport
, PageModel
erroneously uses the wrapping model if no SpringDataWebSettings
is found. For backwards compatibility reasons, it should use the legacy direct rendering mode.