https://github.com/spring-projects/spring-boot/blob/1c6416ecd40cef0ef7c46ab0ae5e7719debeed95/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/web/SpringDataWebAutoConfiguration.java#L73
If I understand the meaning of OneIndexedParameters, fallbackPageable should be one-indexed when OneIndexedParameters is set to true. On the contrary, it is always zero-indexed. Is this a bug?
Comment From: domainname
my misunderstanding. closing.