|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.11.0.RC1 (2015-08-04) |
| 5 | +------------------------------------------ |
| 6 | +* DATACMNS-744 - NoClassDefFoundError com/mysema/query/types/EntityPath with latest SNAPSHOT. |
| 7 | +* DATACMNS-742 - Release 1.11 RC1 (Gosling). |
| 8 | +* DATACMNS-738 - Remove deprecated BeanWrapper. |
| 9 | +* DATACMNS-736 - Invalid error message in PointFormatter. |
| 10 | +* DATACMNS-734 - Make sure Querydsl binding considers formatting annotations. |
| 11 | +* DATACMNS-733 - PreferredConstructorDiscoverer prevents custom classloader from being garbage collected. |
| 12 | +* DATACMNS-732 - JTA 1.2's @Transactional not being applied to query methods. |
| 13 | +* DATACMNS-731 - Parameter should expose whether it's explicitly named. |
| 14 | +* DATACMNS-728 - Configure Travis build to run against latest Spring 4.2 release, too. |
| 15 | +* DATACMNS-727 - Improve handling of invalid PersistentPropertyPaths in MappingContext. |
| 16 | +* DATACMNS-722 - ProxyProjectionFactory does not handle arrays correctly. |
| 17 | +* DATACMNS-720 - Explicit transaction configuration is not considered if default transactions are disabled. |
| 18 | +* DATACMNS-719 - Version fails to parse input string with non-numerical suffix. |
| 19 | +* DATACMNS-718 - Improve class loader handling for proxy factories. |
| 20 | +* DATACMNS-717 - AnnotatedTypeScanner does not use context classloader for loading found types. |
| 21 | +* DATACMNS-716 - QueryMethod type not detected correctly when wrapper types are used with collections. |
| 22 | +* DATACMNS-715 - @Transactional customizations not applied correctly on redeclared methods. |
| 23 | +* DATACMNS-714 - Add support for CompletableFuture as query method return type on Spring 4.2. |
| 24 | +* DATACMNS-713 - PageImpl should adapt the total for last pages if it doesn't match the content. |
| 25 | +* DATACMNS-710 - ObjectInstantiatorClassGenerator should use ClassUtils.getDefaultClassLoader(). |
| 26 | +* DATACMNS-707 - Fix JavaDoc in CrudRepository. |
| 27 | +* DATACMNS-703 - PropertyReferenceException's message should contain potential matches. |
| 28 | +* DATACMNS-648 - o.s.d.r.q.Parameters prevents custom classloader from being garbage collected. |
| 29 | +* DATACMNS-569 - Fix documentation on underscores in property references of derived query methods. |
| 30 | + |
| 31 | + |
4 | 32 | Changes in version 1.10.2.RELEASE (2015-07-28)
|
5 | 33 | ----------------------------------------------
|
6 | 34 | * DATACMNS-740 - Release 1.10.2 (Fowler).
|
|
0 commit comments