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 e8fdd73 Make TypeConverter plugins injectable
new 586c3ce Add LazyValue::from static factory
new 1949e6a Add RequiredProperty constraint to JndiLookup
new e3a462a Add lazy loading support for StrLookup plugins
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/logging/log4j/util/LazyValue.java | 15 +++--
.../log4j/core/config/AbstractConfiguration.java | 12 ++--
.../log4j/core/config/ConfigurationFactory.java | 6 +-
.../log4j/core/config/PropertiesPlugin.java | 5 +-
.../logging/log4j/core/impl/DefaultCallback.java | 14 +++++
.../logging/log4j/core/lookup/Interpolator.java | 66 +++++++++-------------
.../log4j/core/lookup/InterpolatorFactory.java | 9 +--
.../logging/log4j/jndi/lookup/JndiLookup.java | 9 +--
8 files changed, 73 insertions(+), 63 deletions(-)
copy
log4j-layout-template-json/src/main/java/org/apache/logging/log4j/layout/template/json/util/Recycler.java
=>
log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/InterpolatorFactory.java
(84%)