Correct JsonIdentityInfo property from 'uniqueId' to 'id'

Fixkamo-shared-library
Shipped
April 25, 2026 at 11:15 PM UTC
Author
Kamo
Commit
b57d156

Member entity declared @JsonIdentityInfo(property = "uniqueId") but the actual primary key field is named 'id'. Jackson threw "cannot find property with name 'uniqueId'" when deserializing any type that referenced Member (e.g. Organization), causing PUT /org/{id} to return 400 for any partial-body org save.

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing