|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.6.0.M1 (2013-05-31) |
| 5 | +---------------------------------------- |
| 6 | +** Bug |
| 7 | + * [DATACMNS-281] - Change Order class so that case insensitive sorts can be performed by setting an ignore case flag |
| 8 | + * [DATACMNS-283] - Improve exception message for failed instantiations in ReflectionEntityInstatiator |
| 9 | + * [DATACMNS-285] - Spring Data Commons Maven artifactId seems outdated on springsource.org |
| 10 | + * [DATACMNS-300] - ReflectionEntityInstantiator should actually throw created exception |
| 11 | + * [DATACMNS-306] - RepositoryBeanDefinitionBuilder does not populate the source of created BeanDefinitions |
| 12 | + * [DATACMNS-309] - TypeDiscoverer does not correctly resolve nested property path expressions |
| 13 | + * [DATACMNS-320] - Mapping ambiguation detection is too aggressive |
| 14 | + * [DATACMNS-322] - CdiRepositoryBean should implement PassivationCapable |
| 15 | + * [DATACMNS-323] - PageImpl.getTotalPages() possibly returns incorrect result when PageImpl is instantiated with simple constructor |
| 16 | + * [DATACMNS-326] - RepositoryInterfaceAwareBeanFactoryPostProcessor should implement PriorityOrdered |
| 17 | + * [DATACMNS-327] - AbstractMappingContext has to init domain classes in afterPropertiesSet() |
| 18 | + * [DATACMNS-330] - Ease configuration for Spring MVC integration |
| 19 | + * [DATACMNS-331] - Add ResourceAssembler implementation to convert Page instances into PagedResources |
| 20 | + * [DATACMNS-333] - Support for Jackson 2.x for JSON repository populators |
| 21 | + |
| 22 | +** Improvement |
| 23 | + * [DATACMNS-117] - Add HandlerMethodArgumentResolver alternative to the PageableArgumentResolver |
| 24 | + * [DATACMNS-282] - Improve caching in AnnotationBasedPersistentProperty |
| 25 | + * [DATACMNS-284] - As a user I'd like to use Spring Data Commons without changes in Virgo 3.6.0.RELEASE |
| 26 | + * [DATACMNS-286] - Extend Pageable/Page APIs to allow accessing Pageables pointing to the next or previous Page |
| 27 | + * [DATACMNS-287] - Polish JavaDoc |
| 28 | + * [DATACMNS-288, DATACMNS-289] - Upgrade to Spring Data Build 1.0.2.RELEASE |
| 29 | + * [DATACMNS-295] - Ability to set modifyOnCreation flag on AuditingHandler |
| 30 | + * [DATACMNS-299] - Scope of CDI bean should default to ApplicationScoped |
| 31 | + * [DATACMNS-301] - Upgrade to Querydsl 3.0.0 |
| 32 | + * [DATACMNS-303] - Add support for count projections |
| 33 | + * [DATACMNS-305] - Add toString() methods to PersistentProperty implementations |
| 34 | + * [DATACMNS-318] - Introduce dedicated annotation to enable exception translation |
| 35 | + * [DATACMNS-319] - Repositories should lookup repository beans less aggressively |
| 36 | + * [DATACMNS-324] - Open up OSGi manifest for Spring 4 |
| 37 | + * [DATACMNS-325] - Open up lower boundary of Slf4j in manifest |
| 38 | + * [DATACMNS-328] - Typo in field name of PageableArgumentResolver |
| 39 | + * [DATACMNS-329] - Add integration test to guard against potential regressions for SPR-10517 |
| 40 | + * [DATACMNS-334] - Adapt to new features in Spring Data Build 1.1.0 |
| 41 | + |
| 42 | +** New Feature |
| 43 | + * [DATACMNS-310] - Integrate best-effort TransactionManager from Spring Data Neo4j |
| 44 | + * [DATACMNS-311] - TypeDiscoverer fails to resolve properties expressed through read methods in supertypes |
| 45 | + |
| 46 | +** Task |
| 47 | + * [DATACMNS-313] - Release 1.6 M1 |
| 48 | + * [DATACMNS-332] - Performance improvements in conversion system hotspots |
| 49 | + |
| 50 | +Changes in version 1.5.1.RELEASE (2013-04-16) |
| 51 | +--------------------------------------------- |
| 52 | +** Bug |
| 53 | + * [DATACMNS-283] - Improve exception message for failed instantiations in ReflectionEntityInstatiator |
| 54 | + * [DATACMNS-285] - Spring Data Commons Maven artifactId seems outdated on springsource.org |
| 55 | + * [DATACMNS-300] - ReflectionEntityInstantiator should actually throw created exception |
| 56 | + * [DATACMNS-306] - RepositoryBeanDefinitionBuilder does not populate the source of created BeanDefinitions |
| 57 | + * [DATACMNS-309] - TypeDiscoverer does not correctly resolve nested property path expressions |
| 58 | + |
| 59 | +** Improvement |
| 60 | + * [DATACMNS-282] - Improve caching in AnnotationBasedPersistentProperty |
| 61 | + * [DATACMNS-284] - As a user I'd like to use Spring Data Commons without changes in Virgo 3.6.0.RELEASE |
| 62 | + * [DATACMNS-287] - Polish JavaDoc |
| 63 | + * [DATACMNS-288, DATACMNS-289] - Upgrade to Spring Data Build 1.0.2.RELEASE |
| 64 | + * [DATACMNS-305] - Add toString() methods to PersistentProperty implementations |
| 65 | + |
| 66 | +** New Feature |
| 67 | + * [DATACMNS-311] - TypeDiscoverer fails to resolve properties expressed through read methods in supertypes |
| 68 | + |
| 69 | +** Task |
| 70 | + * [DATACMNS-312] - Release 1.5.1 |
| 71 | + |
4 | 72 | Changes in version 1.5.0.RELEASE (2013-02-07)
|
5 | 73 | ---------------------------------------------
|
6 | 74 | ** Bug
|
|
0 commit comments