Files
spring-data-jpa/src/test/java
Oliver Gierke b3324a0e7d DATAJPA-871 - CrudMethodMetadataPostProcessor now uses the bean ClassLoader.
The thread-local proxy for the CrudMethodMetadata is now created using the bean ClassLoader, which the repository factory gets set from the container.

Renamed the property for the post processor and its lookup method.
2015-11-05 19:01:19 +01:00
..