|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.0.0.RC3 (2017-09-11) |
| 5 | +----------------------------------------- |
| 6 | +* DATACMNS-1153 - Remove unreachable assertion in XmlRepositoryConfigurationSource. |
| 7 | +* DATACMNS-1152 - Jackson configuration is not used by ProjectingJackson2HttpMessageConverter. |
| 8 | +* DATACMNS-1150 - Support parameters in @Value-backed methods of projection interfaces. |
| 9 | +* DATACMNS-1148 - Return primitive boolean in PartTree.isExistsProjection(...). |
| 10 | +* DATACMNS-1147 - @NoRepositoryBean interfaces are considered as fragment interfaces. |
| 11 | +* DATACMNS-1144 - @JsonPath should support multiple paths. |
| 12 | +* DATACMNS-1143 - Improve design of AbstractAggregateRoot. |
| 13 | +* DATACMNS-1141 - Add missing NonNullApi annotations. |
| 14 | +* DATACMNS-1140 - Open up Query by Example to allow extension in module implementations. |
| 15 | +* DATACMNS-1139 - AbstractPersistentProperty.getRawType() does not consider generics. |
| 16 | +* DATACMNS-1138 - Invalid generics resolution for locally declared wildcard and fully resolved target type. |
| 17 | +* DATACMNS-1136 - Update reference documentation for composite repositories. |
| 18 | +* DATACMNS-1135 - Incorrect generic type resolution for multiply nested types of same wrapper. |
| 19 | +* DATACMNS-1130 - Release 2.0 RC3 (Kay). |
| 20 | +* DATACMNS-1126 - Assert compatibility with Kotlin classes using default constructor arguments. |
| 21 | +* DATACMNS-1080 - Inject generated property accessor classes via ReflectUtils.defineClass(…). |
| 22 | +* DATACMNS-1077 - Remove RxJava1CrudRepository and RxJava1SortingRepository interfaces. |
| 23 | +* DATACMNS-1011 - Improve documentation for projections. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 1.13.7.RELEASE (2017-09-11)
|
5 | 27 | ----------------------------------------------
|
6 | 28 | * DATACMNS-1153 - Remove unreachable assertion in XmlRepositoryConfigurationSource.
|
|
0 commit comments