Files
seaweedfs/test/java
chrislu d7f0579c99 fix: replace deprecated slf4j-log4j12 with slf4j-reload4j
Maven warning:
  'The artifact org.slf4j:slf4j-log4j12:jar:1.7.36 has been relocated
   to org.slf4j:slf4j-reload4j:jar:1.7.36'

slf4j-log4j12 was replaced by slf4j-reload4j due to log4j vulnerabilities.
The reload4j project is a fork of log4j 1.2.17 with security fixes.

This is a drop-in replacement with the same API.
2025-11-22 23:54:12 -08:00
..