|
1 | 1 | Spring Data Commons Changelog |
2 | 2 | ============================= |
3 | 3 |
|
| 4 | +Changes in version 1.7.0.RELEASE (2014-02-24) |
| 5 | +--------------------------------------------- |
| 6 | +** Bug |
| 7 | + * [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183) |
| 8 | + * [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString() |
| 9 | + * [DATACMNS-441] - Analyzing @Query annotated bridge methods lead to NPEs during QueryMethod processing in Java 8 |
| 10 | + * [DATACMNS-442] - ID type not detected for intermediate repository interface |
| 11 | + |
| 12 | +** Improvement |
| 13 | + * [DATACMNS-433] - Add IsLike and IsNotLike |
| 14 | + * [DATACMNS-434] - Update spring-data-parent's slf4j dependencies to version 1.7.5 |
| 15 | + * [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX |
| 16 | + * [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation |
| 17 | + * [DATACMNS-446] - Add toString() methods to ClassTypeInformation |
| 18 | + |
| 19 | +** Task |
| 20 | + * [DATACMNS-443] - Release 1.7 GA. |
| 21 | + * [DATACMNS-444] - DefaultPersistentPropertyPath should drop null path segments in toDotPath(…) |
| 22 | + * [DATACMNS-445] - Documentation overhaul |
| 23 | + |
| 24 | +Changes in version 1.6.4.RELEASE (2014-02-17) |
| 25 | +--------------------------------------------- |
| 26 | +** Bug |
| 27 | + * [DATACMNS-407] - Incorrect prev and next links when using paging and sorting |
| 28 | + * [DATACMNS-412] - Exception ' java.lang.IllegalArgumentException: Not an managed type' upon a tomcat context reload |
| 29 | + * [DATACMNS-429] - PageRequest constructor documentation parameter order incorrect. |
| 30 | + * [DATACMNS-432] - ConcurrentModificationException in Repositories.getRepoInfoFor(Repositories.java:183) |
| 31 | + * [DATACMNS-436] - Order.ignoreCase not taken into account in equals(), hashCode() and toString() |
| 32 | + |
| 33 | +** Improvement |
| 34 | + * [DATACMNS-433] - Add IsLike and IsNotLike |
| 35 | + * [DATACMNS-439] - AnnotationRepositoryConfigurationSource support for REGEX |
| 36 | + * [DATACMNS-440] - Special map type causes fallback to Object in ParameterizedTypeInformation |
| 37 | + |
| 38 | +** Task |
| 39 | + * [DATACMNS-417] - Add contribution guidelines |
| 40 | + * [DATACMNS-422] - Mitigate semantic changes in Spring 4.0's GenericTypeResolver |
| 41 | + * [DATACMNS-438] - Release 1.6.4 |
| 42 | + |
4 | 43 | Changes in version 1.7.0.RC1 (2014-01-29) |
5 | 44 | ----------------------------------------- |
6 | 45 | ** Bug |
|
0 commit comments