Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix log4j package warning on JMeter startup: WARN StatusConsoleListen…
…er The use of package scanning to locate plugins is deprecated ... The Log4j Core `packages` configuration attribute is deprecated because: * It triggers the scanning of the mentioned 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. See [Log4j Plugins](https://logging.apache.org/log4j/2.x/manual/plugins.html) for more details. 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 apache#5937.
- Loading branch information