-
Notifications
You must be signed in to change notification settings - Fork 225
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
Migrate the MongoDB data services to MongoDB driver 4.9.1 #3859
base: master
Are you sure you want to change the base?
Conversation
pom.xml
Outdated
|
||
<jongo.orbit.version>1.4.0.wso2v1</jongo.orbit.version> | ||
<jongo.orbit.imp.pkg.version>[1.4,1.5)</jongo.orbit.imp.pkg.version> | ||
<mongodb-driver-sync.orbit.version>4.9.1</mongodb-driver-sync.orbit.version> |
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.
Are we using an orbit for the new version? If not let's rename this without orbit
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.
Fixed with 2a5b752
LICENSE.txt
Outdated
@@ -4,342 +4,344 @@ can be downloaded from the following locations: | |||
http://www.apache.org/licenses/LICENSE-2.0.txt | |||
|
|||
This product also contains software under different licenses. This table below | |||
all the contained libraries (jar files) and the license under which they are | |||
all the contained libraries (jar files) and the license under which they are |
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.
Let's not change this file.This has to be generated.
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.
Fixed with 354ec26
Purpose
This is to migrate the MongoDB data services to 4.9.1.
Related issue: #3853
Improvement
mongodb-driver-sync
,mongodb-driver-core
and addingbson
instead of Jongo library.Testing
MongoDB configs(Check whether the configs are set properly in Mongo Client)
Operations that are supported by data services - REST
{}
)Operations that are supported by data services - SOAP
{}
)Odata
Test with connector