You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(json)!: remove Gson compatibility methods and consolidate JSON processing
- The codebase has fully migrated to using Jackson for all JSON parsing and serialization.
- All methods and utilities providing backward compatibility for Gson `JsonObject`
- and `JsonArray` have been removed.
- This includes Gson-specific update methods in entities, builder methods, storage
- methods, and utility conversion functions.
- This change simplifies the codebase, reduces dependency surface, and improves
- performance by removing unnecessary conversions.
BREAKING CHANGE: All Gson-specific compatibility methods and utilities
have been removed. Code relying on these methods will need to be updated
to use Jackson directly.
0 commit comments