Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Pulsar
-
Platform Sprint 154
Description
The current log4j1 StringMatchFilter provided through the hippo-repository-testutils module (REPO-572) requires a replacement for log4j2.
As a generic testutils utility, the new implementation will now be provided through the hippo-cms-testutils module (which the hippo-repository-testutils depends on).
Typical usage replacing the old StringMatchFilter in log4j.xml:
<filter class="org.onehippo.repository.testutils.log4j.StringMatchFilter"/>
to:
<StringMatchFilter/>
Attachments
Issue Links
- is a result of
-
CMS-10707 Upgrade from log4j1 to latest log4j2
- Closed