Christoph Strobl
7470e6112c
Allow setting bucket maxSpan & rounding for time series collection.
6 months ago
Hyunsang Han
cc84195174
Add time series collection support to `$out` aggregation operation.
...
MongoDB `$out` stage now supports creating time series collections with
configurable time field, metadata field, and granularity options.
Signed-off-by: Hyunsang Han <gustkd3@gmail.com>
6 months ago
Christoph Strobl
2456f4acab
Follow changes in data commons.
6 months ago
Christoph Strobl
3c8d2e4bf4
Prepare issue branch.
6 months ago
Mark Paluch
6a0d882867
Polishing.
...
Reformat code, add since tags. Refine test names.
See #4403
Original pull request: #4976
6 months ago
Junhyeok Lee
431fc7f886
Enable auto-startup for `DefaultMessageListenerContainer`.
...
This change modifies DefaultMessageListenerContainer to automatically start when the Spring application context is initialized, by default.
The 'autoStartup' property defaults to true. A setter 'setAutoStartup(boolean)' has been added to allow users to disable this behavior if needed.
Closes #4403
Original pull request: #4976
Signed-off-by: Junhyeok Lee <jhl221123@naver.com>
6 months ago
Mark Paluch
2ecab81eb4
Polishing.
...
Fix author tags. Reorder methods, add since tags.
Extend reactive callbacks with configurable order.
See #4914
Original pull request: #4968
6 months ago
yangchef1
b9de7b47de
Allow customizing order for `AuditingEntityCallback` and `ValidatingEntityCallback`.
...
Closes #4914
Original pull request: #4968
Signed-off-by: yangchef1 <hc1489@naver.com>
6 months ago
Christoph Strobl
d3dcaa9c4d
Update readme.
...
Closes : #4998
6 months ago
Ricardo Mello
f5570aa6bb
Update Documentation.
...
Updated code sample so that it includes the required `keyId(...)` configuration for Queryable Encryption using the Range algorithm.
Closes : #4991
Signed-off-by: Ricardo Mello <ricardohsmello@gmail.com>
6 months ago
Mark Paluch
313ee26c27
Polishing.
...
Replace if statement with ternary operator.
See #4994
6 months ago
michaldo
bcbdc71edb
Always include Collection tag in MongoDB observations.
...
Use default "none" collection name when command doesn't define a collection.
Signed-off-by: michaldo <michaldo@github.io>
Closes : #4994
6 months ago
Christoph Strobl
2a82550952
Upgrade to MongoDB driver 5.5.1
...
Closes : #4996
6 months ago
Mark Paluch
ba15b53e4c
Polishing.
...
Fix test.
See #4988
Original pull request: #4992
# Conflicts:
# spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/CollectionOptions.java
# spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/schema/QueryCharacteristics.java
7 months ago
Mark Paluch
96c2e710e6
Polishing.
...
Fix Javadoc, make QueryCharacteristics a Streamable for easier usage during mapping, reformat code for reduced nesting levels.
See #4988
Original pull request: #4992
7 months ago
Christoph Strobl
194746a9ed
Add support for non-queryable encrypted fields in `CollectionOptions`.
...
Closes #4988
Original pull request: #4992
7 months ago
Christoph Strobl
5d5e4748bf
Fix missing precision value when creating encryption settings.
...
Original pull request: #4993
Closes : #4989
7 months ago
Mark Paluch
fca17fc961
Polishing.
...
Guard Queryable Encryption tests against standalone server usage.
Original pull request: #4986
See #4969
7 months ago
Christoph Strobl
91f613749f
Update `$out` stage rendering to documented format.
...
This commit makes sure to use the documented command format when rendering the $out aggregation stage.
Original pull request: #4986
Closes #4969
7 months ago
Mark Paluch
4e53fa792e
Add `createCollection(…)` overload accepting a customizer function for `CollectionOptions`.
...
Original Pull Request: #4979
7 months ago
Mark Paluch
172a7d1940
Document `createCollection(…)` annotation usage.
...
Update documentation.
Closes : #4978
Original Pull Request: #4979
7 months ago
Christoph Strobl
d7ff6b1b66
Initialize Lists holding GeoJson coordinates with size where possible.
...
See: #4904
7 months ago
정보교 (Bogus Jung)
532dd289ed
Improve ArrayList capacity allocation in GeoJson.
...
Closes : #4904
Original Pull Request: #4905
Signed-off-by: 정보교 (Bogus Jung) <bogusjung0317@gmail.com>
7 months ago
Hyunsang Han
c57581f6d2
Change return type of UpdateDefinition.isIsolated to primitive.
...
Switch return from Boolean to boolean.
Closes : #4922
Original Pull Request: #4981
Signed-off-by: Hyunsang Han <gustkd3@gmail.com>
7 months ago
Mark Paluch
9a40b7e701
Polishing.
...
Fix contract annotations, add missing Override annotations, make fields final where possible.
See: #4874
Original Pull Request: #4977
7 months ago
Mark Paluch
e368a42484
After release cleanups.
...
See #4956
7 months ago
Mark Paluch
a11719405b
Prepare next development iteration.
...
See #4956
7 months ago
Mark Paluch
614c1b2eef
Release version 5.0 M3 (2025.1.0).
...
See #4956
7 months ago
Mark Paluch
4ff7a30de1
Prepare 5.0 M3 (2025.1.0).
...
See #4956
7 months ago
Christoph Strobl
c78a0e86ca
Update nullable contract and add issue references.
...
Original Pull Request: #4970
7 months ago
Mark Paluch
ec218807b3
Add repository benchmarks.
...
See: #4939
Original Pull Request: #4970
7 months ago
Mark Paluch
2e52276f39
Fix aggregation streams, count result conversion.
...
See: #4939
Original Pull Request: #4970
7 months ago
Mark Paluch
0e606d26bf
Add AOT support for dynamic projections, streaming/scroll queries and Meta annotation.
...
Closes : #4970
7 months ago
Mark Paluch
95e0ec3b08
Polishing.
...
Use weaker test visibility.
See #4967
7 months ago
Mark Paluch
b0d8a55cd0
Implement `RepositoryFactorySupport.getEntityInformation(RepositoryMetadata)` instead of private overload.
...
Overriding the proper variant of EntityInformation is now possible because we no longer utilize a private method in addition to the public one leading to partial customization of EntityInformation.
Closes #4967
7 months ago
Mark Paluch
aaf864f6b1
Polishing.
...
See #4960
7 months ago
Mark Paluch
15c24d13c3
Remove MongoDB 6.0 docker build.
...
See #4956
7 months ago
Mark Paluch
405c2ebe14
Update CI Properties.
...
See #4956
7 months ago
Christoph Strobl
21568c84eb
Polishing.
...
Original Pull Request: #4960
7 months ago
Mark Paluch
eab7aae16c
Add support for returning SearchResult from repository query methods.
...
Closes : #4960
7 months ago
Mark Paluch
d850b9ef06
Use `LocalVariableNameFactory` to avoid parameter name clashes.
...
Closes #4965
7 months ago
Christoph Strobl
a0dc9d0ced
Add missing issue reference to tests.
...
Also reduce logging to war for AOT generation.
Original Pull Request: #4949
7 months ago
Christoph Strobl
50aca14d1f
Support QueryResultConverter for reactive delete, replace and update operations.
...
Original Pull Request: #4949
7 months ago
Mark Paluch
51d64c3768
Polishing.
...
Fix generics. Update since tags. Add GH ticket references.
Use literal null instead of code null in javadoc.
Original Pull Request: #4949
7 months ago
Christoph Strobl
ec49c14bb9
Support QueryResultConverter for delete, replace and update operations.
...
Original Pull Request: #4949
7 months ago
Mark Paluch
ed7943a949
Polishing.
...
Original Pull Request: #4949
7 months ago
Mark Paluch
fb3382fac3
Add support for fluent QueryResultConverter.
...
Closes : #4949
7 months ago
Christoph Strobl
b2d9547b71
Update issue reference in tests.
...
Original Pull Request: #4964
7 months ago
Mark Paluch
5d4b8d8230
Adopt to AOT changes in Commons.
...
Closes : #4964
7 months ago
Mark Paluch
ba3445c5be
After release cleanups.
...
See #4884
7 months ago