Skip to content

Rename FriendlyIdFormat.RAW to UUID#21

Merged
mariuszs merged 1 commit intomasterfrom
rename-raw-to-uuid
Mar 10, 2026
Merged

Rename FriendlyIdFormat.RAW to UUID#21
mariuszs merged 1 commit intomasterfrom
rename-raw-to-uuid

Conversation

@mariuszs
Copy link
Member

Summary

  • Rename FriendlyIdFormat.RAW to FriendlyIdFormat.UUID for better readability
  • @IdFormat(FriendlyIdFormat.UUID) clearly communicates the intent vs ambiguous RAW
  • Updated all references across core, Jackson 2/3 modules, samples, and CHANGELOG

Test plan

  • All module tests pass (mvn test excluding samples with pre-existing Lombok issue)

RAW was ambiguous — UUID clearly communicates that the field
will be serialized in standard UUID format without Base62 conversion.
@mariuszs mariuszs merged commit 8879623 into master Mar 10, 2026
1 of 2 checks passed
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