This is an automated email from the ASF dual-hosted git repository.
vy pushed a change to branch fix/2.x/JTL-prop-subs
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
from 03993a8eeb Apply review feedback
add feb2e53e3c Revert code changes and only update docs
No new revisions were added by this update.
Summary of changes:
.../plugins/visitors/PluginAttributeTest.java | 270 ---------------------
.../visitors/PluginBuilderAttributeTest.java | 121 ---------
.../log4j/core/config/plugins/PluginAttribute.java | 5 -
.../config/plugins/PluginBuilderAttribute.java | 5 -
.../log4j/core/config/plugins/package-info.java | 2 +-
.../plugins/visitors/PluginAttributeVisitor.java | 2 +-
.../visitors/PluginBuilderAttributeVisitor.java | 2 +-
.../PatternResolverPropertySubstitutionTest.java | 96 --------
.../resources/threadLocalRecyclerNestedLogging.xml | 4 +-
.../layout/template/json/JsonTemplateLayout.java | 6 +-
.../template/json/resolver/PatternResolver.java | 16 +-
...d-substitute-flag-to-PluginBuilderAttribute.xml | 8 -
.../.2.x.x/fix-PatternResolver-lookup-handling.xml | 8 -
.../log4j2.json | 0
.../log4j2.properties | 0
.../log4j2.xml | 0
.../log4j2.yaml | 0
.../property-substitution/log4j2.json | 27 +++
.../log4j2.properties | 6 +-
.../{usage => property-substitution}/log4j2.xml | 7 +-
.../{usage => property-substitution}/log4j2.yaml | 6 +-
.../ROOT/pages/manual/json-template-layout.adoc | 195 ++++++++++-----
.../antora/modules/ROOT/pages/manual/layouts.adoc | 4 -
.../antora/modules/ROOT/pages/manual/lookups.adoc | 1 +
.../modules/ROOT/pages/manual/pattern-layout.adoc | 52 +++-
.../layouts-gcfree-property-substitution.adoc | 21 --
26 files changed, 233 insertions(+), 631 deletions(-)
delete mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginAttributeTest.java
delete mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/plugins/visitors/PluginBuilderAttributeTest.java
delete mode 100644
log4j-layout-template-json-test/src/test/java/org/apache/logging/log4j/layout/template/json/resolver/PatternResolverPropertySubstitutionTest.java
delete mode 100644
src/changelog/.2.x.x/add-substitute-flag-to-PluginBuilderAttribute.xml
delete mode 100644 src/changelog/.2.x.x/fix-PatternResolver-lookup-handling.xml
rename
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
=> event-template-additional-field}/log4j2.json (100%)
rename
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
=> event-template-additional-field}/log4j2.properties (100%)
rename
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
=> event-template-additional-field}/log4j2.xml (100%)
rename
src/site/antora/modules/ROOT/examples/manual/json-template-layout/{eventTemplateAdditionalField
=> event-template-additional-field}/log4j2.yaml (100%)
create mode 100644
src/site/antora/modules/ROOT/examples/manual/json-template-layout/property-substitution/log4j2.json
copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage
=> property-substitution}/log4j2.properties (66%)
copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage
=> property-substitution}/log4j2.xml (79%)
copy src/site/antora/modules/ROOT/examples/manual/json-template-layout/{usage
=> property-substitution}/log4j2.yaml (76%)
delete mode 100644
src/site/antora/modules/ROOT/partials/manual/layouts-gcfree-property-substitution.adoc