Skip to content

feat(core): implement nested pojo merging strategy and rename from recursive - #16

Merged
lokimax merged 5 commits into
developfrom
feature/nested-merging
Feb 1, 2026
Merged

feat(core): implement nested pojo merging strategy and rename from recursive#16
lokimax merged 5 commits into
developfrom
feature/nested-merging

Conversation

@lokimax

@lokimax lokimax commented Feb 1, 2026

Copy link
Copy Markdown
Owner

Summary

Implements the 'Nested' merging strategy (formerly Recursive) to allow deep merging of POJO fields.

Changes

  • Renamed 'Recursive' to 'Nested' across the codebase.
  • Implemented NestedMergeStrategy and NestedFieldDefinition.
  • Added NestedMergeTest and ConditionalNestedTest.
  • Updated documentation (README.md, DOCUMENTATION.md, 09_Features.md).
  • Fixed generic type warnings.

Verification

  • Run mvn test to verify all tests pass.

@lokimax
lokimax merged commit 794291a into develop Feb 1, 2026
1 check passed
@lokimax
lokimax deleted the feature/nested-merging branch February 2, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant