Christoph Ahlers
9af1689fbf
Fix javadoc parameter names.
...
Closes : #4179
2022-10-04 12:39:48 +02:00
Wan Bachtiar
51ca3be48f
Fix typo in reference documentation.
...
Closes : #4180
2022-10-04 12:25:43 +02:00
Seungwoo Jo
8f8e9c6585
Fix documentation typo in BasicQuery.
...
Closes #4169
Original pull request: #4170 .
2022-09-21 10:58:22 +02:00
Spring Builds
092217e425
After release cleanups.
...
See #4115
2022-09-19 09:04:54 +00:00
Spring Builds
9d1e1b8c17
Prepare next development iteration.
...
See #4115
2022-09-19 09:04:41 +00:00
Spring Builds
5cf73168f7
Release version 3.3.7 (2021.1.7).
...
See #4115
2022-09-19 08:40:19 +00:00
Spring Builds
792d7199f0
Prepare 3.3.7 (2021.1.7).
...
See #4115
2022-09-19 08:38:01 +00:00
Christoph Strobl
34a2d09303
Fix issue with reference conversion in updates.
...
We now make sure to convert references in update operations targeting collection like fields when using eg. the push modifier.
Closes #4041
Original pull request: #4045 .
2022-09-19 08:53:43 +02:00
Mark Paluch
26554e3031
Polishing.
...
See #4061
Original pull request: #4062 .
2022-09-16 14:53:08 +02:00
Christoph Strobl
018fe623c0
Improve exception message when deriving collection name from type.
...
We now provide a better worded exception message when trying to derive the collection name for a type that is not considered a user types (such as org.bson.Document).
Update the Javadoc to hint to the error.
Closes #4061
Original pull request: #4062 .
2022-09-16 14:53:06 +02:00
Christoph Strobl
27e6b5a9be
Initialize lists with size where possible.
...
Closes #3941
Original pull request: #3974 .
2022-09-16 14:44:11 +02:00
Mark Paluch
c9be849e62
Polishing.
...
Reformat code.
See #4167 .
Original pull request: #4168 .
2022-09-16 14:41:29 +02:00
Christoph Strobl
da5f24981c
Fix usage of change stream option startAfter.
...
We now make sure to apply the token to startAfter method of the driver. Before this change it had been incorrectly applied to resumeAfter.
Closes #4167 .
Original pull request: #4168 .
2022-09-16 14:41:29 +02:00
Mark Paluch
7c7b05f10d
Polishing.
...
Fix generics. Add warning suppressions for nullability checks.
See: #4104
Original pull request: #4156 .
2022-09-14 14:07:27 +02:00
Christoph Strobl
ed4f30ab07
Fix GeoJson polygon conversion for polygons with inner ring.
...
Closes : #4104
Original pull request: #4156 .
2022-09-14 14:07:26 +02:00
Christoph Strobl
cf38ba15bf
Allow referencing the $id field of dbrefs within an aggregation pipeline.
...
Closes : #4123
Original pull request: #4125 .
2022-08-05 14:10:58 +02:00
Sojin
daf12a6e2b
Fix AKNOWLEDGED typo in reference documentation.
...
Two typos found have been updated
Closes #4135
2022-08-05 14:08:15 +02:00
Christoph Strobl
d0481d089e
After release cleanups.
...
See #4090
2022-07-15 10:47:35 +02:00
Christoph Strobl
169c35789d
Prepare next development iteration.
...
See #4090
2022-07-15 10:47:31 +02:00
Christoph Strobl
0de55deb03
Release version 3.3.6 (2021.1.6).
...
See #4090
2022-07-15 10:34:16 +02:00
Christoph Strobl
01ac35fa31
Prepare 3.3.6 (2021.1.6).
...
See #4090
2022-07-15 10:33:37 +02:00
Mark Paluch
f5c0318a14
Avoid duplicate bean registrations in MappingMongoConverterParser.
...
We now ensure to not override `ValidatingMongoEventListener` and `LocalValidatorFactoryBean` bean definitions by avoiding duplicate registrations and checking whether a bean with the given name is already registered.
Closes #4087
2022-06-28 10:25:15 +02:00
Mark Paluch
7a0debe335
After release cleanups.
...
See #4029
2022-06-20 11:12:22 +02:00
Mark Paluch
0a79ad6585
Prepare next development iteration.
...
See #4029
2022-06-20 11:12:19 +02:00
Mark Paluch
404ce6a987
Release version 3.3.5 (2021.1.5).
...
See #4029
2022-06-20 10:59:10 +02:00
Mark Paluch
232a9c9943
Prepare 3.3.5 (2021.1.5).
...
See #4029
2022-06-20 10:58:43 +02:00
Christoph Strobl
7c5ac764b3
Retain parameter type when binding parameters in annotated Query/Aggregation.
...
This commit ensures the parameter type is preserved when binding parameters used within the value of the Query or Aggregation annotation
Closes : #4089
2022-06-20 10:37:13 +02:00
Mark Paluch
864c94f490
Wrap SpEL documentation with admonition.
...
Closes #4085
2022-06-14 09:19:25 +02:00
Mark Paluch
ebc4678aa3
Polishing.
...
Reformat asciidoc source.
See #4085
2022-06-14 09:19:22 +02:00
Mark Paluch
28d6e67686
Upgrade to Maven Wrapper 3.8.5.
...
See #4075
2022-06-03 14:40:37 +02:00
John Blum
ca229cdb99
Remove Docker Registry login.
...
Closes #4056 .
2022-05-16 13:00:16 -07:00
Mark Paluch
611100e6f4
Update driver compatibility matrix.
...
Closes #4052
2022-05-16 15:12:29 +02:00
Christoph Strobl
3a6d6bbfed
Polishing.
...
Update Query javadoc.
Original Pull Request: #3999
2022-05-10 16:34:11 +02:00
Raul Mello Silva
286ff1c4a1
Update Query.limit javadoc.
...
This commit explains usage of Query.limit(int), which will be set to unlimited when set to zero or a negative value.
Closes : #3999
2022-05-10 16:33:50 +02:00
Christoph Strobl
5df195db15
Provide additional meta information via pom.xml
...
Add scm & issueManagement.
Closes : #4048
2022-05-10 12:39:52 +02:00
nniesen
e437865707
Update spring.io project urls.
...
This commit updates outdated projects.spring.io links to spring.io/projects.
Closes : #4042
2022-05-09 13:59:05 +02:00
Christoph Strobl
13888ab7cd
After release cleanups.
...
See #4001
2022-04-19 12:13:23 +02:00
Christoph Strobl
ced6a1b190
Prepare next development iteration.
...
See #4001
2022-04-19 12:13:20 +02:00
Christoph Strobl
e704f147ad
Release version 3.3.4 (2021.1.4).
...
See #4001
2022-04-19 12:03:13 +02:00
Christoph Strobl
67ea27d9e4
Prepare 3.3.4 (2021.1.4).
...
See #4001
2022-04-19 12:02:43 +02:00
Mark Paluch
a9ed00530f
After release cleanups.
...
See #3972
2022-03-21 15:06:37 +01:00
Mark Paluch
75f73756c9
Prepare next development iteration.
...
See #3972
2022-03-21 15:06:35 +01:00
Mark Paluch
4b137cfd55
Release version 3.3.3 (2021.1.3).
...
See #3972
2022-03-21 14:58:52 +01:00
Mark Paluch
762aa62b2a
Prepare 3.3.3 (2021.1.3).
...
See #3972
2022-03-21 14:58:27 +01:00
Mark Paluch
8f4a8dcbee
Use Java 8 to build snapshots for Artifactory.
...
Closes #3976
2022-03-15 14:33:04 +01:00
Mark Paluch
0aa92031a3
Polishing.
...
Add missing Override annotations to template API methods.
See #3984
2022-03-11 15:17:52 +01:00
Christoph Strobl
8aa52c129c
Modify visibility of methods in TypedJsonSchemaObject.
...
Change visibility to public as it should have been in first place.
Closes : #3989
2022-03-10 09:23:13 +01:00
sangyongchoi
03ac725080
Remove duplicate condition in GeoConverters.
...
Closes : #3981
2022-03-03 12:51:25 +01:00
Mark Paluch
5258b36080
Update CI properties.
...
See #3972
2022-02-22 14:09:14 +01:00
Mark Paluch
ddbec07643
Upgrade to Maven Wrapper 3.8.4.
...
See #3978
2022-02-22 13:56:07 +01:00