Piotr Kubowicz created OPENJPA-2300:
---------------------------------------
Summary: Enhancer shows warnings when executed on Java 7 sources
Key: OPENJPA-2300
URL: https://issues.apache.org/jira/browse/OPENJPA-2300
Project: OpenJPA
Issue Type: Bug
Components: Enhance
Affects Versions: 2.2.1
Environment: OpenJPA 2.2.1
Reporter: Piotr Kubowicz
Priority: Minor
When running {{openjpac}} Ant task on Java sources set to Java 7 compatibility,
the following warning is shown:
[javac] warning: Supported source version 'RELEASE_6' from annotation
processor 'org.apache.openjpa.persistence.meta.AnnotationProcessor6' less than
-source '1.7'
This is because AnnotationProcessor6.java contains:
@SupportedSourceVersion(RELEASE_6)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira