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

Matt Sicker commented on LOG4J2-683:
------------------------------------

# You can't call methods in an annotation like that.
# I don't think you can increase the supported source version without compiling 
against that version of the API. The reasoning behind this annotation is due to 
changes in the model classes and such that go with the annotation processing 
API.

> PluginProcessor outputs warning if running JRE>6
> ------------------------------------------------
>
>                 Key: LOG4J2-683
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-683
>             Project: Log4j 2
>          Issue Type: Bug
>    Affects Versions: 2.0-rc2
>         Environment: JRE 8
>            Reporter: Jurriaan Mous
>
> Output:
> warning: Supported source version 'RELEASE_6' from annotation processor 
> 'org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor' less 
> than -source '1.8'
> Code in PluginProcessor:
> @SupportedSourceVersion(SourceVersion.RELEASE_6)
> Should probably be:
> @SupportedSourceVersion(SourceVersion.latest())
> This way it gets the latest value from the JRE environment and will also run 
> in JRE6



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to