FSchumacher opened a new pull request, #6661: URL: https://github.com/apache/jmeter/pull/6661
## Description As started with JMeter 5.5 continue our deprecation of Oro as Regex implementation and switch to JDKs implementation by default. Users can switch back to Oro, if they want. ## Motivation and Context Oro has been deprecated for a long time and we want to remove it from our code base (see for example #6645) ## How Has This Been Tested? Tests have been already in place to support both implementations. This PR is mostly a cosmetic PR, where the default implementation is switched, some docs have been rewritten. ## Screenshots (if appropriate): ## Types of changes - Chore. Prepare to get rid of deprecated libraries ## 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. - [x] 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
