Matt Sicker created LOG4J2-2683: ----------------------------------- Summary: Rename PluginVisitor to more appropriate name Key: LOG4J2-2683 URL: https://issues.apache.org/jira/browse/LOG4J2-2683 Project: Log4j 2 Issue Type: Improvement Components: Core, Plugins Affects Versions: 3.0.0 Reporter: Matt Sicker Assignee: Matt Sicker
Given a few more years of experience, after taking a look at {{PluginVisitor}} again, I've finally decided it's time to name it more appropriately. This class is following a builder pattern, not a visitor, and it's for injection strategies. Thus, this class can be renamed to something like {{PluginInjectionBuilder}} along with some cleanups to make the rest of the parameters that were previously passed to {{visit()}} to instead be added as builder properties. The 2.x implementation shims should be updated to use this renamed class as well. -- This message was sent by Atlassian Jira (v8.3.2#803003)