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
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.