Commit Graph

4070 Commits

Author SHA1 Message Date
Mark Paluch
4e53fa792e Add createCollection(…) overload accepting a customizer function for CollectionOptions.
Original Pull Request: #4979
2025-05-28 10:27:57 +02:00
Mark Paluch
172a7d1940 Document createCollection(…) annotation usage.
Update documentation.

Closes: #4978
Original Pull Request: #4979
2025-05-28 10:27:57 +02:00
Christoph Strobl
d7ff6b1b66 Initialize Lists holding GeoJson coordinates with size where possible.
See: #4904
2025-05-28 10:13:29 +02:00
정보교 (Bogus Jung)
532dd289ed Improve ArrayList capacity allocation in GeoJson.
Closes: #4904
Original Pull Request: #4905

Signed-off-by: 정보교 (Bogus Jung) <bogusjung0317@gmail.com>
2025-05-28 09:41:04 +02:00
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>
2025-05-28 08:40:59 +02:00
Mark Paluch
9a40b7e701 Polishing.
Fix contract annotations, add missing Override annotations, make fields final where possible.

See: #4874
Original Pull Request: #4977
2025-05-19 15:49:54 +02:00
Mark Paluch
e368a42484 After release cleanups.
See #4956
2025-05-16 14:18:48 +02:00
Mark Paluch
a11719405b Prepare next development iteration.
See #4956
2025-05-16 14:18:46 +02:00
Mark Paluch
614c1b2eef Release version 5.0 M3 (2025.1.0).
See #4956
2025-05-16 14:16:17 +02:00
Mark Paluch
4ff7a30de1 Prepare 5.0 M3 (2025.1.0).
See #4956
2025-05-16 14:15:55 +02:00
Christoph Strobl
c78a0e86ca Update nullable contract and add issue references.
Original Pull Request: #4970
2025-05-16 12:30:28 +02:00
Mark Paluch
ec218807b3 Add repository benchmarks.
See: #4939
Original Pull Request: #4970
2025-05-16 12:30:28 +02:00
Mark Paluch
2e52276f39 Fix aggregation streams, count result conversion.
See: #4939
Original Pull Request: #4970
2025-05-16 12:30:28 +02:00
Mark Paluch
0e606d26bf Add AOT support for dynamic projections, streaming/scroll queries and Meta annotation.
Closes: #4970
2025-05-16 12:30:28 +02:00
Mark Paluch
95e0ec3b08 Polishing.
Use weaker test visibility.

See #4967
2025-05-16 12:30:28 +02:00
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
2025-05-16 12:30:27 +02:00
Mark Paluch
aaf864f6b1 Polishing.
See #4960
2025-05-16 12:30:27 +02:00
Mark Paluch
15c24d13c3 Remove MongoDB 6.0 docker build.
See #4956
2025-05-16 12:30:27 +02:00
Mark Paluch
405c2ebe14 Update CI Properties.
See #4956
2025-05-16 12:30:27 +02:00
Christoph Strobl
21568c84eb Polishing.
Original Pull Request: #4960
2025-05-16 12:30:27 +02:00
Mark Paluch
eab7aae16c Add support for returning SearchResult from repository query methods.
Closes: #4960
2025-05-16 12:30:27 +02:00
Mark Paluch
d850b9ef06 Use LocalVariableNameFactory to avoid parameter name clashes.
Closes #4965
2025-05-16 12:30:26 +02:00
Christoph Strobl
a0dc9d0ced Add missing issue reference to tests.
Also reduce logging to war for AOT generation.

Original Pull Request: #4949
2025-05-16 12:30:26 +02:00
Christoph Strobl
50aca14d1f Support QueryResultConverter for reactive delete, replace and update operations.
Original Pull Request: #4949
2025-05-16 12:30:26 +02:00
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
2025-05-16 12:30:26 +02:00
Christoph Strobl
ec49c14bb9 Support QueryResultConverter for delete, replace and update operations.
Original Pull Request: #4949
2025-05-16 12:30:26 +02:00
Mark Paluch
ed7943a949 Polishing.
Original Pull Request: #4949
2025-05-16 12:30:26 +02:00
Mark Paluch
fb3382fac3 Add support for fluent QueryResultConverter.
Closes: #4949
2025-05-16 12:30:26 +02:00
Christoph Strobl
b2d9547b71 Update issue reference in tests.
Original Pull Request: #4964
2025-05-16 12:30:25 +02:00
Mark Paluch
5d4b8d8230 Adopt to AOT changes in Commons.
Closes: #4964
2025-05-16 12:30:25 +02:00
Mark Paluch
ba3445c5be After release cleanups.
See #4884
2025-05-16 12:30:25 +02:00
Mark Paluch
bf760a57e0 Prepare next development iteration.
See #4884
2025-05-16 12:30:25 +02:00
Mark Paluch
4802deb141 Release version 5.0 M2 (2025.1.0).
See #4884
2025-05-16 12:30:25 +02:00
Mark Paluch
344a4d92c7 Prepare 5.0 M2 (2025.1.0).
See #4884
2025-05-16 12:30:24 +02:00
Christoph Strobl
01c586c945 Remove package-info from empty directory.
JMX support has been removed but unfortunately when merging changes for jspecify the package-info.java file sneaked back in.

See: #4940
2025-05-16 12:30:14 +02:00
Christoph Strobl
829383022d Fix nullable annotations.
Transition nullable annotations previously missed to jspecify.

See: #4874
2025-05-16 12:30:14 +02:00
Christoph Strobl
6c6438ec21 Extend AOT Repository Support.
- Introduce AOT fragment base class.
- Refactor Delete execution to be reusable.
- Add support for updates.
- Add support for aggregations.
- Move types to repository package.
- Update documentation.

See: #4939
2025-05-16 12:30:14 +02:00
Mark Paluch
2aac1a59be Adopt to Commons changes.
See: #4939
2025-05-16 12:30:14 +02:00
Christoph Strobl
69f50c6f72 Add support for MongoDB AOT Repositories.
Initial Support for generating repository source code at build time.

Closes: #4939
2025-05-16 12:30:14 +02:00
Christoph Strobl
13ff2d602c Migrate to JSpecify annotations for nullability constraints.
Closes: #4874
2025-05-16 12:30:14 +02:00
Christoph Strobl
6531bc792b Remove MongoDB driver 4 compatibility.
Closes: #4886
2025-05-16 12:30:13 +02:00
Mark Paluch
0c5a908cf4 Remove JMX support.
Closes #4940
2025-05-16 12:30:13 +02:00
Christoph Strobl
8418f65f3e After release cleanups.
See #4836
2025-05-16 12:30:13 +02:00
Christoph Strobl
937ea9491d Prepare next development iteration.
See #4836
2025-05-16 12:30:13 +02:00
Christoph Strobl
7348d8e80c Release version 5.0 M1 (2025.1.0).
See #4836
2025-05-16 12:30:13 +02:00
Christoph Strobl
94006ab674 Prepare 5.0 M1 (2025.1.0).
See #4836
2025-05-16 12:30:12 +02:00
Mark Paluch
30f4d0f632 Remove commons-logging exclusion.
Closes #4870
2025-05-16 12:29:50 +02:00
Mark Paluch
59491d8f36 Adopt to deprecation removals in Commons.
Closes #4837
2025-05-16 12:29:50 +02:00
Mark Paluch
8b924f42e1 After release cleanups.
See #4954
2025-05-16 12:29:41 +02:00
Mark Paluch
4341dcee25 Prepare next development iteration.
See #4954
2025-05-16 11:31:15 +02:00