Skip to content

Add Record support in PageableSpringQueryMapEncoder#1289

Open
brightJoo wants to merge 1 commit intospring-cloud:mainfrom
brightJoo:feature/record-support-option-a
Open

Add Record support in PageableSpringQueryMapEncoder#1289
brightJoo wants to merge 1 commit intospring-cloud:mainfrom
brightJoo:feature/record-support-option-a

Conversation

@brightJoo
Copy link

  • 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

- 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 spring-cloudgh-1266

Signed-off-by: brightJoo <jooseongho95@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@SpringQueryMap not working with Java Record

3 participants