michaelweidmann opened a new pull request #594:
URL: https://github.com/apache/jmeter/pull/594


   ## Description
   This pull request updates the Neo4j Client library to the newest version to 
support tests with Neo4j 4.X databases and the new `neo4j://` URI scheme which 
provides a much better way to connect to Neo4j databases.
   
   ## Motivation and Context
   This change is required to test Neo4j databases with a version higher than 3 
and to test them more reliably with new URI schemes.
   
   ## How Has This Been Tested?
   `./gradlew check` was successful:
   
   ```
   BUILD SUCCESSFUL in 4m 13s
   259 actionable tasks: 50 executed, 209 up-to-date
   ```
   
   ## Types of changes
   New feature:
   - Bumping up the Neo4j Driver version
   - Needed to add a license to 
`src/licenses/licenses/reactive-streams/LICENSE` because the new version of the 
library uses [reactive 
streams](https://github.com/reactive-streams/reactive-streams-jvm)
   
   Breaking Changes:
   - The interface of the library changed so I updated the imports and the 
classes in the code
   - A test used a method which does not exist anymore so I updated the test
   
   ## Checklist:
   - [x] My code follows the [code style][style-guide] of this project.
   - [x] I have updated the documentation accordingly.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to