|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.7.2.RELEASE (2014-04-15) |
| 5 | +--------------------------------------------- |
| 6 | +** Bug |
| 7 | + * [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified |
| 8 | + * [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types |
| 9 | + * [DATACMNS-485] - Detected mapping ambiguity when using @TypeAlias on a class with generics type |
| 10 | + |
| 11 | +** Improvement |
| 12 | + * [DATACMNS-478] - Spring Data Commons should be buildable using Java 8 |
| 13 | + * [DATACMNS-484] - Invalid grammar in exception message in RepositoryFactorySupport |
| 14 | + |
| 15 | +** Task |
| 16 | + * [DATACMNS-488] - Release 1.7.2 |
| 17 | + |
| 18 | +Changes in version 1.8.0.M1 (2014-03-30) |
| 19 | +---------------------------------------- |
| 20 | +** Bug |
| 21 | + * [DATACMNS-447] - AbstractMappingContext.getPersistentEntity: Order of strict checking and shouldCreatePersistentEntity is wrong |
| 22 | + * [DATACMNS-453] - NullPointerException at listing non-CRUD repositories in RepositoryMetadata.isPageableRepository() |
| 23 | + * [DATACMNS-460] - Repositories do not support array return type. |
| 24 | + * [DATACMNS-462] - AbstractPersistentProperties prevents collection and map properties from being fully initialized upfront |
| 25 | + * [DATACMNS-477] - PageableHandlerMethodArgumentResolver.setFallbackPageable(null) does not work as specified |
| 26 | + * [DATACMNS-479] - Regression in PersistentEntity detection for concrete Map types |
| 27 | + |
| 28 | +** Improvement |
| 29 | + * [DATACMNS-138] - Document the lazy-init behavior of the AuditorAware (in the javadoc of the class as well as in the reference) |
| 30 | + * [DATACMNS-243] - Pull up property access improvement from MongoPersistentProperty |
| 31 | + * [DATACMNS-365] - @LastModifiedBy and @LastModifiedDate don't work on setters |
| 32 | + * [DATACMNS-437] - Move GeoLocation object to Spring Data Commons. |
| 33 | + * [DATACMNS-451] - Add custom CollectionFactory to customize collection and map instance creation. |
| 34 | + * [DATACMNS-456] - RepositoryConfigurationSource should expose method to lookup String attributes |
| 35 | + * [DATACMNS-457] - MappingContext should expose managed types and whether it has a PersistentEntity for a type |
| 36 | + * [DATACMNS-458] - Introduce PersistentEntities value object |
| 37 | + * [DATACMNS-461] - Cleanups in auditing configuration support |
| 38 | + * [DATACMNS-466] - Detect invalid Spring version earlier |
| 39 | + * [DATACMNS-468] - Remove obsolete generics for BeanWrapper |
| 40 | + * [DATACMNS-475] - Add Jackson module to deserialize new geo types |
| 41 | + * [DATACMNS-478] - Spring Data Commons should be buildable using Java 8 |
| 42 | + * [DATACMNS-480] - Add EntityInformation implementaiton based on PersistentEntity |
| 43 | + * [DATACMNS-482] - Geospatial Types should be serializable |
| 44 | + |
| 45 | +** New Feature |
| 46 | + * [DATACMNS-397] - Add support for pagination, without the need of a count query |
| 47 | + * [DATACMNS-448] - Add support for 'remove', 'delete' keyword in order to be able to trigger store specific delete by queries. |
| 48 | + * [DATACMNS-452] - Move types from store modules into Spring Data Commons |
| 49 | + * [DATACMNS-474] - Allow conversion of Distance in other Metrics |
| 50 | + |
| 51 | +** Task |
| 52 | + * [DATACMNS-450] - Release 1.8 M1 |
| 53 | + * [DATACMNS-464] - AbstractFallbackTransactionAttributeSource should consider repository target method transaction settings as fallback |
| 54 | + * [DATACMNS-465] - Clean up template.mf |
| 55 | + * [DATACMNS-470] - Remove code deprecated in 1.6 |
| 56 | + * [DATACMNS-471] - Add unit tests for PagedResourcesAssembler setup via XML |
| 57 | + |
4 | 58 | Changes in version 1.7.1.RELEASE (2014-03-13)
|
5 | 59 | ---------------------------------------------
|
6 | 60 | ** Bug
|
|
0 commit comments