FSchumacher commented on issue #6653:
URL: https://github.com/apache/jmeter/issues/6653#issuecomment-4039694370

   You can easily replace the affected libraries yourself. Download the 
[https://logging.apache.org/log4j/2.x/download.html](current log4j 2.x 
binaries) and replace the four log4j libraries in $JMETER_HOME/lib with the 
newer ones from the binary download. 
   
   The four jars are the following files (plus a shell command to find them):
   ```console
   tar tf apache-jmeter-5.6.3.tgz | grep log4j.*jar
   apache-jmeter-5.6.3/lib/log4j-1.2-api-2.22.1.jar
   apache-jmeter-5.6.3/lib/log4j-slf4j-impl-2.22.1.jar
   apache-jmeter-5.6.3/lib/log4j-core-2.22.1.jar
   apache-jmeter-5.6.3/lib/log4j-api-2.22.1.jar
   ``` 
   
   Another way to get rid of this problem, would be to try a current nightly 
build, where those libraries should be replaced already. Feedback on the 
nightlies is highly welcome.


-- 
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]

Reply via email to