spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.98k stars 1.41k forks source link

Polishing #3452

Open quaff opened 5 months ago

quaff commented 5 months ago
  1. Specification should be annotated with @FunctionalInterface
  2. SpecificationUnitTests shouldn't be Serializable
mp911de commented 3 months ago

Putting this on hold as we need to overhaul the Specification infrastructure before adding more changes to it.