unisys-abickerton
unisys-abickerton
Steps to reproduce : 1 clear the .m2/repository directory in the user home 2 clone the repository 3 checkout next / release-5.7.2 4 build "mvn clean install" [ERROR] Plugin org.codehaus.mojo:xmlbeans-maven-plugin:2.3.5-sb-fixed...
Spring Boot : 3.4.6 Spring Data Commons : 3.4.6 When @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO) is used as described in https://docs.spring.io/spring-data/commons/reference/repositories/core-extensions.html#core.web.pageables The properties defined under spring.data.web.pageable are ignored. e.g. max-page-size Workaround :...