|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.10.0.M1 (2014-12-01) |
| 5 | +----------------------------------------- |
| 6 | +* DATACMNS-609 - Multiple usage of repository setup means (XML or annotation) creates multiple bean definitions for RepositoryInterfaceAwareBeanPostProcessor. |
| 7 | +* DATACMNS-608 - Release 1.10 M1. |
| 8 | +* DATACMNS-607 - Inline AnnotationAttributes and MethodParameters to cut dependency to Spring HATEOAS for ReflectionRepositoryInvoker. |
| 9 | +* DATACMNS-606 - Provide converter between legacy Date instances an JDK 8 date/time types. |
| 10 | +* DATACMNS-605 - Move key-value infrastructure to dedicated project. |
| 11 | +* DATACMNS-604 - Move QueryDsl helper methods from QueryDslUtils to Map specific structure. |
| 12 | +* DATACMNS-601 - Work on SonarQube warnings. |
| 13 | +* DATACMNS-600 - Remove package cycle introduced by the invoker package. |
| 14 | +* DATACMNS-599 - Introduce IdentifierAccessor API. |
| 15 | +* DATACMNS-597 - BasicPersistentEntity.getPropertyAccessor for target bean does not properly handle inheritance when PersistentEntity instances are interface or abstract class based. |
| 16 | +* DATACMNS-596 - Expose PersistenPropertyAccessor API via PersistentEntity. |
| 17 | +* DATACMNS-594 - Strange generics behaviour for multiply nested generic types. |
| 18 | +* DATACMNS-591 - RepositoryConfigurationDelegate should use ResourceLoader provided by the infrastructure. |
| 19 | +* DATACMNS-590 - Bug in generics detection for multiply nested generic types. |
| 20 | +* DATACMNS-589 - Unify abstractions to invoke repositories with Spring Data REST. |
| 21 | +* DATACMNS-587 - Add findAll variant with QueryDSL OrderSpecifier without a Predicate. |
| 22 | +* DATACMNS-583 - DomainClassConverter#matches should return false when source- and targetType are equal. |
| 23 | +* DATACMNS-581 - Spring Data support for NOT Containing expression. |
| 24 | +* DATACMNS-580 - Add section on limiting the query results to reference documentation. |
| 25 | +* DATACMNS-578 - Improve entity instantiation performance by using ASM byte-code generation. |
| 26 | +* DATACMNS-577 - Improve javadoc on QueryDslPredicateExecutor. |
| 27 | +* DATACMNS-530 - JavaDoc should be updated to reflect change of requiring an environment. |
| 28 | +* DATACMNS-525 - In-Memory Repository infrastructure. |
| 29 | + |
| 30 | + |
4 | 31 | Changes in version 1.9.1.RELEASE (2014-10-30)
|
5 | 32 | ---------------------------------------------
|
6 | 33 | * DATACMNS-585 - Release 1.9.1.
|
|
0 commit comments