Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.2
-
None
Description
HookUtils uses explicitly org.apache.logging.log4j.util.Strings class from log4j, but it may break clients who use other loggers and should exclude log4j from the classpath.
commons-lang has class StringUtils which may be used as a replacement for this one:
Strings.isBlank -> StringUtils.isBlank.
Attachments
Attachments
Issue Links
- links to