spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
905 stars 558 forks source link

Support record for projections #2389

Open ah1508 opened 1 month ago

ah1508 commented 1 month ago

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"