Re: TomEE -Java EE 8 compatible or certified ?

2017-09-28 Thread Mark Struberg
Hmm, EE8 requires Java8. Just from the API alone. And anything compiled with Java8 will also run on Java9, right? So I'd say the minimum requirement in TomEE8 is Java8. Btw, we still can use Java9 for the TomEE8 development! The new Java9 Maven build chain supports to generate real Java8 code

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-28 Thread David Blevins
> On Sep 27, 2017, at 3:00 AM, cocorossello wrote: > > Hi, > > One question about future TomEE 8. Would it be compatible with java 9? (I > mean project compiled to java 9, I can run tomee 7 with java 9 runtime but I > have to compile to java 8). Effectively that comes