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 c880660 Disable compiler forks and other pom cleanups
new 060264c Remove PluginContext
new 0f463a2 Reduce duplicate PluginManager::collectPlugins calls
The 2 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:
.../log4j/core/config/AbstractConfiguration.java | 13 ++-----
.../log4j/core/config/ConfigurationFactory.java | 4 ++
.../core/config/DefaultConfigurationFactory.java | 8 +---
.../logging/log4j/core/impl/DefaultCallback.java | 8 +---
.../logging/log4j/core/lookup/Interpolator.java | 26 +++++++++----
.../logging/log4j/core/pattern/PatternParser.java | 12 +++---
.../flume/appender/FlumePersistentManager.java | 10 ++---
.../log4j/plugins/convert/TypeConverter.java | 5 +++
.../logging/log4j/plugins/di/DefaultInjector.java | 10 +++--
.../org/apache/logging/log4j/plugins/di/Keys.java | 4 ++
.../logging/log4j/plugins/util/PluginContext.java | 45 ----------------------
.../logging/log4j/plugins/util/PluginRegistry.java | 16 ++++----
12 files changed, 65 insertions(+), 96 deletions(-)
delete mode 100644
log4j-plugins/src/main/java/org/apache/logging/log4j/plugins/util/PluginContext.java