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
I found that when getting push rules for project, there is commit_committer_name_check property from response missing in target DTO.
Could you take a look at it?
Also I was wondering that it might improved to map unknown properties to Map<String, Object>, like I can do with Jackcon Databind - please take a look below.