Re: Jakarta EE 10 status

2023-02-09 Thread Jean-Louis Monteiro
Thanks for the Jenkins build. I was using the parametrized one Richard created but it's definitely easier with a dedicated build. I looked at both Jenkins and TCK, and it looks not too bad considering the amount of changes applied both to TomEE and third party libraries + dependencies management.

Re: Jakarta EE 10 status

2023-02-09 Thread Jean-Louis Monteiro
I understand what you meant. At least the "let's get EE 10 tests to run with TomEE 9 and then start upgrading". This is why I reverted some changes. At the same time, while you were working on it, I started doing a list of everything and trying to determine an order to avoid wait times and favor

Re: Jakarta EE 10 status

2023-02-08 Thread David Blevins
> On Feb 8, 2023, at 4:15 PM, David Blevins wrote: > > > >> On Feb 8, 2023, at 2:53 PM, David Blevins wrote: >> >>> On Feb 8, 2023, at 1:16 PM, David Blevins wrote: >>> On Feb 6, 2023, at 7:39 AM, Jean-Louis Monteiro wrote: Jon did the merge into our Jakarta

Re: Jakarta EE 10 status

2023-02-08 Thread David Blevins
> On Feb 8, 2023, at 2:53 PM, David Blevins wrote: > >> On Feb 8, 2023, at 1:16 PM, David Blevins wrote: >> >>> On Feb 6, 2023, at 7:39 AM, Jean-Louis Monteiro >>> wrote: >>> >>> Jon did the merge into our Jakarta branch, so we can close the PR now >> >> I just saw that branch. The

Re: Jakarta EE 10 status

2023-02-08 Thread David Blevins
> On Feb 8, 2023, at 1:16 PM, David Blevins wrote: > >> On Feb 6, 2023, at 7:39 AM, Jean-Louis Monteiro >> wrote: >> >> Jon did the merge into our Jakarta branch, so we can close the PR now > > I just saw that branch. The idea I had of not merging to main was so we > could first get test

Re: Jakarta EE 10 status

2023-02-08 Thread David Blevins
> On Feb 6, 2023, at 7:39 AM, Jean-Louis Monteiro > wrote: > > Jon did the merge into our Jakarta branch, so we can close the PR now I just saw that branch. The idea I had of not merging to main was so we could first get test coverage established and then start doing small changes, bit by

Re: Jakarta EE 10 status

2023-02-06 Thread Jean-Louis Monteiro
Jon did the merge into our Jakarta branch, so we can close the PR now -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Feb 6, 2023 at 4:33 PM Jean-Louis Monteiro wrote: > let's merge it into the branch > awesome, I'll get that in for you. Thank you > >

Re: Jakarta EE 10 status

2023-02-06 Thread Jean-Louis Monteiro
let's merge it into the branch awesome, I'll get that in for you. Thank you -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Feb 6, 2023 at 4:32 PM Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > Already created a PR:

Re: Jakarta EE 10 status

2023-02-06 Thread Thomas Andraschko
Already created a PR: https://github.com/apache/tomee/pull/1019 just the samples are using the old JSF managed beans, tomee-myfaces and other modules compiles fine Am Mo., 6. Feb. 2023 um 16:19 Uhr schrieb Jean-Louis Monteiro < jlmonte...@tomitribe.com>: > I looked at the new RC4 and it looks

Re: Jakarta EE 10 status

2023-02-06 Thread Jean-Louis Monteiro
I looked at the new RC4 and it looks like a big refactoring? So moving to RC4 requires some thoughts. For instance, the APIs changed and therefore tomee-myfaces does not compile anymore after upgrading. I'm wondering if this is even required now. I think Romain did most of the integration at that

Re: Jakarta EE 10 status

2023-02-06 Thread Thomas Andraschko
Mojarra is final, in MyFaces we have already RC4 which is close to final. Am Mo., 6. Feb. 2023 um 13:56 Uhr schrieb Jean-Louis Monteiro < jlmonte...@tomitribe.com>: > That's awesome. Is there any snapshot already? > I believe this is not final yet? > > -- > Jean-Louis Monteiro >

Re: Jakarta EE 10 status

2023-02-06 Thread Jean-Louis Monteiro
That's awesome. Is there any snapshot already? I believe this is not final yet? -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Feb 6, 2023 at 1:07 PM Thomas Andraschko < andraschko.tho...@gmail.com> wrote: > JFYI: I also created a PR for Faces4.0;

Re: Jakarta EE 10 status

2023-02-06 Thread Thomas Andraschko
JFYI: I also created a PR for Faces4.0; both Mojarra and MyFaces are ready actually Am Mo., 6. Feb. 2023 um 13:00 Uhr schrieb Jean-Louis Monteiro < jlmonte...@tomitribe.com>: > Hi all, > > As you know, TomEE 9.0.0 reached final and we immediately switched to TomEE > 10 actively. > > For TomEE,

Jakarta EE 10 status

2023-02-06 Thread Jean-Louis Monteiro
Hi all, As you know, TomEE 9.0.0 reached final and we immediately switched to TomEE 10 actively. For TomEE, here is the branch https://github.com/apache/tomee/pull/1005--> it's fairly big now because it has also some additional standalone TCKs added. Jakarta EE API has been updated