-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-30943: add bson lib explicitly #106
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
DOCSP-30943: add bson lib explicitly #106
Conversation
ccho-mongodb
left a comment
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.
LGTM, a couple questions and a suggestion.
source/whats-new.txt
Outdated
| .. important:: | ||
|
|
||
| Starting in version 4.10.1 of the {+driver-short+}, you must add | ||
| the ``bson-kotlinx`` library as an explicit dependency for using the |
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.
| the ``bson-kotlinx`` library as an explicit dependency for using the | |
| the ``bson-kotlinx`` library as an explicit dependency to use the |
snooty.toml
Outdated
| logbackVersion = "1.2.11" | ||
| log4j2Version = "2.17.1" | ||
| serializationVersion = "1.5.1" | ||
| bsonVersion = "4.10.0" |
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.
Question: Should the BSON library match the new version 4.10.1 or is it not a matching version?
snooty.toml
Outdated
| driver-short = "Kotlin driver" | ||
| driver-long = "MongoDB Kotlin Driver" | ||
| version = "4.10" | ||
| full-version = "4.10.0" |
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.
Question: Should the full-version be 4.10.1 instead?
# Pull Request Info [PR Reviewing Guidelines](https://github.com/mongodb/docs-java/blob/master/REVIEWING.md) JIRA - https://jira.mongodb.org/browse/DOCSP-30943 Staging - [what's new](https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/DOCSP-30943-v4.10.1-updates/whats-new/#what-s-new-in-4.10) / [serialization page](https://docs-mongodbcom-staging.corp.mongodb.com/kotlin/docsworker-xlarge/DOCSP-30943-v4.10.1-updates/fundamentals/data-formats/serialization/#add-kotlin-serialization-to-your-project) ## Self-Review Checklist - [x] Is this free of any warnings or errors in the RST? - [ ] Did you run a spell-check? - [ ] Did you run a grammar-check? - [ ] Are all the links working? (cherry picked from commit c86923f)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-30943
Staging - what's new / serialization page
Self-Review Checklist