|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.9.2.RELEASE (2015-01-28) |
| 5 | +--------------------------------------------- |
| 6 | +* DATACMNS-637 - General inspection for performance improvements. |
| 7 | +* DATACMNS-634 - Repositories should return repository for entity's super-type if available. |
| 8 | +* DATACMNS-633 - Release 1.9.2. |
| 9 | +* DATACMNS-629 - Reference documentation section on limiting query results is showing incorrect order-by-clause. |
| 10 | +* DATACMNS-625 - Re-enable querydsl-next profile for Travis. |
| 11 | +* DATACMNS-621 - QSort does not treat nested paths correctly. |
| 12 | +* DATACMNS-620 - Make sure we reflectively invoke redeclared repository methods in legacy RepositoryInvokers. |
| 13 | +* DATACMNS-619 - DefaultCrudMethods should always return accessible methods. |
| 14 | +* DATACMNS-616 - AnnotationRevisionMetadata can't access private fields. |
| 15 | +* DATACMNS-615 - PageImpl should reject total less than given content length. |
| 16 | +* DATACMNS-611 - Avoid triple cache lookup in RepositoryInterfaceAwareBeanPostProcessor.predictBeanType(…). |
| 17 | +* DATACMNS-610 - Add converter support for Set<T> return types. |
| 18 | +* DATACMNS-609 - Multiple usage of repository setup means (XML or annotation) creates multiple bean definitions for RepositoryInterfaceAwareBeanPostProcessor. |
| 19 | +* DATACMNS-601 - Work on SonarQube warnings. |
| 20 | +* DATACMNS-594 - Strange generics behaviour for multiply nested generic types. |
| 21 | +* DATACMNS-591 - RepositoryConfigurationDelegate should use ResourceLoader provided by the infrastructure. |
| 22 | +* DATACMNS-590 - Bug in generics detection for multiply nested generic types. |
| 23 | + |
| 24 | + |
4 | 25 | Changes in version 1.8.5.RELEASE (2015-01-27)
|
5 | 26 | ---------------------------------------------
|
6 | 27 | * DATACMNS-637 - General inspection for performance improvements.
|
|
0 commit comments