Browse Source
We now refrain from registering a SpringDataWebSettings instance as bean in the ApplicationContext if @EnableSpringDataWebSupport is used without an explicit declaration of pageSerializationMode. This allows Spring Boot to use the annotation, but allow the attribute value to be configured via a property at the same time. See https://github.com/spring-projects/spring-boot/pull/39797#discussion_r1508396169 for details. Fixes GH-3054.pull/3168/head
2 changed files with 15 additions and 2 deletions
Loading…
Reference in new issue