GitHub user IgorSasovets opened a pull request:

    https://github.com/apache/jmeter/pull/390

    Update mongo-java-driver version

    ## Description
    - changed mongo-java-driver version to 3.8.0;
    - updated LICENSE file;
    
    ## Motivation and Context
    Hi, Team! I wanted to test my application that uses MongoDB database using 
JMeter but faced with problems which related to mongo-java-driver version. 
Since MongoDB config deprecated, I used JSR232 Sampler and wrote Java code that 
allows me to interact with database. Current version of mongo-java-driver 
(2.11.3) is out of date and I couldn't connect to my DB using created script. 
So, I decided to update mongo-java-driver version because it allows to use 
JMeter with MongoDB and has big impact to user experience (at least, for me and 
my colleagues).
    
    ## How Has This Been Tested?
    I tested it locally on my machine using ant test command. 
    
    ## Screenshots (if appropriate):
    
    ## Types of changes
    - Bug fix (non-breaking change which fixes an issue)
    
    ## Checklist:
    - [x] My code follows the [code style][style-guide] of this project.
    - [x] I have updated the documentation accordingly.
    
    [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/IgorSasovets/jmeter 
fix/update-mongo-java-driver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/390.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 #390
    
----
commit f294af2085c3da2ddd899d99229c1362493eada9
Author: IgorSasovets <isasovets@...>
Date:   2018-06-30T12:17:00Z

    - updated mongo-java-driver version to the latest;

commit fdceb0c4b03a71ade49de18af9f100ba963b3aed
Author: IgorSasovets <isasovets@...>
Date:   2018-06-30T12:45:32Z

    - added changes to LICENSE file;

----


---

Reply via email to