Skip to content

Commit fbf9ed3

Browse files
committed
DATACMNS-1321 - Updated changelog.
1 parent ea8cf8c commit fbf9ed3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/main/resources/changelog.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 2.1.0.RC1 (2018-07-26)
5+
-----------------------------------------
6+
* DATACMNS-1357 - Use shared DefaultConversionService in ProxyProjectionFactory and ResultProcessor.
7+
* DATACMNS-1354 - Allow overriding the fallback IsNewStrategy for a BasicPersistentEntity.
8+
* DATACMNS-1345 - Nullpointer Exception for optional mappingContext in the RepositoryFactoryBeanSupport.
9+
* DATACMNS-1342 - TypeInformation.isCollectionLike() does not consider Streamable.
10+
* DATACMNS-1341 - Detect JDK proxy target class in ProxyUtils.
11+
* DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes.
12+
* DATACMNS-1336 - Warning logs for JodaTime converters.
13+
* DATACMNS-1333 - Unify is-new-detection for entities in mapping package.
14+
* DATACMNS-1328 - DefaultRepositoryInvokerFactory throws ConcurrentModificationException with Java9.
15+
* DATACMNS-1327 - int overflow in AbstractPageRequest#getOffset().
16+
* DATACMNS-1326 - PersistentPropertyInspectingIsNewStrategy does not consider primitive defaults new.
17+
* DATACMNS-1325 - Add IdentifierAccessor for Persistable.
18+
* DATACMNS-1324 - Add extensible proxy detection infrastructure.
19+
* DATACMNS-1322 - Add support for immutable objects in PersistentPropertyAccessor.
20+
* DATACMNS-1321 - Release 2.1 RC1 (Lovelace).
21+
* DATACMNS-1318 - Support for primitive aggregate references.
22+
* DATACMNS-1304 - PropertyPath is created wrong for property with uppercase letters at the end.
23+
* DATACMNS-983 - Support for Vavr's Try as query method return value.
24+
25+
426
Changes in version 2.0.8.RELEASE (2018-06-13)
527
---------------------------------------------
628
* DATACMNS-1338 - Unable to use secondary @PersistenceConstructor with Kotlin data classes.

0 commit comments

Comments
 (0)