[jboss-jira] [JBoss JIRA] (LOGTOOL-105) Option to have LoggingToolsProcessor to not use javax.annotation.Generated
James Perkins (JIRA)
issues at jboss.org
Fri Apr 7 14:31:00 EDT 2017
[ https://issues.jboss.org/browse/LOGTOOL-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13391047#comment-13391047 ]
James Perkins commented on LOGTOOL-105:
---------------------------------------
The original PR has a conflict and I went with a slightly different approach. The new PR, https://github.com/jboss-logging/jboss-logging-tools/pull/60, attempts to figure out which annotation it can use and if neither can be used then no annotation will be added to the generated source.
> Option to have LoggingToolsProcessor to not use javax.annotation.Generated
> --------------------------------------------------------------------------
>
> Key: LOGTOOL-105
> URL: https://issues.jboss.org/browse/LOGTOOL-105
> Project: Log Tool
> Issue Type: Feature Request
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 2.1.0.Alpha2
>
>
> To allow projects using the JBoss Logging annotation processor to test latest Java 9 Jigsaw builds, we need to be able to workaround issue
> https://bugs.openjdk.java.net/browse/JDK-8152842
> I'm introducing an annotation processor option which will cause the generated source code to "forget" to mark the generated code with {{javax.annotation.Generated}}.
> -{{AskipGeneratedAnnotation=true}}
> The JMH annotation processor followed a similar path:
> https://bugs.openjdk.java.net/browse/CODETOOLS-7901643
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list