|
|
|
@ -1,6 +1,12 @@ |
|
|
|
Spring Data MongoDB Changelog |
|
|
|
Spring Data MongoDB Changelog |
|
|
|
============================= |
|
|
|
============================= |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 2.1.14.RELEASE (2019-12-04) |
|
|
|
|
|
|
|
---------------------------------------------- |
|
|
|
|
|
|
|
* DATAMONGO-2421 - Release 2.1.14 (Lovelace SR14). |
|
|
|
|
|
|
|
* DATAMONGO-2410 - Using BasicDBObject as an entity caused java.lang.ClassCastException in runtime. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes in version 2.2.2.RELEASE (2019-11-18) |
|
|
|
Changes in version 2.2.2.RELEASE (2019-11-18) |
|
|
|
--------------------------------------------- |
|
|
|
--------------------------------------------- |
|
|
|
* DATAMONGO-2414 - ReactiveGridFsResource.getDownloadStream(…) hang if completion happens on event loop. |
|
|
|
* DATAMONGO-2414 - ReactiveGridFsResource.getDownloadStream(…) hang if completion happens on event loop. |
|
|
|
@ -2814,3 +2820,4 @@ Repository |
|
|
|
* Namespace support for Mongo repositories |
|
|
|
* Namespace support for Mongo repositories |
|
|
|
* Allow usage of pagination and sorting with repositories |
|
|
|
* Allow usage of pagination and sorting with repositories |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|