spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

Add Record support in PageableSpringQueryMapEncoder

Open brightJoo opened this issue 1 month ago • 0 comments

  • Add Record type detection using Class.isRecord()
  • Delegate Record encoding to FieldQueryMapEncoder
  • Maintain backward compatibility for Pageable/Sort/Bean
  • Add test coverage for Record scenarios

Fixes #gh-1266

brightJoo avatar Nov 30 '25 11:11 brightJoo