|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.13.0.M1 (2016-07-27) |
| 5 | +----------------------------------------- |
| 6 | +* DATACMNS-887 - Update Sonargraph architecture description. |
| 7 | +* DATACMNS-886 - Fix OSGi version ranges for Spring Framework references. |
| 8 | +* DATACMNS-885 - Add support to bind JSON and XML payloads to projection interfaces. |
| 9 | +* DATACMNS-884 - Move PageableExecutionSupport from JPA to Spring Data Commons. |
| 10 | +* DATACMNS-883 - NullPointerException for Querydsl bindings referring to collection element attributes. |
| 11 | +* DATACMNS-880 - TransactionalRepositoryFactoryBeanSupport.setBeanFactory doesn't delegate to super-implementation. |
| 12 | +* DATACMNS-879 - ExampleMatcher should allow to configure any-match mode. |
| 13 | +* DATACMNS-874 - NullPointerException when unwrapping empty Scala Options. |
| 14 | +* DATACMNS-869 - Fix Javadoc in Pair.java. |
| 15 | +* DATACMNS-868 - Unguarded reference to JDK 8 Function interface renders Hopper SR2 snapshots incompatible with Java 6. |
| 16 | +* DATACMNS-866 - Provide more descriptive error message in BasicPersistentEntity.getPropertyAccessor(…). |
| 17 | +* DATACMNS-863 - Query method Parameter should return element type for wrapper ones (e.g. Optional). |
| 18 | +* DATACMNS-862 - ReturnedInterface should not consider super interfaces of domain type projecting. |
| 19 | +* DATACMNS-860 - ResultProcessor should use ConversionService as fallback if target is a class. |
| 20 | +* DATACMNS-859 - ResultProcessor doesn't handle Stream instances correctly. |
| 21 | +* DATACMNS-858 - JavaDoc of CrudMethods states wrong preferences of selected delete methods. |
| 22 | +* DATACMNS-856 - DomainClassConverter throws erroneous exception in matches. |
| 23 | +* DATACMNS-855 - Missing equals(…) and hashCode() in SyntheticParamterizedType are causing a memory leak. |
| 24 | +* DATACMNS-854 - Custom implementation of repository fails when overriding methods containing generics. |
| 25 | +* DATACMNS-853 - PersistentPropertyAccessor.getProperty fails using interface types with the class-generating accessor. |
| 26 | +* DATACMNS-850 - Result projection should not be applied to JDK types. |
| 27 | +* DATACMNS-844 - Remove LenientAssignableTypeFilter in RepositoryConfigurationDelegate. |
| 28 | +* DATACMNS-843 - Raise log level of repositories that get dropped in strict configuration mode to INFO. |
| 29 | +* DATACMNS-842 - Projections on repository query methods should support Slice. |
| 30 | +* DATACMNS-840 - ReturnedClass fails on types with ambiguous constructors. |
| 31 | +* DATACMNS-838 - Release 1.13 M1 (Ingalls). |
| 32 | +* DATACMNS-831 - AbstractMappingContext.getPersistentEntity sometimes returns an empty entity when called by multiple threads. |
| 33 | +* DATACMNS-809 - Investigate use of method handles for property access. |
| 34 | +* DATACMNS-743 - Optimisation CPU consumption. |
| 35 | +* DATACMNS-685 - ConversionMatchAbbreviationException being thrown from ToEntityConverter.matches(…). |
| 36 | + |
| 37 | + |
4 | 38 | Changes in version 1.12.2.RELEASE (2016-06-15)
|
5 | 39 | ----------------------------------------------
|
6 | 40 | * DATACMNS-869 - Fix Javadoc in Pair.java.
|
|
0 commit comments