|
1 | 1 | Spring Data Commons Changelog
|
2 | 2 | =============================
|
3 | 3 |
|
| 4 | +Changes in version 1.10.0.RC1 (2015-03-05) |
| 5 | +------------------------------------------ |
| 6 | +* DATACMNS-652 - Release 1.10 RC1. |
| 7 | +* DATACMNS-651 - Add domain types to represent a range of values. |
| 8 | +* DATACMNS-650 - Provide a CloseableIterator abstraction as a foundation for streaming of results. |
| 9 | +* DATACMNS-649 - Incorrect reference docs on extending all repositories causes failures in lookup of default transaction metadata. |
| 10 | +* DATACMNS-647 - Add test case for collection parameter invocation on ReflectionRepositoryInvoker. |
| 11 | +* DATACMNS-646 - Enable build for Spring 4.2 profile. |
| 12 | +* DATACMNS-645 - Typo in reference documentation. |
| 13 | +* DATACMNS-643 - Add support for JSR-310 and ThreeTen Backport types in auditing support. |
| 14 | +* DATACMNS-642 - Performance improvement - BeanWrapper.setProperty should not lock when unnecessary. |
| 15 | +* DATACMNS-641 - Default sort direction to ascending order in case none is specified in derived repository queries. |
| 16 | +* DATACMNS-640 - Possible NullPointerException on PageableHandlerMethodArgumentResolver when fallbackPageable is null. |
| 17 | +* DATACMNS-638 - Let auditing infrastructure work with PersistentEntities rather than a single MappingContext. |
| 18 | +* DATACMNS-637 - General inspection for performance improvements. |
| 19 | +* DATACMNS-636 - Add 'exists' method to QueryDslPredicateExecutor which accepts a querydsl Predicate. |
| 20 | +* DATACMNS-635 - Provide an easier way to instantiate Page. |
| 21 | +* DATACMNS-634 - Repositories should return repository for entity's super-type if available. |
| 22 | +* DATACMNS-631 - Make RepositoryFactorySupport.getRepositoryMetadata(…) protected. |
| 23 | +* DATACMNS-630 - Move core projection infrastructure from Spring Data REST into Commons. |
| 24 | +* DATACMNS-629 - Reference documentation section on limiting query results is showing incorrect order-by-clause. |
| 25 | +* DATACMNS-628 - Add converters for ThreeTen backport library. |
| 26 | +* DATACMNS-627 - Extend DomainClassConverter to be able to convert entity into its identifier. |
| 27 | +* DATACMNS-626 - Port converters for Point and Distance from Spring Data REST and turn them into Formatters. |
| 28 | +* DATACMNS-625 - Re-enable querydsl-next profile for Travis. |
| 29 | +* DATACMNS-623 - Add converter for Instants to JSR-310 Converters. |
| 30 | +* DATACMNS-621 - QSort does not treat nested paths correctly. |
| 31 | +* DATACMNS-619 - DefaultCrudMethods should always return accessible methods. |
| 32 | +* DATACMNS-616 - AnnotationRevisionMetadata can't access private fields. |
| 33 | +* DATACMNS-615 - PageImpl should reject total less than given content length. |
| 34 | +* DATACMNS-611 - Avoid triple cache lookup in RepositoryInterfaceAwareBeanPostProcessor.predictBeanType(…). |
| 35 | +* DATACMNS-610 - Add converter support for Set<T> return types. |
| 36 | +* DATACMNS-554 - Add QueryDslPredicateExecutor.findAll(Predicate, Sort) method. |
| 37 | + |
| 38 | + |
4 | 39 | Changes in version 1.9.2.RELEASE (2015-01-28)
|
5 | 40 | ---------------------------------------------
|
6 | 41 | * DATACMNS-637 - General inspection for performance improvements.
|
|
0 commit comments