briantully commented on pull request #680: URL: https://github.com/apache/jmeter/pull/680#issuecomment-993204248
> Any ideas or ETA when would the public release be there with the security fix included? @mazen160 rather than wait for a new release (and potentially new bugs) you can follow the advice given by @FSchumacher and @vlsi above and download the new log4j 2:16.0 release at https://logging.apache.org/log4j/2.x/download.html and replace the JAR files that JMeter uses, which you can find in $JMETER_HOME/libexec/lib/log4j-* There are 4 JAR files to replace: - log4j-1.2-api-2.x.x.jar - log4j-api-2.x.x.jar - log4j-core-2.x.x.jar - log4j-slf4j-impl-2.x.x.jar Just delete the existing log4j-* JAR files in $JMETER_HOME/libexec/lib and then copy over the 4 files from the 2.16.0 download https://logging.apache.org/log4j/2.x/changes-report.html#a2.16.0 I did this with my old JMeter 5.2.1 install and it worked like a charm :) -- 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]
