You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Gregg Donovan (JIRA)" <ji...@apache.org> on 2019/08/18 00:06:00 UTC

[jira] [Created] (LOG4J2-2676) Backport PluginProcessor use of javax.annotation.processing.Messager to 2.12.x/2.13

Gregg Donovan created LOG4J2-2676:
-------------------------------------

             Summary: Backport PluginProcessor use of javax.annotation.processing.Messager to 2.12.x/2.13
                 Key: LOG4J2-2676
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2676
             Project: Log4j 2
          Issue Type: Improvement
          Components: Plugins
    Affects Versions: 2.12.1
            Reporter: Gregg Donovan
             Fix For: 2.13.0


PluginProcessor, as of 2.12.1, writes status messages to System.out. This breaks using the Log4J annotation processor with Bazel, as it expects those messages to be sent to javax.annotation.processing.Messager. PluginProcessor on master uses Messager. This ticket is to track backporting just that change to either 2.12.2 or 2.13.0, whatever makes the most sense.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)