DATACMNS-1186 - Updated changelog.
This commit is contained in:
@@ -1,6 +1,47 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================
|
||||
|
||||
Changes in version 2.1.0.M1 (2018-02-06)
|
||||
----------------------------------------
|
||||
* DATACMNS-1252 - Repository method returning Vavr Set results in cast exception if source value is not a Set.
|
||||
* DATACMNS-1249 - Fix line endings.
|
||||
* DATACMNS-1246 - Investigate optimizing the happy path in QueryExecutorMethodInterceptor.invoke(…).
|
||||
* DATACMNS-1245 - Consider Kotlin metadata annotation for Kotlin class kind retrieval.
|
||||
* DATACMNS-1243 - Add converters Instant <-> LocalDateTime.
|
||||
* DATACMNS-1242 - Reduce log output in test execution.
|
||||
* DATACMNS-1241 - Polish Lazy implementation.
|
||||
* DATACMNS-1240 - Update copyright years to 2018.
|
||||
* DATACMNS-1238 - Use Environment specific ClassPathScanningCandidateComponentProvider constructor.
|
||||
* DATACMNS-1237 - Projecting form binding does not work with @ModelAttribute.
|
||||
* DATACMNS-1236 - Inconsistent nullability constraints in PageImpl Javadoc.
|
||||
* DATACMNS-1235 - Additional implementations of EntityPathResolver for supporting Querydsls packageSuffix.
|
||||
* DATACMNS-1229 - Upgrade to XmlBeam 1.4.14.
|
||||
* DATACMNS-1227 - Document web projection binding mechanism.
|
||||
* DATACMNS-1224 - Nullable polishing.
|
||||
* DATACMNS-1218 - Upgrade to Vavr 0.9.2.
|
||||
* DATACMNS-1215 - Repositories does not expose registered repository for proxy type.
|
||||
* DATACMNS-1214 - MappingContext.getPersistentEntity(PersistentProperty) must only return an entity if the given property is one.
|
||||
* DATACMNS-1210 - Thread-safetey issue in annotation detection in BasicPersistentEntity.
|
||||
* DATACMNS-1208 - AbstractMappingContext.hasPersistentEntity(…) does not consider cached abscence.
|
||||
* DATACMNS-1206 - Introduce abstraction to detect declared methods in declaration order.
|
||||
* DATACMNS-1201 - ClassGeneratingPropertyAccessorFactory.isTypeInjectable(…) fails with NPE for entities in default packages.
|
||||
* DATACMNS-1200 - Absent parameters cause NPE in ClassGeneratingEntityInstantiator.
|
||||
* DATACMNS-1199 - Add PropertyPath.nested(…).
|
||||
* DATACMNS-1198 - Add PropertyPath.getLeafType().
|
||||
* DATACMNS-1197 - Adding kotlin property to (extension) interface yields IllegalArgumentException on invocation.
|
||||
* DATACMNS-1196 - Failing generic type resolution of generic types within nested generic fields.
|
||||
* DATACMNS-1193 - Typo in documentation and JavaDoc of PageableDefaults.
|
||||
* DATACMNS-1191 - Avoid unnecessary conversion invocation after Optional unwrapping.
|
||||
* DATACMNS-1190 - Add documentation section about ways to enforce nullability constraints in repositories.
|
||||
* DATACMNS-1188 - Reflect CrudRepository naming and API changes in reference documentation.
|
||||
* DATACMNS-1187 - Broken links in query-by-example sections in reference documentation.
|
||||
* DATACMNS-1186 - Release 2.1 M1 (Lovelace).
|
||||
* DATACMNS-1180 - AbstractPersistentProperty.getGetter() returns null if the return type of the getter is a generic type.
|
||||
* DATACMNS-1158 - Make ProjectionFactory configurable by module implementations.
|
||||
* DATACMNS-901 - Potential deadlock in AbstractMappingContext when creating bean while application event is being fired.
|
||||
* DATACMNS-563 - When true setOneIndexedParameters still behaves as false in the links of the json response.
|
||||
|
||||
|
||||
Changes in version 2.0.3.RELEASE (2018-01-24)
|
||||
---------------------------------------------
|
||||
* DATACMNS-1249 - Fix line endings.
|
||||
|
||||
Reference in New Issue
Block a user