This is an automated email from the ASF dual-hosted git repository.
ckozak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.
from 5bad9ce Fix string substitution recursion
new 36511ac LOG4J2-3270 Provide separation between MapMessage and
properties lookups
new 7df9c1b LOG4J2-3264: Fix MapLookup to lookup MapMessage before
DefaultMap
new 7ba4e0b LOG4J2-3264 changelog
new 7472815 Add missing license headers
new c1e006c Document changes to lookups in 2.17.0
The 5 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:
docs/2.17.0-interpolation.md | 156 +++++++++++++++++++++
.../RollingFileAppenderReconfigureTest.java | 2 +-
.../log4j/core/lookup/InterpolatorTest.java | 70 ++++++++-
.../core/lookup/MainInputArgumentsMapLookup.java | 16 +++
.../logging/log4j/core/lookup/MapLookupTest.java | 6 +-
.../log4j/core/lookup/StrSubstitutorTest.java | 33 ++++-
.../log4j/core/config/AbstractConfiguration.java | 4 +-
.../log4j/core/config/PropertiesPlugin.java | 4 +-
.../core/lookup/ConfigurationStrSubstitutor.java | 16 +++
.../logging/log4j/core/lookup/Interpolator.java | 5 +-
.../lookup/JmxRuntimeInputArgumentsLookup.java | 14 ++
.../logging/log4j/core/lookup/MapLookup.java | 15 +-
.../log4j/core/lookup/PropertiesLookup.java | 68 +++++++++
.../log4j/core/lookup/RuntimeStrSubstitutor.java | 16 +++
.../logging/log4j/core/lookup/StrSubstitutor.java | 8 +-
src/changes/changes.xml | 6 +
16 files changed, 409 insertions(+), 30 deletions(-)
create mode 100644 docs/2.17.0-interpolation.md
create mode 100644
log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/PropertiesLookup.java