File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data MongoDB Changelog
2
2
=============================
3
3
4
+ Changes in version 2.1.4.RELEASE (2019-01-10)
5
+ ---------------------------------------------
6
+ * DATAMONGO-2181 - ReactiveMongoRepository.saveAll(…) does not consider collection name for new entities.
7
+ * DATAMONGO-2179 - CreatedDate is null for entities using optimistic locking via version property when saving/inserting in batch.
8
+ * DATAMONGO-2175 - Update copyright years to 2019.
9
+ * DATAMONGO-2174 - InvalidPersistentPropertyPath with @Version.
10
+ * DATAMONGO-2173 - CursorReadingTask.start() doesn't pass exceptions to configured errorHandler.
11
+ * DATAMONGO-2170 - IndexInfo.partialFilterExpression should be null (not an empty String) when undefined.
12
+ * DATAMONGO-2156 - Remove javax.xml.bind dependency from ExpressionEvaluatingParameterBinder.
13
+ * DATAMONGO-2155 - Map field is renamed if the Map associates a value-type with a similar field.
14
+ * DATAMONGO-2150 - Auditing broken for entities using optimistic locking via version properties in reactive mongo.
15
+ * DATAMONGO-2149 - Target bean of type java.lang.Integer is not of type of the persistent entity.
16
+ * DATAMONGO-2148 - Add logging for MongoTemplate.count(…).
17
+ * DATAMONGO-2145 - Release 2.1.4 (Lovelace SR4).
18
+
19
+
4
20
Changes in version 2.0.13.RELEASE (2019-01-10)
5
21
----------------------------------------------
6
22
* DATAMONGO-2175 - Update copyright years to 2019.
You can’t perform that action at this time.
0 commit comments