You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@filosganga
The issue is that because the java-sender doesn't use Splitter when we create the jar there is an optimization that causes the jar to not include Splitter library. It will be fixed in the new log4j version
Hi,
this library is affected by the same issue as log4j-appender was:
logzio/logzio-log4j2-appender#15
The shaded dependencies are still present in the final pom.xml, to avoid that please set
createDependencyReducedPom
setting to true.The text was updated successfully, but these errors were encountered: