Tech
The one-indexed-parameters Trap in Spring Boot: Why @PageableDefault Should Still Be Set to 0
Enable one-indexed-parameters and @PageableDefault(page = 1) suddenly points at the second page — tracing the cause through the Spring Data source code and tests, and pinning down the correct usage.