Skip to content

Comments

Add RecordQueryMapEncoder for @SpringQueryMap Record support#1292

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

Add RecordQueryMapEncoder for @SpringQueryMap Record support#1292
brightJoo wants to merge 1 commit intospring-cloud:mainfrom
brightJoo:feature/record-support-option-b

Conversation

@brightJoo
Copy link

  • Create RecordQueryMapEncoder for Record type detection
  • Modify PageableSpringQueryMapEncoder to extend RecordQueryMapEncoder
  • Delegate Record encoding to FieldQueryMapEncoder
  • Maintain backward compatibility for Pageable/Sort/Bean
  • Add comprehensive test coverage

Fixes #gh-1266

- Create RecordQueryMapEncoder for Record type detection
- Modify PageableSpringQueryMapEncoder to extend RecordQueryMapEncoder
- Delegate Record encoding to FieldQueryMapEncoder
- Maintain backward compatibility for Pageable/Sort/Bean
- Add comprehensive test coverage

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