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
Add JsonIgnorePropreties annotation to fix deserialization (fix#85)
Use JsonIgnoreProperties on all models consumed by the
RemoteResourceService implementation.
The 1.3 series does not use spring-provided ObjectMapper, so setting the
property in application.properties does not fix the underlying issue.
0 commit comments