Hi Vijay, The pom does in deed specify Java 1.7 as both source as target. I believe that a JDK 8 compiler will respect that also, so the output bytecode is Java 7 compatible. Have you actually tried running MM with Java 1.7 and seen it fail, because I believe it to work.
Kasper 2016-10-07 4:56 GMT-07:00 Vijay Kumar Jalagari <[email protected]>: > Hi, > > According to metamodel source its compatible with java 1.7 but OOTB jar > provided by maven artifactory is java 1.8 ( Build-Jdk: 1.8.0_77 ) > > One options is build the metamodel with 1.7 and include in required other > application but is there any better approach? > > [0] - https://github.com/apache/metamodel/blob/master/pom.xml#L169-L176 > > > Regards, > Vijay Kumar J > >
