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
I am using spring boot 3.1.12 and rsql-jpa-specification 6.0.4
A query in entity EXAMPLE, with party.contactMedium.emailAddress="xxx" is working.
But if i upgrade to spring boot 3.2.+
Same QUERY results in emailAddress attribute not Found in entity contactMedium.
I tried to update to latest also rsql-jpa-specification but same result.
Is this problem of the library? Will be fixed in next versions?
Or should i adjust specification and make it more custom?
The text was updated successfully, but these errors were encountered:
I am using spring boot 3.1.12 and rsql-jpa-specification 6.0.4
A query in entity EXAMPLE, with party.contactMedium.emailAddress="xxx" is working.
But if i upgrade to spring boot 3.2.+
Same QUERY results in emailAddress attribute not Found in entity contactMedium.
I tried to update to latest also rsql-jpa-specification but same result.
Is this problem of the library? Will be fixed in next versions?
Or should i adjust specification and make it more custom?
The text was updated successfully, but these errors were encountered: