|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 2.0.10.RELEASE (2018-09-10) |
| 5 | +---------------------------------------------- |
| 6 | +* DATACMNS-1389 - RepositoryConfigurationExtensionSupport.useRepositoryConfiguration(...) fails in strict configuration mode. |
| 7 | +* DATACMNS-1387 - Wrong description for CurrentDateTimeProvider. |
| 8 | +* DATACMNS-1386 - SpringDataWebConfiguration cannot be introspected when Jackson is not available. |
| 9 | +* DATACMNS-1384 - Add support for java.sql.Timestamp in AnnotationRevisionMetadata. |
| 10 | +* DATACMNS-1383 - Custom extension of Pageable as parameter causes query method to be rejected. |
| 11 | +* DATACMNS-1376 - Assure JDK 11 compatibility for DefaultMethodInvokingMethodInterceptor. |
| 12 | +* DATACMNS-1375 - In case of failures, AnnotationRepositoryMetadata should be explicit about the offending repository interface. |
| 13 | +* DATACMNS-1373 - Align class loading in ClassGeneratingEntityInstantiator with ClassGeneratingPropertyAccessorFactory. |
| 14 | +* DATACMNS-1370 - Avoid superflous regex type checks while scanning for custom implementations. |
| 15 | +* DATACMNS-1369 - Repository initialization should make sure the aggregate root type gets added to the mapping context. |
| 16 | +* DATACMNS-1367 - Add debug logging to better identify repository scanning and initialization. |
| 17 | +* DATACMNS-1366 - Investigate performance regressions between 2.0 GA and 2.1 RC2. |
| 18 | +* DATACMNS-1364 - BasicPersistentEntity.getPersistentProperty(…) returns the unchecked value in ConcurrentReferenceHashMap. |
| 19 | +* DATACMNS-1362 - Broken Links in the Docs 404. |
| 20 | +* DATACMNS-1360 - Release 2.0.10 (Kay SR10). |
| 21 | +* DATACMNS-1359 - Improve exception message for missing accessors and fields. |
| 22 | +* DATACMNS-1351 - Fix typos in reference documentation. |
| 23 | +* DATACMNS-1174 - Improve error reporting for not supported repository interfaces. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 1.13.15.RELEASE (2018-09-10)
|
5 | 27 | -----------------------------------------------
|
6 | 28 | * DATACMNS-1383 - Custom extension of Pageable as parameter causes query method to be rejected.
|
|
0 commit comments