You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Volkan Yazici (Jira)" <ji...@apache.org> on 2022/05/06 14:20:00 UTC

[jira] [Created] (LOG4J2-3502) Add JPMS support for JsonTemplateLayout

Volkan Yazici created LOG4J2-3502:
-------------------------------------

             Summary: Add JPMS support for JsonTemplateLayout
                 Key: LOG4J2-3502
                 URL: https://issues.apache.org/jira/browse/LOG4J2-3502
             Project: Log4j 2
          Issue Type: Improvement
          Components: JsonTemplateLayout
            Reporter: Volkan Yazici
             Fix For: 3.0.0


The list of things to be done are as follows:
 # Create src/main/java/module-info.java in log4j-jtl module
 # Remove automatic module from log4j-jtl/pom.xml
 # Create log4j-jtl-test module
 ## Move log4j-jtl/src/test to log4j-jtl-test/src/test
 ## Move utility classes from src/test to src/main
 ## Move all classes from .jtl package to .jtl.test package
 ## Update log4j-jtl-test/pom.xml to reflect the package path change
 ## Fix log4j-jtl testJar dependency in log4j-perf



--
This message was sent by Atlassian Jira
(v8.20.7#820007)