ppkarwasz commented on issue #2814: URL: https://github.com/apache/logging-log4j2/issues/2814#issuecomment-2277410737
@asanguinetti, Thanks for the bug report and the minimal reproducible example. The JPMS access problems should be fixed by #2815. **Remark**: the `JsonLayout` class will be removed in 3.x. However JTL already has an embedde [`JsonLayout.json`](https://github.com/apache/logging-log4j2/blob/2.x/log4j-layout-template-json/src/main/resources/JsonLayout.json) template that mimics the way `JsonLayout` works. Since Log4j plugins are retrieved by plugin name and not class name, we could create a new plugin called "JsonLayout" that returns a properly configured `JsonTemplateLayout`. @vy, what do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
