-
Notifications
You must be signed in to change notification settings - Fork 1
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
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
bcf4c79
Update to Spring Data 3.2.4 and Mongo 4.2.3
sleberknight c37717e
Document that KiwiUrls#toQueryString does not perform encoding (#616)
sleberknight 5611d37
Don't throw exception when multiple values for a query parameter (#618)
sleberknight 50474b6
Bump actions/checkout from 2.3.5 to 2.4.0 (#619)
dependabot[bot] 457b481
Fix several Javadoc grammatical and spelling errors in KiwiUrls (#620)
sleberknight File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,10 +53,12 @@ | |
<jsch.version>0.1.55</jsch.version> | ||
<metrics-jdbi3.version>4.1.25</metrics-jdbi3.version> | ||
<metrics-jetty9.version>4.1.25</metrics-jetty9.version> | ||
<!-- Note: the mongo version should match the one that Spring Data Mongo depends on --> | ||
<mongodb.version>4.2.3</mongodb.version> | ||
<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> | ||
<stax2-api.version>4.2.1</stax2-api.version> | ||
<stax-ex.version>1.8.3</stax-ex.version> | ||
<!-- | ||
|
@@ -561,6 +563,14 @@ | |
</exclusions> | ||
</dependency> | ||
|
||
<!-- The mongo driver to use is optional in Spring Data's POM. You have to choose either the mongodb-driver-sync | ||
or the mongodb-driver-reactivestreams as the driver. --> | ||
<dependency> | ||
<groupId>org.mongodb</groupId> | ||
<artifactId>mongodb-driver-sync</artifactId> | ||
<version>${mongodb.version}</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this should probably be |
||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.codehaus.woodstox</groupId> | ||
<artifactId>stax2-api</artifactId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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 )
There was a problem hiding this comment.
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)