Mark Paluch
875b8eda9f
DATAMONGO-2570 - Polishing.
...
Add assertions. Use method references where possible.
Original pull request: #871 .
2020-06-22 10:40:04 +02:00
Mehran Behnam
fc0a021937
DATAMONGO-2570 - Change type of count variable to primitive.
...
Avoiding unintentional unboxing.
Original pull request: #871 .
2020-06-22 10:40:04 +02:00
Mark Paluch
a6aa174ff5
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 13:32:40 +02:00
Mark Paluch
8b36617752
DATAMONGO-2543 - After release cleanups.
2020-06-10 14:29:28 +02:00
Mark Paluch
56e8799c22
DATAMONGO-2543 - Prepare next development iteration.
2020-06-10 14:29:25 +02:00
Mark Paluch
88e60070d6
DATAMONGO-2543 - Release version 3.0.1 (Neumann SR1).
2020-06-10 14:02:26 +02:00
Mark Paluch
6c7039580f
DATAMONGO-2543 - Prepare 3.0.1 (Neumann SR1).
2020-06-10 14:01:58 +02:00
Mark Paluch
fba003f215
DATAMONGO-2543 - Updated changelog.
2020-06-10 14:01:47 +02:00
Mark Paluch
1a3239554c
DATAMONGO-2533 - Updated changelog.
2020-06-10 12:30:00 +02:00
Mark Paluch
37b541931d
DATAMONGO-2532 - Updated changelog.
2020-06-10 11:48:56 +02:00
Mark Paluch
9038280f68
DATAMONGO-2565 - Polishing.
...
Add unit test to verify behavior. Cleanup code.
Original pull request: #869 .
2020-06-10 10:15:12 +02:00
BraveLeeLee
75935a2bdb
DATAMONGO-2565 - Evaluate correct expression when obtaining collation from MongoPersistentEntity.
...
Original pull request: #869 .
2020-06-10 10:14:34 +02:00
Mark Paluch
d9ca3d7eb3
DATAMONGO-2562 - Polishing.
...
Fix typo in exception message.
2020-06-09 11:18:33 +02:00
Mark Paluch
04e77ad5ab
DATAMONGO-2562 - Fix return type detection for suspended Kotlin methods.
...
See DATACMNS-1738 for further reference.
2020-06-09 11:18:33 +02:00
Mark Paluch
0ab39a17a7
DATAMONGO-2560 - Upgrade MongoDB drivers to 4.0.4.
2020-06-08 15:59:02 +02:00
Mark Paluch
49a6f13797
DATAMONGO-2542 - Polishing.
...
Fix nullable annotation.
Original pull request: #863 .
2020-05-26 10:32:39 +02:00
Christoph Strobl
b0fd6f691b
DATAMONGO-2542 - Shortcut PersistentPropertyPath resolution during query mapping.
...
By shortcutting the path resolution we avoid checking keywords like $in against a potential path expression.
Original pull request: #863 .
2020-05-26 10:32:39 +02:00
Mark Paluch
b5778772d9
DATAMONGO-2545 - Polishing.
...
Fix warnings and typos.
Original pull request: #864 .
2020-05-26 10:14:27 +02:00
Christoph Strobl
0f55fb305d
DATAMONGO-2545 - Fix full Query Document binding resulting from SpEL.
...
We reenabled annotated queries using a SpEL expression resulting in the actual query document.
Original pull request: #864 .
2020-05-26 10:14:27 +02:00
Christoph Strobl
5ae7547465
DATAMONGO-2545 - Fix regression in String query SpEL parameter binding.
...
We reenabled parameter binding within SpEL using query parameter placeholders ?0, ?1,... instead of their array index [0],[1],...
Original pull request: #864 .
2020-05-26 10:14:27 +02:00
Christoph Strobl
cf4e04a30e
DATAMONGO-2547 - Use target class ClassLoader instead of default CL when creating proxy instances.
...
Original pull request: #865 .
2020-05-26 08:56:09 +02:00
Mark Paluch
89c1dc77d9
DATAMONGO-2553 - Fix reference documentation links.
...
Remove links to removed documentations sections.
2020-05-19 11:36:44 +02:00
Mark Paluch
a2c842b59b
DATAMONGO-2534 - After release cleanups.
2020-05-12 12:56:12 +02:00
Mark Paluch
0cd0be9478
DATAMONGO-2534 - Prepare next development iteration.
2020-05-12 12:40:53 +02:00
Mark Paluch
f88d1de068
DATAMONGO-2534 - Release version 3.0 GA (Neumann).
2020-05-12 12:28:23 +02:00
Mark Paluch
62bfde2b6b
DATAMONGO-2534 - Prepare 3.0 GA (Neumann).
2020-05-12 12:27:59 +02:00
Mark Paluch
93a27f80a3
DATAMONGO-2534 - Updated changelog.
2020-05-12 12:27:47 +02:00
Christoph Strobl
c2b0090ff1
DATAMONGO-2541 - Upgrade to MongoDB 4.0.3 Drivers.
2020-05-11 17:00:39 +02:00
Florian Bernard
0345abb5f8
DATAMONGO-2509 - Add missing Query constructor in reference documentation.
...
Original pull request: #846 .
2020-05-06 11:52:16 +02:00
Mark Paluch
35196e3129
DATAMONGO-2509 - Polishing.
...
Fix typos, improve wording. Reworks documentation specific to MongoDB 3 and 4.
Original pull request: #853 .
2020-05-06 11:46:29 +02:00
Christoph Strobl
37d99c4948
DATAMONGO-2509 - Update Javadoc.
...
Original pull request: #853 .
2020-05-06 11:21:11 +02:00
Christoph Strobl
288e04b2d3
DATAMONGO-2509 - Update Reference Documentation.
...
Related to: DATAMONGO-365, DATAMONGO-384, DATAMONGO-2192, DATAMONGO-2407
Original pull request: #853 .
2020-05-06 11:21:02 +02:00
Greg Turnquist
689c1480bd
DATAMONGO-2535 - Remove Travis CI.
2020-05-04 15:09:00 -05:00
Mark Paluch
09fbe6060e
DATAMONGO-2503 - After release cleanups.
2020-04-28 15:11:43 +02:00
Mark Paluch
d5cf3dfc22
DATAMONGO-2503 - Prepare next development iteration.
2020-04-28 15:11:42 +02:00
Mark Paluch
0f987f44ef
DATAMONGO-2503 - Release version 3.0 RC2 (Neumann).
2020-04-28 15:03:53 +02:00
Mark Paluch
5df22233d8
DATAMONGO-2503 - Prepare 3.0 RC2 (Neumann).
2020-04-28 15:03:33 +02:00
Mark Paluch
9751c6bc8b
DATAMONGO-2503 - Updated changelog.
2020-04-28 15:03:26 +02:00
Mark Paluch
7dc509953a
DATAMONGO-2500 - Updated changelog.
2020-04-28 14:46:50 +02:00
Mark Paluch
2f4f1e524d
DATAMONGO-2484 - Updated changelog.
2020-04-28 11:59:01 +02:00
Christoph Strobl
26ddf9d59f
DATAMONGO-2531 - Fix MongoClientSettings UUID configuration hook in MongoConfigurationSupport.
...
Client code overriding configureClientSettings does not automatically remove the default UUidRepresentation settings.
2020-04-27 09:30:37 +02:00
Mark Paluch
96ff4e1d14
DATAMONGO-2461 - Polishing.
...
Remove superfluous Test annotation as RepeatFailedTest acts as a TestTemplate so adding the Test annotation causes the test to run twice.
2020-04-24 09:03:18 +02:00
Mark Paluch
2af13c27a7
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 14:57:52 +02:00
Mark Paluch
f4d2fc6231
DATAMONGO-2504 - Polishing.
...
Update equals/hashCode implementation to use the Spring Data form. Make fields final where possible. Use diamond syntax. Reorder methods. Reformat code. Extend tests.
Original pull request: #848 .
2020-04-23 12:24:26 +02:00
ddebray
3ab679bcc7
DATAMONGO-2504 - Add hashCode and equals to TextCriteria and Term.
...
Original pull request: #848 .
2020-04-23 12:24:10 +02:00
Mark Paluch
318d552797
DATAMONGO-2505 - Polishing.
...
Simplify operators. Remove Lombok usage from newly introduced code. Update reference documentation. Reformat code.
Original pull request: #854 .
2020-04-23 12:02:46 +02:00
Mathieu Ouellet
8cfbd39c7e
DATAMONGO-2505 - Deferred Database retrieval from ReactiveMongoDatabaseFactory.
...
Change ReactiveMongoDatabaseFactory#getMongoDatabase() methods return Mono to enable access to the subscriber context.
Original pull request: #854 .
2020-04-23 12:02:15 +02:00
Christoph Strobl
3a14af5485
DATAMONGO-2513 - Fix Eq aggregation operator comparing collection values.
...
Original pull request: #855 .
2020-04-22 11:46:49 +02:00
Mark Paluch
00034d899a
DATAMONGO-2516 - Polishing.
...
Reflect nullability change in TextScore Javadoc. Update documentation.
Original pull request: #856 .
2020-04-22 11:12:50 +02:00
Christoph Strobl
fba6d7d8be
DATAMONGO-2516 - Assert compatibility with MongoDB 4.4-rc0.
...
Fixes:
- Fields list must not contain text search score property when no $text criteria present.
- Sort must not be an empty document when running map reduce.
- Timeout in tests creating indexes.
Changes:
- score property might now be null when not having a $text criteria present. Was zero before.
Original pull request: #856 .
2020-04-22 11:12:29 +02:00