ppkarwasz opened a new pull request, #2887: URL: https://github.com/apache/logging-log4j2/pull/2887
`Log4j2Plugins.dat` descriptors cause problems while shading an application that uses Log4j Core, since they need a specialized resource transformer to be merged. We maintain such a resource transformer for the Maven Shade Plugin and Gradle Up Shadow also contains a similar tool. Both of them have open issues. The remaining shading build tools, such as SBT Assembly, however, don't have any resource transformer capable of dealing with the `Log4j2Plugins.dat` format. This PR extends the `Log4j2Plugins.dat` format to allow it to contain `\n`-separated lists of serialized `PluginCache` objects. This will allow users to merge plugin caches using more standard tools. -- 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]
