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
Spring Data REST can only use interface based projection.
Modern Java uses records a lot and Spring Data support them (except native query with spring data jpa), how about adding support for records in Spring Data REST ? Error message when a record is used as an excerpt projection or with ?projection=... in the querystring: "Projection type must be an interface"
The text was updated successfully, but these errors were encountered:
Spring Data REST can only use interface based projection.
Modern Java uses records a lot and Spring Data support them (except native query with spring data jpa), how about adding support for records in Spring Data REST ? Error message when a record is used as an excerpt projection or with ?projection=... in the querystring: "Projection type must be an interface"
The text was updated successfully, but these errors were encountered: