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
This relates to #866.
The fix in #866 removes all Querydsl properties which are explicitly whitelisted with:
bindings.including(XXXX);
The wanted behavior is: If excludeUnlistedProperties is true, add defined bindings AND ONLY whitelisted properties to the generated parameters list in OpenAPI.