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
QuerydslRepositoryInvokerAdapter should reject nullPredicate instances on construction and thus rather force clients to not create an instance in the first place
QuerydslPredicateBuilder.getPredicate(…) should return Optional<Predicate>
mp911de
changed the title
Java 8 improvements to QuerydslBindingsFactory and QuerydslRepositoryInvokerAdapter [DATACMNS-1055]
Refine QuerydslRepositoryInvokerAdapter nullability assertions
Feb 24, 2023
Oliver Drotbohm opened DATACMNS-1055 and commented
QuerydslRepositoryInvokerAdapter
should rejectnull
Predicate
instances on construction and thus rather force clients to not create an instance in the first placeQuerydslPredicateBuilder.getPredicate(…)
should returnOptional<Predicate>
Referenced from: pull request #294
The text was updated successfully, but these errors were encountered: