[hibernate-issues] [Hibernate-JIRA] Created: (METAGEN-78) Support for Java 7

Jonathan Russell (JIRA) noreply at atlassian.com
Wed Jan 4 14:34:09 EST 2012


Support for Java 7
------------------

                 Key: METAGEN-78
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/METAGEN-78
             Project: Hibernate Metamodel Generator
          Issue Type: Improvement
          Components: processor
    Affects Versions: 1.1.1.Final, 1.2.next, 2.0
         Environment: Hibernate 3.6.4.Final, Metamodel Generator 1.1.1.Final, Java 7
            Reporter: Jonathan Russell
            Assignee: Hardy Ferentschik


When compiling my JPA2 project using Java 7 I get the following warning: 

[INFO] diagnostic Note: Hibernate JPA 2 Static-Metamodel Generator 1.1.1.Final
[INFO] diagnostic warning: Supported source version 'RELEASE_6' from annotation processor 'org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor' less than -source '1.7'

Looking at the source for the class I see:

@SupportedSourceVersion(RELEASE_6)
...
public class JPAMetaModelEntityProcessor extends AbstractProcessor {


I don't know what kind of problems, if any, actually result at this time.  However, I'd like to be able to use the MetaModel and Java 7.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list