This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 0f463a2 Reduce duplicate PluginManager::collectPlugins calls
new be85cee Make TemplateResolverFactory/Interceptor injectable
new 74922b3 Make Log4j Builder plugins injectable
new 266481d Refactor remaining use of PluginUtil
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/log4j/builders/BuilderManager.java | 64 +++++++--------
.../apache/log4j/config/Log4j1Configuration.java | 3 +-
.../validators/RequiredValidatorTest.java | 22 ++---
.../validators/ValidHostValidatorTest.java | 22 +++--
.../validators/ValidPortValidatorTest.java | 24 +++---
.../ValidatingPluginWithFailoverTest.java | 18 ++--
.../ValidatingPluginWithGenericBuilderTest.java | 23 ++----
...ngPluginWithGenericSubclassFoo1BuilderTest.java | 21 ++---
.../ValidatingPluginWithTypedBuilderTest.java | 21 ++---
.../layout/template/json/JsonTemplateLayout.java | 14 +++-
.../json/resolver/EventResolverFactories.java | 6 +-
.../json/resolver/EventResolverInterceptors.java | 5 +-
.../json/resolver/TemplateResolverFactories.java | 32 +++-----
.../json/resolver/TemplateResolverFactory.java | 6 ++
.../json/resolver/TemplateResolverInterceptor.java | 6 ++
.../resolver/TemplateResolverInterceptors.java | 33 +++-----
.../logging/log4j/plugins/util/PluginUtil.java | 96 ----------------------
17 files changed, 144 insertions(+), 272 deletions(-)
delete mode 100644
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/util/PluginUtil.java