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>