FAIRDataTeam / FAIRDataPoint

https://www.fairdatapoint.org
MIT License
60 stars 40 forks source link

Bump spring-data-mongodb from 3.4.2 to 3.4.3 #336

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps spring-data-mongodb from 3.4.2 to 3.4.3.

Release notes

Sourced from spring-data-mongodb's releases.

3.4.3

:green_book: Links

:star: New Features

  • Support querying@DocumentReference with QueryDsl #4037
  • MongoTemplate#executeFindMultiInternal allocations could be optimized #3941

:lady_beetle: Bug Fixes

  • Change stream option startAfter not applied via reactive template. #4167
  • MongoTemplate.aggregateStream does not support local variables #4132
  • $looup does NOT work with @DBRef. #4123
  • Constructor creation of DTO projection fails #4120
  • GeoConverters does not convert inner rings of GeoJsonPolygon #4104
  • MappingMongoConverter replaces non-@DocumentReference nested objects with same _id #4098
  • Update fails on DocumentReference annotated list #4041
  • Repository lookups by DocumentReference returning empty results #4033
  • @MongoId does not affect Driver-assigned _id identifier #4026

:notebook_with_decorative_cover: Documentation

  • Fix AKNOWLEDGED typo in reference documentation #4135
  • Document BulkOperations limitations #4082
  • MongoTemplate.findAndReplace throws Couldn't find PersistentEntity for type class org.bson.Document! #4061

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 6876900 Release version 3.4.3 (2021.2.3).
  • d1015d5 Prepare 3.4.3 (2021.2.3).
  • bdc662e Apply conversion on document reference lookup using nested property.
  • 8ee33b2 Generate and convert id on insert if explicitly defined.
  • 5f33987 Fix issue with reference conversion in updates.
  • f7cf235 Support @DocumentReference via Querydsl.
  • 093fa60 Polishing.
  • ac538c6 Improve exception message when deriving collection name from type.
  • 7b30423 Initialize lists with size where possible.
  • c700e9d Polishing.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)