You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/15 23:04:00 UTC

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

    [ https://issues.apache.org/jira/browse/LOG4J2-2676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037656#comment-17037656 ] 

ASF subversion and git services commented on LOG4J2-2676:
---------------------------------------------------------

Commit e1490446c07f60f182b7203ff93f004b031eea89 in logging-log4j2's branch refs/heads/release-2.x from Ralph Goers
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=e149044 ]

LOG4J2-2676 - PluginProcessor should use Messager instead of writing to System.out


> 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
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 2.13.1
>
>
> 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.
> See [this discussion|https://lists.apache.org/thread.html/26501473dc123ba907880a6e5baf51cde45311652c3a8beec714d9fb@%3Clog4j-user.logging.apache.org%3E] on the mailing list for more context.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)