Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Spring Data 3.2.4 and Mongo 4.2.3 #615

Closed
wants to merge 5 commits into from

Conversation

sleberknight
Copy link
Member

  • Bump spring-data-mongodb from 2.2.13 to 3.2.4
  • Add mongodb-driver-sync dependency since the mongo drivers are
    optional in spring-data-mongodb, so you have to choose one explicitly
  • Add new mongodb version property to the POM, along with a note that
    it should match the mongo version used by spring-data-mongodb
  • Fix all the things that broke/would not compile with the new versions
  • Deprecate MongoClientWrapper since it doesn't make sense or add any
    value anymore

* Bump spring-data-mongodb from 2.2.13 to 3.2.4
* Add mongodb-driver-sync dependency since the mongo drivers are
  optional in spring-data-mongodb, so you have to choose one explicitly
* Add new mongodb version property to the POM, along with a note that
  it should match the mongo version used by spring-data-mongodb
* Fix all the things that broke/would not compile with the new versions
* Deprecate MongoClientWrapper since it doesn't make sense or add any
  value anymore
sleberknight and others added 4 commits November 3, 2021 13:07
* Change KiwiUrls#queryStringToMap so that it does not throw
  IllegalStateException if given a query string containing a parameter
  having multiple values, e.g. nickname=bob&nickname=bobby
* The new implementation will always return the first value
* Add documentation stating this limitation

Fixes #617
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* extractAllFrom: change "all of the" to "all the" (redundant phrase)
* extractAllFrom: add leading quote around the URL
* replaceDomainsIn: fix misspelled argument name (replacementDomain)
* replaceDomain: change "b" to "be"
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

100.0% 100.0% Coverage
0.0% 0.0% Duplication

<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>${mongodb.version}</version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be provided scope

<postgresql.version>42.2.23</postgresql.version>
<retrying-again.version>1.0.0</retrying-again.version>
<spring.version>5.3.9</spring.version>
<spring-data-mongodb.version>2.2.13.RELEASE</spring-data-mongodb.version>
<spring-data-mongodb.version>3.2.4</spring-data-mongodb.version>
Copy link
Member Author

@sleberknight sleberknight Jan 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of date; we just got a new PR for v3.3.1 for kiwi-bom (see kiwiproject/kiwi-bom#71 )

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and now one for v3.3.2 ; see again kiwiproject/kiwi-bom#71 (3.3.1) and kiwiproject/kiwi-bom#91 (3.3.2)

@sleberknight
Copy link
Member Author

This is superseded by #709

@sleberknight sleberknight deleted the update-spring-data-3.2.4-and-mongo-4.2.3 branch April 20, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants