Mark Paluch
7f9fbf2374
Release version 5.0.3 (2025.1.3).
...
See #5145
1 month ago
Mark Paluch
7abeebb774
Prepare 5.0.3 (2025.1.3).
...
See #5145
1 month ago
Mark Paluch
c16f24ebce
Polishing.
...
Avoid modification of $or filter list when creating keyset criteria.
See #5159
Original pull request: #5160
1 month ago
Christoph Strobl
3c862f64b8
ScrollUtils must not modify source query when creating scroll filter.
...
This commit makes sure to create a new filter query object if needed instead of modifying the source query.
In doing so we retain the original source and prevent errors when attempting to alter immutable sources.
Closes #5159
Original pull request: #5160
1 month ago
Mark Paluch
e909f83711
Polishing.
...
Introduce method combining forEntity(…) creation and the updateable identifier check.
Original pull request: #5156
See #5155
1 month ago
Christoph Strobl
ffd56e9c5b
Move id check to after conversion event publication in reactive flow.
...
Original pull request: #5156
Closes #5155
This commit makes sure to invoke the id check after publishing the before convert event to prevent failures where the event listener is responsible for setting the id.
1 month ago
Mark Paluch
7c91ebbd47
Polishing.
...
Refine Javadoc, reorder methods, simplify code to single-line returns.
Original pull request: #5153
See #5146
1 month ago
Christoph Strobl
2706121c93
Retain type for bitwise update.
...
We now provide overloads accepting int.
Original pull request: #5153
Closes #5146
1 month ago
Christoph Strobl
b6113934f4
Upgrade to MongoDB driver 5.6.3
...
Closes : #5157
2 months ago
Mark Paluch
76a06fd06f
Update CI Properties.
...
See #5145
2 months ago
Christoph Strobl
f7c85d143c
After release cleanups.
...
See #5121
2 months ago
Christoph Strobl
6227c494c2
Prepare next development iteration.
...
See #5121
2 months ago
Christoph Strobl
31f0718980
Release version 5.0.2 (2025.1.2).
...
See #5121
2 months ago
Christoph Strobl
1343972a76
Prepare 5.0.2 (2025.1.2).
...
See #5121
2 months ago
Christoph Strobl
3854ca0304
Update compatibility matrix.
...
Closes #5136
Original pull request: #5139
2 months ago
Mark Paluch
7ab7d310da
Polishing.
...
Refactor duplicates, simplify placeholder unwrapping.
See #5123
Original pull request: #5124
2 months ago
Christoph Strobl
e086b3bef3
Allow single-element contains for derived AOT queries.
...
Closes #5123
Original pull request: #5124
2 months ago
NillPoe
348edbd17b
Add Kotlin extension for `findAndModify` without options parameter.
...
Signed-off-by: NillPoe <nillpoe@pm.me>
Closes : #5128
Original pull request: #5130
2 months ago
Mark Paluch
c3e07eb47a
Refine optimistic locking WriteConcern wording.
...
Reflect the actual intent.
Closes #5126
2 months ago
Mark Paluch
eae3173925
Add Readme templates.
...
See spring-projects/spring-data-build#2758
2 months ago
Mark Paluch
54686f29df
Extend license header copyright years to present.
...
See #5132
3 months ago
Jens Schauder
18a6e9eade
Polishing.
...
More grammar fixing.
Original pull request #5026
3 months ago
Antho
951ae526d1
Fix grammar in mongo-encryption.adoc
...
Original pull request #5026
Signed-off-by: Antho <hernandezanthony24@gmail.com>
3 months ago
Mark Paluch
e026730f17
After release cleanups.
...
See #5098
3 months ago
Mark Paluch
09ce6211d4
Prepare next development iteration.
...
See #5098
3 months ago
Mark Paluch
41992b88d3
Release version 5.0.1 (2025.1.1).
...
See #5098
3 months ago
Mark Paluch
aa2448474c
Prepare 5.0.1 (2025.1.1).
...
See #5098
3 months ago
Israel O. Oluwole
04c7c179d4
Add missing backticks in reference documentation.
...
Added the missing backticks in the table of supported aggregation operators.
Closes : #5104
Original Pull Request: #5113
Signed-off-by: Israel O. Oluwole <38155356+whizyrel@users.noreply.github.com>
3 months ago
Mark Paluch
86a11633cc
Fix AOT benchmarks.
...
See #5107
Original pull request: #5108
3 months ago
Mark Paluch
eca2f572e3
Polishing.
...
Consistent ConfigurationSource usage across tests to avoid nullability.
See #5107
Original pull request: #5108
3 months ago
Christoph Strobl
2380eabbd4
Use explicitly configured MongoOperations for AOT fragment bootstrap.
...
This commit makes sure to use a configured MongoOperations reference to bootstrap AOT generated repository implementations. Previously mongoTemplateRef set via EnableMongoRepositories had not been taken into account.
Closes #5107
Original pull request: #5108
3 months ago
Mark Paluch
8f4d45de16
Disable `VectorSearch` tests on CI.
...
Running the VectorSearch tests is flakey on our CI as the container sometimes doesn't start.
Closes #5119
3 months ago
Christoph Strobl
476d126720
Fix aggregation projection.
...
Closes #5115
Original pull request: #5117
3 months ago
Mark Paluch
fe3473611e
Update CI Properties.
...
See #5098
3 months ago
Mark Paluch
efb8619697
Polishing.
...
Remove unused version property.
See #5114
3 months ago
Mark Paluch
3a6a17adcf
Upgrade to MongoDB driver 5.6.2.
...
Closes #5114
3 months ago
Mark Paluch
e882b1709b
After release cleanups.
...
See #5077
4 months ago
Mark Paluch
faa9d8dbda
Prepare next development iteration.
...
See #5077
4 months ago
Mark Paluch
5f3468fb6f
Release version 5.0 GA (2025.1.0).
...
See #5077
4 months ago
Mark Paluch
edac5190fe
Prepare 5.0 GA (2025.1.0).
...
See #5077
4 months ago
Jens Schauder
472e3674a3
Polishing.
...
Minor formatting.
Replaced a while loop that ends with a return with an if.
See: #5095
4 months ago
Christoph Strobl
f2ca3b3f58
Consider context when binding string parameters.
...
Closes : #5095
4 months ago
Mark Paluch
45f8631811
Update Update security documentation.
...
See #5077
4 months ago
Oliver Drotbohm
ca25d9cb39
Remove explicit version declarations from jMolecules dependencies.
...
Fixes GH-5094.
4 months ago
Jens Schauder
b2a524bd6c
Polishing.
...
Added recommendation for Mongos native observability features in Javadoc.
Fixed minor typo.
Original pull request #5080
See #5078
4 months ago
Christoph Strobl
fd9db7b8c3
Move AOT section to MongoDB Support.
...
See #5078
Original pull request #5080
4 months ago
Christoph Strobl
575aebd300
Update Overview Section with latest features (Vector & AOT).
...
See #5078
Original pull request #5080
4 months ago
Christoph Strobl
8781a468d1
Document Lifecycle change of DefaultMessageListenerContainer.
...
See #5078
Original pull request #5080
4 months ago
Christoph Strobl
d11afde947
Update Driver minimum Version.
...
See #5078
Original pull request #5080
4 months ago
Christoph Strobl
0df237189e
Document discontinued JMX support.
...
See #5078
Original pull request #5080
4 months ago