ppkarwasz opened a new pull request, #6326: URL: https://github.com/apache/jmeter/pull/6326
## Description This PR removes the `packages` attribute from the standard configuration file and configures the build script of `jmeter-core` to use the `PluginProcessor` contained in `log4j-core`. See [Log4j Plugins](https://logging.apache.org/log4j/2.x/manual/plugins.html) for more details. Fixes #5937. ## Motivation and Context The Log4j Core `packages` configuration attribute is deprecated because: * It triggers the scanning of packages and slows down the startup process. * It was replaced in version 2.0 by a faster mechanism that relies on a `Log4jPlugins.dat` metadata file. ## How Has This Been Tested? After the changes `bin/jmeter` does not print any Log4j warnings on the console. ## 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. - [ ] 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: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org