Jens Schauder
00bbf439c0
DATAMONGO-2422 - Updated changelog.
2019-12-04 14:32:47 +01:00
Jens Schauder
87476f9a91
DATAMONGO-2421 - After release cleanups.
2019-12-04 12:03:52 +01:00
Jens Schauder
7bcf686b40
DATAMONGO-2421 - Prepare next development iteration.
2019-12-04 12:03:50 +01:00
Jens Schauder
8e51d005d5
DATAMONGO-2421 - Release version 2.1.14 (Lovelace SR14).
2019-12-04 11:42:03 +01:00
Jens Schauder
1940a5c2c2
DATAMONGO-2421 - Prepare 2.1.14 (Lovelace SR14).
2019-12-04 11:40:56 +01:00
Jens Schauder
5a274029d7
DATAMONGO-2421 - Updated changelog.
2019-12-04 11:40:47 +01:00
Mark Paluch
c342bf266e
DATAMONGO-2410 - Polishing.
...
Simplify cast. Extend test with DBObject interface.
Original pull request: #813 .
2019-12-04 08:58:36 +01:00
Christoph Strobl
11baf455d2
DATAMONGO-2410 - Fix Document to BasicDBObject conversion.
...
Original pull request: #813 .
2019-12-04 08:58:09 +01:00
Mark Paluch
05882813ac
DATAMONGO-2402 - Updated changelog.
2019-11-18 12:43:27 +01:00
Mark Paluch
bd3f26c928
DATAMONGO-2401 - After release cleanups.
2019-11-18 12:10:53 +01:00
Mark Paluch
5555aa970b
DATAMONGO-2401 - Prepare next development iteration.
2019-11-18 12:10:52 +01:00
Mark Paluch
e74fe05abd
DATAMONGO-2401 - Release version 2.1.13 (Lovelace SR13).
2019-11-18 12:01:05 +01:00
Mark Paluch
d579254fbc
DATAMONGO-2401 - Prepare 2.1.13 (Lovelace SR13).
2019-11-18 12:00:43 +01:00
Mark Paluch
71c8e4cc02
DATAMONGO-2401 - Updated changelog.
2019-11-18 12:00:36 +01:00
Mark Paluch
a087c7d17c
DATAMONGO-2409 - Polishing.
...
Adapt also ExecutableFindOperation.DistinctWithProjection.asType() to return the appropriate TerminatingDistinct.
Original pull request: #805 .
2019-11-11 10:22:43 +01:00
Christoph Strobl
90cec275a6
DATAMONGO-2409 - Fix return type of Kotlin extension function for ReactiveFindOperation.DistinctWithProjection.asType().
...
Original pull request: #805 .
2019-11-11 10:22:43 +01:00
Christoph Strobl
e4eefe577d
DATAMONGO-2382 - Updated changelog.
2019-11-04 15:39:58 +01:00
Christoph Strobl
b57a6612f6
DATAMONGO-2381 - After release cleanups.
2019-11-04 10:26:37 +01:00
Christoph Strobl
62b2d54e0d
DATAMONGO-2381 - Prepare next development iteration.
2019-11-04 10:26:35 +01:00
Christoph Strobl
aff823da57
DATAMONGO-2381 - Release version 2.1.12 (Lovelace SR12).
2019-11-04 09:29:50 +01:00
Christoph Strobl
d45b630724
DATAMONGO-2381 - Prepare 2.1.12 (Lovelace SR12).
2019-11-04 09:29:05 +01:00
Christoph Strobl
fc8c97aeb0
DATAMONGO-2381 - Updated changelog.
2019-11-04 09:29:00 +01:00
Mark Paluch
004e7f01b2
DATAMONGO-2388 - Polishing.
...
Use StringJoiner to create comma-delimited String.
Original pull request: #797 .
2019-10-28 10:58:01 +01:00
Christoph Strobl
5c80ee0087
DATAMONGO-2388 - Fix CodecConfigurationException when reading index info that contains DbRef.
...
Provide the default CodecRegistry when converting partial index data to its String representation used in IndexInfo.
Original pull request: #797 .
2019-10-28 10:48:55 +01:00
Mark Paluch
adb9dc29a2
DATAMONGO-2334 - Updated changelog.
2019-09-30 19:58:07 +02:00
Mark Paluch
6eb6feadbb
DATAMONGO-2333 - After release cleanups.
2019-09-30 11:15:26 +02:00
Mark Paluch
166aab39c4
DATAMONGO-2333 - Prepare next development iteration.
2019-09-30 11:15:25 +02:00
Mark Paluch
fa94c22c2a
DATAMONGO-2333 - Release version 2.1.11 (Lovelace SR11).
2019-09-30 11:04:23 +02:00
Mark Paluch
e0f88a8b84
DATAMONGO-2333 - Prepare 2.1.11 (Lovelace SR11).
2019-09-30 11:04:00 +02:00
Mark Paluch
59aa8051d3
DATAMONGO-2333 - Updated changelog.
2019-09-30 11:03:56 +02:00
Mark Paluch
205a06e79a
DATAMONGO-2377 - Polishing.
...
Reformat code.
Original pull request: #792 .
2019-09-25 13:36:26 +02:00
Christoph Strobl
899b43a29b
DATAMONGO-2377 - Fix handling of $$value and $$this in field exposing aggregation.
...
Internal field references to $$this and $$value are now no longer mapped against exposed fields which had caused errors before.
Original pull request: #792 .
2019-09-25 13:36:26 +02:00
Christoph Strobl
0f0a4ed31b
DATAMONGO-1731 - Improve update & upsert documentation.
2019-09-23 13:36:03 +02:00
Mark Paluch
9acc8d5268
DATAMONGO-2360 - Polishing.
...
Apply index hints in ReactiveMongoTemplate.count(…).
Original pull request: #788 .
2019-09-19 14:55:06 +02:00
Christoph Strobl
313ffb5426
DATAMONGO-2360 - Apply query hint to count queries.
...
Original pull request: #788 .
2019-09-19 14:41:50 +02:00
Mark Paluch
dc859953f4
DATAMONGO-2374 - Polishing.
...
Reformat code.
Original pull request: #791 .
2019-09-19 14:17:30 +02:00
Christoph Strobl
bc29f2b24e
DATAMONGO-2374 - Fix simple type result handling for repository query methods.
...
Original pull request: #791 .
2019-09-19 14:17:09 +02:00
Christoph Strobl
686cdac73f
DATAMONGO-2366 - Polishing.
...
Fix typo in reference documentation and add note on error handling.
Original Pull Request: #790
2019-09-19 11:47:21 +02:00
Mark Paluch
b7b339577b
DATAMONGO-2366 - Consistently handle exceptions in CursorReadingTask.
...
Exceptions during CursorReadingTask startup and during polling are handled now by the same exception handling to handle Exceptions only once and notify ErrorHandler exactly once per exception.
Previously, startup exceptions relied on exception handling in the execute closure and notified ErrorHandler potentially multiple times.
Original Pull Request: #790
2019-09-19 11:34:58 +02:00
Franz van Betteraey
2166a6e953
DATAMONGO-2361 - Fix @Document reference documentation.
...
Original pull request: #787 .
2019-09-13 10:53:15 +02:00
Mark Paluch
3c601a699a
DATAMONGO-2335 - Updated changelog.
2019-09-06 10:22:55 +02:00
Christoph Strobl
37211fc6d7
DATAMONGO-2310 - Update documentation for TypedAggregation.
2019-09-05 13:02:30 +02:00
Christoph Strobl
a45c9040c4
DATAMONGO-2348 - Update documentation of version property handling.
2019-09-05 10:47:24 +02:00
Christoph Strobl
23c0a07b93
DATAMONGO-2354 - Polishing.
...
Same as with FindPublisherPreparer the CursorPreparer needs to be public because it is used in one of the protected methods of MongoTemplate.
Original Pull Request: #784
2019-09-04 13:30:05 +02:00
kostya05983
f3a7d6a20e
DATAMONGO-2354 - Change visibility of FindPublisherPreparer.
...
The FindPublisherPreparer is used in an protected method of ReactiveMongoTemplate and needs to be public to allow overriding.
Original Pull Request: #784
2019-09-04 13:17:33 +02:00
Mark Paluch
0d22d831f8
DATAMONGO-2352 - Polishing.
...
Apply typo fixes also to ReactiveMongoOperations.
Original pull request: #782 .
2019-09-03 11:28:37 +02:00
Ryan Cloherty
6b0e2ab5de
DATAMONGO-2352 - Fix documentation typos.
...
Original pull request: #782 .
2019-09-03 11:28:37 +02:00
Mark Paluch
5d02b84856
DATAMONGO-2349 - Polishing.
...
Reformat code. Remove duplicate simple types.
Original pull request: #783 .
2019-09-03 08:58:10 +02:00
Christoph Strobl
93e911985e
DATAMONGO-2349 - Fix converter registration for java.time types.
...
The MongoDB Java Driver does not handle java.time types. Therefore those must not be considered simple types.
The behavior was changed by DATACMNS-1294 forcing usage of Reading & WritingConverter annotations to disambiguate converter direction.
This commit restores the converter registration to the state before the change in Spring Data Commons.
Original pull request: #783 .
2019-09-03 08:58:05 +02:00
Christoph Strobl
e7faa1a1ec
DATAMONGO-2351 - Fix test setup for indices with collations.
...
This avoids errors in text execution switching back from a newer version that may leave incompatible data (collation option) in one of the collections.
Original Pull Request: #781
2019-08-23 10:37:58 +02:00