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
With spring-data-commons version 2.6.3 commit 53d924c the QuerydslPredicateBuilder was changed.
Before this change, it was possible to parse via QueryDSL beta,alpha in gateway.tags / {tags=[beta,alpha]} into a MongoDB query find({"tags": {"$in": ["beta", "alpha"]}})