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 by

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 down to are we going to d

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread cocorossello
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). -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Romain Manni-Bucau
presonally I got a lot of surprises with eclipselink (like good perf out of the both...cause cache is on by default which doesnt enjoy clustering the apps, like getting connections used outside transactions where the entity should be a dead DTO etc...) which made applications uncontrolled so OpenJP

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Maxim Solodovnik
Thanks :) We are currently using OpenJPA, and I'm a little bit worried regarding my next steps if I have to change it to something else. Hibernate is not an option due to licensing limitations ... On Wed, Sep 27, 2017 at 4:30 PM, Matthew Broadhead < matthew.broadh...@nbmlaw.co.uk> wrote: > hi Ma

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Matthew Broadhead
hi Maxim i wanted to use full stack TomEE (minimise external dependencies) and it seemed the in house JPA option gave me better support from the TomEE team.  also once i had overcome the differences between EclipseLink and OpenJPA OpenJPA seems to work more logically IMHO (less peculiarities). 

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Maxim Solodovnik
Hello Matthew, sorry for off-topic ... why have you migrated from EclipseLink? On Wed, Sep 27, 2017 at 4:22 PM, Matthew Broadhead < matthew.broadh...@nbmlaw.co.uk> wrote: > i am using TomEE 7.0.3 Plus with OpenJPA in production and haven't had any > problems although i get your point that it is

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-27 Thread Matthew Broadhead
i am using TomEE 7.0.3 Plus with OpenJPA in production and haven't had any problems although i get your point that it is only JPA 2.0. Romain Manni-Bucau and Mark Struberg have been great with support when I made the transition from EclipseLink to OpenJPA.  I also thought I heard the other day

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-26 Thread Andy Gumbrecht
Hi Danilo, I'd personally only consider Hibernate or EclipseLink as production contenders with TomEE. We can certify with either, but can only distribute EclipseLink. OpenJPA has lost it's momentum for sure, but that doesn't mean TomEE will stand still at all. It's only about packaging, so q

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread Danilo Cominotti Marques
Hello, David! Thanks for all the details. However, there is another point that currently worries me: is there any progress on the OpenJPA side of things? By looking at the commits log on GitHub (which should mirror the Apache repository), it doesn't seem like a 3.x release that targets JPA 2.1 wil

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread Matheus Eduardo Bonifacio Morais
Em 25-09-2017 19:02, David Blevins escreveu: > Hi Francois! > > As Mark mentions the Java EE 8 work is going on now. It will be compatible, > but not certified -- at least not directly. > > The story there is the Java EE TCK licensing agreement between Oracle and > Apache expired and is not bei

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread David Blevins
Hi Francois! As Mark mentions the Java EE 8 work is going on now. It will be compatible, but not certified -- at least not directly. The story there is the Java EE TCK licensing agreement between Oracle and Apache expired and is not being renewed due to disagreement on the terms. So Apache d

RE: TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread COURTAULT Francois
Hello, No doubt about that. My question is more, when could we expect to have TomEE 8 released ? Best Regards. -Original Message- From: Mark Struberg [mailto:strub...@yahoo.de.INVALID] Sent: lundi 25 septembre 2017 17:18 To: users@tomee.apache.org Subject: Re: TomEE -Java EE 8

Re: TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread Mark Struberg
Hi Francois! The community is already working on EE8. It's in the tomee8 branch. LieGrue, strub > Am 25.09.2017 um 17:15 schrieb COURTAULT Francois > : > > Hello everyone, > > As Java EE 8 is out, could you tell us when a TomEE version will be at least > compatible or certified released ?

TomEE -Java EE 8 compatible or certified ?

2017-09-25 Thread COURTAULT Francois
Hello everyone, As Java EE 8 is out, could you tell us when a TomEE version will be at least compatible or certified released ? Any pointer to TomEE roadmap ? (Maybe an announcement at Oracle Java One ?) Have to wait for TomEE 9 because of Servlet 4.0 ? Best Regards. ___