This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 8b6df44 LOG4J2-3356 JPMS-export all JsonTemplateLayout packages.
8b6df44 is described below
commit 8b6df4436376aa66e26570ae41dcbf01965e1448
Author: Volkan Yazici <[email protected]>
AuthorDate: Sun Feb 13 21:20:40 2022 +0100
LOG4J2-3356 JPMS-export all JsonTemplateLayout packages.
---
log4j-layout-template-json/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-layout-template-json/pom.xml
b/log4j-layout-template-json/pom.xml
index 8f8705c..3f830fa 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -126,7 +126,7 @@
<instructions>
<Fragment-Host>org.apache.logging.log4j.core</Fragment-Host>
<Bundle-SymbolicName>org.apache.logging.log4j.layout.template.json</Bundle-SymbolicName>
-
<Export-Package>org.apache.logging.log4j.layout.template.json</Export-Package>
+
<Export-Package>org.apache.logging.log4j.layout.template.json.*</Export-Package>
</instructions>
</configuration>
</plugin>