@Amol: aren't you an expert of TomEE able to assist guys like you sent on one of your previous mail ;)? Trunk is the one documented on our website and we use a standard svn layout so 1.7.0 branch is not that far :D
@Niki: container has this restriction to be certified but then can run on multiple JVMs. There is no real container (or usable in real at least) which runs on a single JVM otherwise you can't make your app evolving fast enough and you can't handle security constraints of real life. This is not adding JDK features to the container but allowing you to use it where it is possible (stream() etc...). Of course some special classes (entities etc..) have still some JVM-n constraints. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-07-04 18:23 GMT+02:00 Niki Dokovski <[email protected]>: > Hi, > > Addinj JDK 8 features will break JDK requirements in Java EE platform spec. > Particularly EE 2.4.1 Container Requirements > > TomEE 1.x targets Java EE 6, hence should run with JDK 6. > TomEE 2.x will target Java EE 7, hence should run with JDK 7. > > > Best Regards > > > Niki Dokovski | @nickytd > > > On 04.07.2014, at 19:20, Romain Manni-Bucau <[email protected]> wrote: > >> Hi >> >> 1.7.0 and 2.0.0 will. >> >> >> Romain Manni-Bucau >> Twitter: @rmannibucau >> Blog: http://rmannibucau.wordpress.com/ >> LinkedIn: http://fr.linkedin.com/in/rmannibucau >> Github: https://github.com/rmannibucau >> >> >> 2014-07-04 18:16 GMT+02:00 Amol Khanolkar <[email protected]>: >>> Hi >>> >>> Can anyone point me to exact trunk of Tomee which woul work with java 8 and >>> above. Planning to add java8 features. >>> >>> >>> Regards >
