|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.4.0.RELEASE (2012-10-09) |
| 5 | +--------------------------------------------- |
| 6 | +** Bug |
| 7 | + * [DATACMNS-176] - StackOverflowError when inserted object is a CGLIB proxy |
| 8 | + * [DATACMNS-221] - Parsing of method names with non-ascii characters fails in some cases |
| 9 | + * [DATACMNS-226] - ConfigurableTypeInformationMapper caches too aggressively |
| 10 | + * [DATACMNS-228] - Mapping sub-system should exclude Groovy introduced properties from persistent properties |
| 11 | + * [DATACMNS-233] - DomainClassConverter should gracefully return null for null sources or empty strings |
| 12 | + * [DATACMNS-235] - Enforce ordering of bean creation when using custom repository implementations |
| 13 | + |
| 14 | +** Improvement |
| 15 | + * [DATACMNS-146] - Ability to specify default sort on @PageableDefaults |
| 16 | + * [DATACMNS-220] - In query method names not containing "By" get/find/read prefixes are not stripped |
| 17 | + * [DATACMNS-222] - AbstractRepositoryPopulatorFactoryBean javdoc is incorrect |
| 18 | + * [DATACMNS-223] - RepositoryPopulator should log each resource that it processes |
| 19 | + * [DATACMNS-224] - As a developer, I want an application event to be emitted when RepositoryPopulator finishes |
| 20 | + * [DATACMNS-229] - RepositoryInterfaceAwareBeanPostProcessor should use ConfigurableListableBeanFactory#getBeanClassLoader in #getClassForPropertyValue |
| 21 | + * [DATACMNS-230] - Clarify usage of Sort in special parameter handling section of the reference documentation |
| 22 | + * [DATACMNS-231] - Polish Sort implementation and JavaDoc |
| 23 | + * [DATACMNS-242] - Improve exception message in error cases of QueryMethod |
| 24 | + |
| 25 | +** Task |
| 26 | + * [DATACMNS-192] - Release 1.4 GA |
| 27 | + * [DATACMNS-207] - Remove deprecated method from PersistentProperty |
| 28 | + * [DATACMNS-225] - Update Querydsl Maven plugin to 1.0.4 |
| 29 | + * [DATACMNS-240] - Upgrade to Querydsl 2.8.0 |
| 30 | + * [DATACMNS-241] - Upgrade to Spring HATEOAS 0.3.0.RELEASE |
| 31 | + |
4 | 32 | Changes in version 1.4.0.RC1 (2012-08-23)
|
5 |
| ----------------------------------------- |
| 33 | +----------------------------------------- |
6 | 34 | ** Bug
|
7 | 35 | * [DATACMNS-205] - Reference docs build broken
|
8 | 36 |
|
|
0 commit comments