Michal Kurcius
25840d61fc
DATAMONGO-2613 - Fix single element ArrayJsonSchemaObject to document mapping.
...
Now toDocument calls toDocument on items correctly.
Original Pull Request: #883
2020-08-20 10:07:04 +02:00
Mark Paluch
553912a380
DATAMONGO-2594 - Updated changelog.
2020-08-12 13:25:50 +02:00
Mark Paluch
b418fa16e5
DATAMONGO-2579 - Updated changelog.
2020-08-12 12:01:21 +02:00
Mark Paluch
2f627cc02d
DATAMONGO-2568 - Updated changelog.
2020-07-22 10:38:00 +02:00
Mark Paluch
ba1b769c1a
DATAMONGO-2567 - Updated changelog.
2020-07-22 10:08:46 +02:00
Mark Paluch
47747aca8d
DATAMONGO-2566 - After release cleanups.
2020-07-22 09:42:54 +02:00
Mark Paluch
ce8a97b1e5
DATAMONGO-2566 - Prepare next development iteration.
2020-07-22 09:42:51 +02:00
Mark Paluch
a567cb1f7b
DATAMONGO-2566 - Release version 2.1.19 (Lovelace SR19).
2020-07-22 09:31:41 +02:00
Mark Paluch
b42081f05b
DATAMONGO-2566 - Prepare 2.1.19 (Lovelace SR19).
2020-07-22 09:31:14 +02:00
Mark Paluch
9380cfea08
DATAMONGO-2566 - Updated changelog.
2020-07-22 09:31:02 +02:00
Mark Paluch
3466281a8b
DATAMONGO-2544 - Updated changelog.
2020-06-25 12:00:18 +02:00
Mark Paluch
26e8b3a8ec
DATAMONGO-2570 - Polishing.
...
Add assertions. Use method references where possible.
Original pull request: #871 .
2020-06-22 10:40:23 +02:00
Mehran Behnam
b0814d334f
DATAMONGO-2570 - Change type of count variable to primitive.
...
Avoiding unintentional unboxing.
Original pull request: #871 .
2020-06-22 10:40:23 +02:00
Mark Paluch
33624fcc6a
DATAMONGO-2572 - Remove usage of Oppressive Language.
...
Replaced blacklist with denylist and introduce meta keyword SECONDARY_READS as we no longer use MongoDB API with the initial replication concept.
Original Pull Request: #870
2020-06-17 14:03:40 +02:00
Mark Paluch
7e63897b87
DATAMONGO-2543 - Updated changelog.
2020-06-10 14:30:58 +02:00
Mark Paluch
2c446f5693
DATAMONGO-2533 - Updated changelog.
2020-06-10 12:29:58 +02:00
Mark Paluch
e05dffec18
DATAMONGO-2532 - After release cleanups.
2020-06-10 11:21:37 +02:00
Mark Paluch
47dd74b8d6
DATAMONGO-2532 - Prepare next development iteration.
2020-06-10 11:21:31 +02:00
Mark Paluch
c7e4673e29
DATAMONGO-2532 - Release version 2.1.18 (Lovelace SR18).
2020-06-10 10:53:41 +02:00
Mark Paluch
9d694dbdd5
DATAMONGO-2532 - Prepare 2.1.18 (Lovelace SR18).
2020-06-10 10:53:13 +02:00
Mark Paluch
74179a9af9
DATAMONGO-2532 - Updated changelog.
2020-06-10 10:53:01 +02:00
Christoph Strobl
c1c5e3bdbb
DATAMONGO-2547 - Use target class ClassLoader instead of default CL when creating proxy instances.
...
Original pull request: #865 .
2020-05-26 08:55:47 +02:00
Greg Turnquist
24978577cc
DATAMONGO-2535 - Remove Travis CI.
2020-05-04 15:09:31 -05:00
Mark Paluch
c43ae822be
DATAMONGO-2503 - Updated changelog.
2020-04-28 15:12:26 +02:00
Mark Paluch
881a69864f
DATAMONGO-2500 - Updated changelog.
2020-04-28 14:46:52 +02:00
Mark Paluch
dc054a793f
DATAMONGO-2484 - After release cleanups.
2020-04-28 11:55:28 +02:00
Mark Paluch
f048fb6800
DATAMONGO-2484 - Prepare next development iteration.
2020-04-28 11:55:27 +02:00
Mark Paluch
20fdb0e63c
DATAMONGO-2484 - Release version 2.1.17 (Lovelace SR17).
2020-04-28 11:32:50 +02:00
Mark Paluch
7e3ff86d36
DATAMONGO-2484 - Prepare 2.1.17 (Lovelace SR17).
2020-04-28 11:32:27 +02:00
Mark Paluch
54c9933535
DATAMONGO-2484 - Updated changelog.
2020-04-28 11:32:19 +02:00
Mark Paluch
1f07a3eb29
DATAMONGO-2529 - Ensure that MappingMongoConverter.read(…) is never called with null.
...
Previously, various methods attempted to pass a null argument as source for the converter. The API is non-null and implementations relying on these constraints were easily breakable.
We now make sure that the source is never null.
2020-04-23 15:25:51 +02:00
Mark Paluch
76f4328498
DATAMONGO-2492 - Updated changelog.
2020-03-31 15:08:50 +02:00
Mark Paluch
c572ca4e3b
DATAMONGO-2485 - Updated changelog.
2020-03-25 10:59:48 +01:00
Christoph Strobl
f1d214b87d
DATAMONGO-2300 - Polishing.
...
Move null check to event publishing logic.
Original Pull Request: #763
2020-03-23 10:12:48 +01:00
Heesu Jung
f4854a15f9
DATAMONGO-2300 - Add check rawType is null in readMap.
...
Original Pull Request: #763
2020-03-23 10:12:12 +01:00
Mark Paluch
b491d6ce81
DATAMONGO-2497 - Update documentation regarding @Transient properties usage in the persistence constructor.
2020-03-19 15:37:42 +01:00
Jens Schauder
0b482f8dcf
DATAMONGO-2473 - Updated changelog.
2020-03-11 09:59:32 +01:00
Mark Paluch
9f1b27c305
DATAMONGO-2453 - Updated changelog.
2020-02-26 11:55:06 +01:00
Mark Paluch
b6e69606b1
DATAMONGO-2452 - After release cleanups.
2020-02-26 11:25:51 +01:00
Mark Paluch
0429ea69fa
DATAMONGO-2452 - Prepare next development iteration.
2020-02-26 11:25:50 +01:00
Mark Paluch
383b7031dd
DATAMONGO-2452 - Release version 2.1.16 (Lovelace SR16).
2020-02-26 11:11:48 +01:00
Mark Paluch
e8f0ed8d59
DATAMONGO-2452 - Prepare 2.1.16 (Lovelace SR16).
2020-02-26 11:11:28 +01:00
Mark Paluch
f90d30472b
DATAMONGO-2452 - Updated changelog.
2020-02-26 11:11:23 +01:00
Mark Paluch
cec1c8305a
DATAMONGO-2456 - Updated changelog.
2020-02-12 15:05:03 +01:00
Mark Paluch
cd714b1ba8
DATAMONGO-2079 - MappingMongoConverter no longer implements ValueResolver.
...
MappingMongoConverter no longer implements a package-private interface so that converter instances can be proxied.
Original Pull Request: #832
2020-02-04 14:52:56 +01:00
Mark Paluch
0a83eec8b2
DATAMONGO-2464 - Polishing.
...
Apply fix also to reactive MongoDB repository documentation.
Original pull request: #816 .
2020-02-03 11:34:09 +01:00
LiangYong
3a28fb18f6
DATAMONGO-2464 - Fix code examples in reference documentation.
...
fixed repository miss "{" issue.
Original pull request: #816 .
2020-02-03 11:34:09 +01:00
Mark Paluch
6e65d2fd1d
DATAMONGO-2457 - Polishing.
...
Slightly tweak wording.
Original pull request: #829 .
2020-01-29 09:51:31 +01:00
Christoph Strobl
8d63c10e07
DATAMONGO-2459 - Add sample for passing on limit and offset using reactive repositories.
...
Original pull request: #829 .
2020-01-29 09:47:31 +01:00
Christoph Strobl
aee5f71229
DATAMONGO-2457 - Fix id type explanation in repository documentation.
...
Original pull request: #829 .
2020-01-29 09:47:30 +01:00