|
|
|
|
@ -1,6 +1,40 @@
@@ -1,6 +1,40 @@
|
|
|
|
|
Spring Data Commons Changelog |
|
|
|
|
============================= |
|
|
|
|
|
|
|
|
|
Changes in version 1.12.0.M1 (2016-02-12) |
|
|
|
|
----------------------------------------- |
|
|
|
|
* DATACMNS-815 - Make static cache in SimpleTypeInformationMapper non-static. |
|
|
|
|
* DATACMNS-813 - Add code of conduct. |
|
|
|
|
* DATACMNS-811 - Release 1.12 M1 (Hopper). |
|
|
|
|
* DATACMNS-804 - IndexOutOfBoundException in ParametersParameterAccessor iterator when non-bindable parameter(s) used. |
|
|
|
|
* DATACMNS-802 - Allow customizing the PagedResource instance created in PagedResourcesAssembler. |
|
|
|
|
* DATACMNS-801 - PropertyReferenceException lists potential matches twice for classes following the Java beans specification. |
|
|
|
|
* DATACMNS-795 - Support for Scala Option in repositories. |
|
|
|
|
* DATACMNS-794 - Repositories should allow RepositoryFactoryInformation lookup via repository interface. |
|
|
|
|
* DATACMNS-793 - Some inline code formatting broken in reference documentation. |
|
|
|
|
* DATACMNS-791 - Improve exception message in QueryMethodParameterConversionException and ReflectionRepositoryInvoker. |
|
|
|
|
* DATACMNS-790 - Add Tuple value type. |
|
|
|
|
* DATACMNS-789 - Fix typo in JavaDoc of Page. |
|
|
|
|
* DATACMNS-788 - template.mf should use placeholder for Slf4j version. |
|
|
|
|
* DATACMNS-787 - Allow aliasing of Querydsl web bindings. |
|
|
|
|
* DATACMNS-786 - Typo in example of declaring Jackson repository populator of reference documentation. |
|
|
|
|
* DATACMNS-785 - Add RevisionRepository.findRevision(ID, N) from Spring Data Envers. |
|
|
|
|
* DATACMNS-783 - TypeInformation should allow applying the generic context to a raw type. |
|
|
|
|
* DATACMNS-782 - ProxyProjectionFactory should support primitive attribute conversion in projections out of the box. |
|
|
|
|
* DATACMNS-779 - Fix JavaDoc of constructor of QuerydslPredicateBuilder. |
|
|
|
|
* DATACMNS-773 - Add support for persisting ZoneId instances out of the box. |
|
|
|
|
* DATACMNS-772 - Add converter for ZoneId to String and vice versa. |
|
|
|
|
* DATACMNS-771 - Typo in exception in BasicPersistentEntity. |
|
|
|
|
* DATACMNS-769 - Cannot create auto-generated @Async method with pagination. |
|
|
|
|
* DATACMNS-768 - Support Optional on repository query parameters. |
|
|
|
|
* DATACMNS-763 - Custom repository implementation class not working as stated in the reference documentation. |
|
|
|
|
* DATACMNS-762 - Polish section about dependencies in the reference documentation. |
|
|
|
|
* DATACMNS-761 - PageableHandlerMethodArgumentResolver reduces page size by one if on-indexed parameters are used. |
|
|
|
|
* DATACMNS-753 - SortHandlerMethodArgumentResolver fails to fall back to default if empty parameter is given. |
|
|
|
|
* DATACMNS-670 - Add support for Querydsl 4. |
|
|
|
|
* DATACMNS-89 - Support for projections in repository query methods. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 1.11.2.RELEASE (2015-12-18) |
|
|
|
|
---------------------------------------------- |
|
|
|
|
* DATACMNS-797 - Release 1.11.2 (Gosling). |
|
|
|
|
|