Closed
Description
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.
Pullrequest follows...