-
-
Notifications
You must be signed in to change notification settings - Fork 525
Improvement for QuerydslPredicateOperationCustomizer#excludeUnlistedProperties #925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
…zer#excludeUnlistedProperties
OK, I see test app19 fail because What is the expected behavior here? Really ONLY include fields on the whitelist and ignore additional bindings? Than the test case would change to
Or always include all bindings bindings.bind() [QuerydslBindings.pathSpecs] no matter what is on the whitelist. |
springdoc#925: icon param should not be required
should be fixed by #934. |
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...
The text was updated successfully, but these errors were encountered: