FSchumacher opened a new pull request #590:
URL: https://github.com/apache/jmeter/pull/590


   ## Description
   Update Groovy from 2.4 to 3.0 and use the split up jars instead of the 
`groovy-all` one.
   
   > **Note** The test framework spock – that we use in our test base 
– currently supports Groovy 3.0 only in the 2.0 branch, which is not 
officially released, yet.
   
   I am not sure, whether this PR should be merged before the next release.
   
   ## Motivation and Context
   Groovy 3.0 is the current development line of Groovy and will support newer 
Java versions better.
   
   ## How Has This Been Tested?
   `./gradlew test` ran successfully on my machine
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate 
-->
   - New feature (non-breaking change which adds functionality)
    Using Groovy 3.x should be in most cases a drop in replacement for Groovy 
2.4.  See https://groovy-lang.org/releasenotes/groovy-3.0.html for more 
information
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that 
apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here 
to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to