|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.1.0.M1 (2018-02-06) |
| 5 | +---------------------------------------- |
| 6 | +* DATACMNS-1252 - Repository method returning Vavr Set results in cast exception if source value is not a Set. |
| 7 | +* DATACMNS-1249 - Fix line endings. |
| 8 | +* DATACMNS-1246 - Investigate optimizing the happy path in QueryExecutorMethodInterceptor.invoke(…). |
| 9 | +* DATACMNS-1245 - Consider Kotlin metadata annotation for Kotlin class kind retrieval. |
| 10 | +* DATACMNS-1243 - Add converters Instant <-> LocalDateTime. |
| 11 | +* DATACMNS-1242 - Reduce log output in test execution. |
| 12 | +* DATACMNS-1241 - Polish Lazy implementation. |
| 13 | +* DATACMNS-1240 - Update copyright years to 2018. |
| 14 | +* DATACMNS-1238 - Use Environment specific ClassPathScanningCandidateComponentProvider constructor. |
| 15 | +* DATACMNS-1237 - Projecting form binding does not work with @ModelAttribute. |
| 16 | +* DATACMNS-1236 - Inconsistent nullability constraints in PageImpl Javadoc. |
| 17 | +* DATACMNS-1235 - Additional implementations of EntityPathResolver for supporting Querydsls packageSuffix. |
| 18 | +* DATACMNS-1229 - Upgrade to XmlBeam 1.4.14. |
| 19 | +* DATACMNS-1227 - Document web projection binding mechanism. |
| 20 | +* DATACMNS-1224 - Nullable polishing. |
| 21 | +* DATACMNS-1218 - Upgrade to Vavr 0.9.2. |
| 22 | +* DATACMNS-1215 - Repositories does not expose registered repository for proxy type. |
| 23 | +* DATACMNS-1214 - MappingContext.getPersistentEntity(PersistentProperty) must only return an entity if the given property is one. |
| 24 | +* DATACMNS-1210 - Thread-safetey issue in annotation detection in BasicPersistentEntity. |
| 25 | +* DATACMNS-1208 - AbstractMappingContext.hasPersistentEntity(…) does not consider cached abscence. |
| 26 | +* DATACMNS-1206 - Introduce abstraction to detect declared methods in declaration order. |
| 27 | +* DATACMNS-1201 - ClassGeneratingPropertyAccessorFactory.isTypeInjectable(…) fails with NPE for entities in default packages. |
| 28 | +* DATACMNS-1200 - Absent parameters cause NPE in ClassGeneratingEntityInstantiator. |
| 29 | +* DATACMNS-1199 - Add PropertyPath.nested(…). |
| 30 | +* DATACMNS-1198 - Add PropertyPath.getLeafType(). |
| 31 | +* DATACMNS-1197 - Adding kotlin property to (extension) interface yields IllegalArgumentException on invocation. |
| 32 | +* DATACMNS-1196 - Failing generic type resolution of generic types within nested generic fields. |
| 33 | +* DATACMNS-1193 - Typo in documentation and JavaDoc of PageableDefaults. |
| 34 | +* DATACMNS-1191 - Avoid unnecessary conversion invocation after Optional unwrapping. |
| 35 | +* DATACMNS-1190 - Add documentation section about ways to enforce nullability constraints in repositories. |
| 36 | +* DATACMNS-1188 - Reflect CrudRepository naming and API changes in reference documentation. |
| 37 | +* DATACMNS-1187 - Broken links in query-by-example sections in reference documentation. |
| 38 | +* DATACMNS-1186 - Release 2.1 M1 (Lovelace). |
| 39 | +* DATACMNS-1180 - AbstractPersistentProperty.getGetter() returns null if the return type of the getter is a generic type. |
| 40 | +* DATACMNS-1158 - Make ProjectionFactory configurable by module implementations. |
| 41 | +* DATACMNS-901 - Potential deadlock in AbstractMappingContext when creating bean while application event is being fired. |
| 42 | +* DATACMNS-563 - When true setOneIndexedParameters still behaves as false in the links of the json response. |
| 43 | + |
| 44 | + |
4 | 45 | Changes in version 2.0.3.RELEASE (2018-01-24)
|
5 | 46 | ---------------------------------------------
|
6 | 47 | * DATACMNS-1249 - Fix line endings.
|
|
0 commit comments