[
https://issues.apache.org/jira/browse/GORA-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15091170#comment-15091170
]
ASF GitHub Bot commented on GORA-448:
-------------------------------------
GitHub user drazzib opened a pull request:
https://github.com/apache/gora/pull/49
GORA-448 Upgrade MongoDB Java Driver Version
PR for GORA-448
* Upgrade to mongo-java-driver 3.2.0
* Upgrade to de.flapdoodle.embed.mongo 1.50.2
* Enable integration tests over Mongo 3.2 server
* Improve handling of null fields in BSONDecorator
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Dictanova/gora GORA-448
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/gora/pull/49.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #49
----
commit 397e0bb1dae91b2236f851ceeab6d1911111af63
Author: Damien Raude-Morvan <[email protected]>
Date: 2015-11-09T23:19:40Z
GORA-448 Upgrade to 3.1.0 mongo-java and 1.50 de.flapdoodle.embed.mongo
commit a1ae6f0a6678c0b9f216bb2f0ddf3dfc92ff52ed
Author: Damien Raude-Morvan <[email protected]>
Date: 2015-11-09T23:20:07Z
GORA-448 MongoCredential list cannot be null
commit 1eb87fc1d0d4aa3a22be1e87e3f7e374d7c23b7f
Author: Damien Raude-Morvan <[email protected]>
Date: 2015-11-09T23:20:33Z
GORA-448 cleanCursors method is not removed from driver
commit 6fb17dee7dda2e8ddb164074f45274f958c58e3d
Author: Damien Raude-Morvan <[email protected]>
Date: 2015-11-09T23:21:20Z
GORA-448 Replace ObjectId.massageToObjectId by our custom implementation
commit d09b5fdcc1b0732d792daf26d43c191b6ff414d9
Author: Damien Raude-Morvan <[email protected]>
Date: 2016-01-10T18:05:32Z
GORA-448 Remove mongod log inside unit test output
commit faa5c2c6a9795b2dba6e982938adedeb10aef077
Author: Damien Raude-Morvan <[email protected]>
Date: 2016-01-10T18:05:49Z
GORA-448 Reduce log level
commit 0eb071d42b2b0d659c78a003c16af83043da64e9
Author: Damien Raude-Morvan <[email protected]>
Date: 2016-01-10T18:06:49Z
GORA-448 Also test MongoDB 3.2 server
- Bump Mongo Java Driver to 3.2.0
- Bump embed.mongo to 1.50.2
commit 390a645c197d3df0e2b3127043f253a55a628a64
Author: Damien Raude-Morvan <[email protected]>
Date: 2016-01-10T19:23:20Z
GORA-448 Avoid NPE in BSONDecorator by checking "containsField" first
----
> Upgrade MongoDB Java Driver Version
> -----------------------------------
>
> Key: GORA-448
> URL: https://issues.apache.org/jira/browse/GORA-448
> Project: Apache Gora
> Issue Type: Improvement
> Components: gora-mongodb
> Reporter: Lewis John McGibbney
> Assignee: Damien Raude-Morvan
> Priority: Minor
> Fix For: 0.7
>
>
> MongoDB Java driver is now at 3.1.0
> http://search.maven.org/#artifactdetails|org.mongodb|mongo-java-driver|3.1.0|jar
> We should upgrade.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)