Skip to content

Commit 14815dc

Browse files
committed
DATACMNS-192 - Updated changelog for 1.4.0.RELEASE.
1 parent 3498af5 commit 14815dc

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
11
Spring Data Commons Changelog
22
=============================
33

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+
432
Changes in version 1.4.0.RC1 (2012-08-23)
5-
----------------------------------------
33+
-----------------------------------------
634
** Bug
735
* [DATACMNS-205] - Reference docs build broken
836

0 commit comments

Comments
 (0)