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
Issue #569: excludePropertyAnnotations not respected when using gson (#570)
* Issue #569: excludePropertyAnnotations not respected when using gson
The excludePropertyAnnotations property is not respected when using gson
as JsonLibrary.
* Configured an exclusion strategy on the GsonParser to fix the issue
* Adjusted the IncludeExcludePropertyTest to reveal the issue and check
the fix.
* Fixed checkstyle warnings
0 commit comments