@SpringQueryMap is ignored when method includes Pageable
Page<Dto> list(@SpringQueryMap Pojo pojo, Pageable pageable)
this has been introduced in version 3.1.6 by #753
paramIndex is set always to Pageable causing PageableSpringQueryMapEncoder to ignore @SpringQueryMap