Closed philippeu closed 1 year ago
@SpringQueryMap is ignored when method includes Pageable
@SpringQueryMap
Pageable
Page<Dto> list(@SpringQueryMap Pojo pojo, Pageable pageable)
this has been introduced in version 3.1.6 by https://github.com/spring-cloud/spring-cloud-openfeign/issues/753
paramIndex is set always to Pageable causing PageableSpringQueryMapEncoder to ignore @SpringQueryMap
paramIndex
PageableSpringQueryMapEncoder
Thanks, @philippeu. Possibly a regression. Will verify this.
@SpringQueryMap
is ignored when method includesPageable
Page<Dto> list(@SpringQueryMap Pojo pojo, Pageable pageable)
this has been introduced in version 3.1.6 by https://github.com/spring-cloud/spring-cloud-openfeign/issues/753
paramIndex
is set always to Pageable causingPageableSpringQueryMapEncoder
to ignore@SpringQueryMap