Mark Paluch
56697545a3
DATAMONGO-2641 - Updated changelog.
2020-10-28 11:32:27 +01:00
Robin Dupret
76eecc443e
DATAMONGO-2638 - Fix list item rendering in reference documentation.
...
Original Pull Request: #885
2020-10-27 13:31:45 +01:00
LiangYong
1f81806809
DATAMONGO-2638 - Fix aggregation input parameter syntax in reference documentation.
...
Original Pull Request: #881
2020-10-27 13:31:35 +01:00
Christoph Strobl
20f702512b
DATAMONGO-2626 - Prepare 3.1 RC2 (2020.0.0).
2020-10-14 14:27:37 +02:00
Christoph Strobl
ad77f23364
DATAMONGO-2626 - Updated changelog.
2020-10-14 14:27:30 +02:00
Christoph Strobl
0ef852a8fc
DATAMONGO-2623 - Add support for $function and $accumulator aggregation operators.
...
Original pull request: #887 .
2020-10-07 09:50:51 +02:00
Mark Paluch
4548d07826
DATAMONGO-2596 - Polishing.
...
Refactor KPropertyPath.toString() into KProperty.asPath() extension function to allow rendering simple properties and property paths into a String property path.
Original pull request: #880 .
2020-10-06 10:18:52 +02:00
Mark Paluch
6034fc1cbd
DATAMONGO-2608 - Prepare 3.1 RC1 (2020.0.0).
2020-09-16 13:57:08 +02:00
Mark Paluch
61f4770b4a
DATAMONGO-2608 - Updated changelog.
2020-09-16 13:56:57 +02:00
Mark Paluch
c9cfe7acd6
DATAMONGO-2609 - Updated changelog.
2020-09-16 12:16:30 +02:00
Mark Paluch
415ceeef63
DATAMONGO-2593 - Updated changelog.
2020-09-16 11:20:07 +02:00
Mark Paluch
1bdcb88430
DATAMONGO-2592 - Updated changelog.
2020-09-16 10:38:57 +02:00
Mark Paluch
90aa7b8f89
DATAMONGO-2594 - Updated changelog.
2020-08-12 13:25:47 +02:00
Mark Paluch
fd25f39236
DATAMONGO-2579 - Prepare 3.1 M2 (2020.0.0).
2020-08-12 11:51:40 +02:00
Mark Paluch
a7e3ed2e37
DATAMONGO-2579 - Updated changelog.
2020-08-12 11:51:28 +02:00
Mark Paluch
5795a507bd
DATAMONGO-1836 - Polishing.
...
Revert constructor change of AggregationOptions to not break existing code. Update since tags. Reformat code.
Align visibility of AggregationOptionsTests with JUnit 5 rules. Update documentation.
Original pull request: #878 .
2020-08-06 11:25:41 +02:00
Mark Paluch
2ea3ceda2d
DATAMONGO-2598 - Polishing.
...
Original pull request: #872 .
2020-07-28 15:21:05 +02:00
Jay Bryant
6a43f28466
DATAMONGO-2598 - Wording changes.
...
Removed the language of oppression and violence
and replaced it with more neutral language.
Note that problematic words in the code have
to remain in the docs until the code changes.
Original pull request: #872 .
2020-07-28 15:20:55 +02:00
Mark Paluch
41607b10d0
DATAMONGO-1894 - Introduce cached ExpressionParser.
...
Original Pull Request: #874
2020-07-22 14:01:47 +02:00
Mark Paluch
430c166a2b
DATAMONGO-2568 - Updated changelog.
2020-07-22 10:37:57 +02:00
Mark Paluch
79c647a4d8
DATAMONGO-2567 - Updated changelog.
2020-07-22 10:08:43 +02:00
Mark Paluch
1b5a22730b
DATAMONGO-2566 - Updated changelog.
2020-07-22 09:44:28 +02:00
Christoph Strobl
a8a364c2de
DATAMONGO-2586 - Polishing.
...
Add tests to ensure no reactive auditing callback is registered when using imperative configuration and vice versa.
Update wording and minor code style tweaks.
Original Pull Request: #877
2020-07-17 11:09:35 +02:00
Mark Paluch
6bafcea539
DATAMONGO-2586 - Add support for reactive auditing.
...
We now provide a fully reactive variant for auditing with EnableReactiveMongoAuditing.
Original Pull Request: #877
2020-07-17 10:42:41 +02:00
Mark Paluch
a70629697b
DATAMONGO-2544 - Prepare 3.1 M1 (2020.0.0).
2020-06-25 11:48:19 +02:00
Mark Paluch
d52785533d
DATAMONGO-2544 - Updated changelog.
2020-06-25 11:48:10 +02:00
Mark Paluch
da7fc927fa
DATAMONGO-2558 - Add integration test for RxJava 3 repositories.
...
Update Javadoc and reference documentation.
Original pull request: #866 .
2020-06-21 20:03:30 +02:00
Mark Paluch
837b333d7a
DATAMONGO-2543 - Updated changelog.
2020-06-10 14:30:55 +02:00
Mark Paluch
ffd4166b65
DATAMONGO-2533 - Updated changelog.
2020-06-10 12:29:55 +02:00
Mark Paluch
083050fc3c
DATAMONGO-2532 - Updated changelog.
2020-06-10 11:48:52 +02:00
Mark Paluch
8b50778350
DATAMONGO-2553 - Fix reference documentation links.
...
Remove links to removed documentations sections.
2020-05-19 11:36:37 +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
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
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
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
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
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
Mark Paluch
dd336f0ecb
DATAMONGO-2492 - Prepare 3.0 RC1 (Neumann).
2020-03-31 14:59:20 +02:00
Mark Paluch
d020219ded
DATAMONGO-2492 - Updated changelog.
2020-03-31 14:59:15 +02:00
Mark Paluch
1118df5550
DATAMONGO-2477 - Polishing.
...
Remove warn log for auto-index creation. Remove unused fields. Document index creation in reference documentation.
Original pull request: #845 .
2020-03-26 15:14:03 +01:00
Christoph Strobl
29f05af733
DATAMONGO-2477 - Disable auto index creation by default.
...
Original pull request: #845 .
2020-03-26 15:14:03 +01:00
Mark Paluch
6366d3cec1
DATAMONGO-2485 - Updated changelog.
2020-03-25 10:59:47 +01:00
Mark Paluch
a04821ff90
DATAMONGO-2497 - Update documentation regarding @Transient properties usage in the persistence constructor.
2020-03-19 15:37:30 +01:00
Mark Paluch
5fb4b036bb
DATAMONGO-1026 - Include documentation about custom conversions.
...
We now include the documentations partial about custom conversions that explains default converter registrations, overrides and system setting timezone-sensitivity.
2020-03-17 10:57:15 +01:00
Mark Paluch
4f0dc04a81
DATAMONGO-2479 - Polishing.
...
Tweak Javadoc. Update reference documentation. Slightly refactor reactive flows to reduce operator count.
Simplify test fixtures and remove Google Guava usage. Reformat code.
Original pull request: #839 .
2020-03-16 11:34:27 +01:00