[GitHub] [tomee-site-generator] rzo1 opened a new pull request, #56: TomEE 9.0.0

2023-01-12 Thread GitBox


rzo1 opened a new pull request, #56:
URL: https://github.com/apache/tomee-site-generator/pull/56

   as the title says


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [tomee] jeanouii opened a new pull request, #1005: WIP Update Jakarta EE API to 10.1-M1

2023-01-12 Thread GitBox


jeanouii opened a new pull request, #1005:
URL: https://github.com/apache/tomee/pull/1005

   Update Johnzon to 2.0.0-SNAPSHOT
   Update Geronimo TxManager to 4.0.0-SNAPSHOT
   Fixes for API changes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomee.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: Post TomEE 9.0.0 final release

2023-01-12 Thread Jonathan Gallimore
I've started wiring up the Concurrency TCK here:
https://github.com/apache/tomee/tree/TOMEE-4159_Concurrency_TCK. After
updating the Jakarta EE API to 10, there are some compile issues,
particularly around the concurrency area, so there is some work to do
(which I'm looking at now!).

Cheers

Jon

On Thu, Jan 12, 2023 at 11:41 AM Jean-Louis Monteiro <
jlmonte...@tomitribe.com> wrote:

> I saw some commits. Thanks for the setup and the work.
> We have a couple of pending PRs ready for the different TCK (BVal, CDI,
> JSONB, JSONP, Concurrent).
>
> The challenge with standalone TCK is that if we don't find a way to run
> them on the cloud, we'll need to consolidate the results between the 2
> platforms. It will be definitely slower on the Apache CI system and will
> make the build unbelievably slow.
>
> We have some investment there. We can of course run in the cloud with `mvn
> verify -pl tck/bval-tomee` etc. But how are we going to collect the
> results? Furthermore for CDI and others, it would be great to split into
> smaller chunks to run in parallel.
>
>
> Long story short, there is some good investment to have on this area. It
> will definitely pay off in the long run.
>
> --
> Jean-Louis Monteiro
> http://twitter.com/jlouismonteiro
> http://www.tomitribe.com
>
>
> On Thu, Jan 12, 2023 at 2:54 AM David Blevins 
> wrote:
>
> > > On Jan 4, 2023, at 4:00 PM, David Blevins 
> > wrote:
> > >
> > > I created JIRAs for all the individual TCKs involved in EE 10.  Some of
> > these are already setup:
> > >
> > > TOMEE-4156   Platform/WebProfile TCK
> >
> > I have this at least minimally setup here:
> >
> >  - https://github.com/apache/tomee-tck
> >
> > There’s a `setup.sh` that will download and install the Jakarta EE 10
> > Platform & Web Profile TCK on your machine.
> >
> > General FYI on some tweaks I made to the branches.
> >
> >  - main: now points to TomEE 10 instead of TomEE 8
> >  - tomee-8.x: new branch made from the former `main` branch, dedicated to
> > TomEE 8
> >  - tomee-8.x: new branch made from the `jakartaee9-tck` branch, dedicated
> > to TomEE 9
> >
> > Next steps for me will be trying to get a run or two going up in the
> cloud
> > so we have some base numbers.  Quite a lot of the tests were moved out to
> > standalone TCKs, so there’ll some work to get a good view of how things
> > compare.
> >
> >
> > -David
> >
> >
>


Re: Post TomEE 9.0.0 final release

2023-01-12 Thread Jean-Louis Monteiro
I saw some commits. Thanks for the setup and the work.
We have a couple of pending PRs ready for the different TCK (BVal, CDI,
JSONB, JSONP, Concurrent).

The challenge with standalone TCK is that if we don't find a way to run
them on the cloud, we'll need to consolidate the results between the 2
platforms. It will be definitely slower on the Apache CI system and will
make the build unbelievably slow.

We have some investment there. We can of course run in the cloud with `mvn
verify -pl tck/bval-tomee` etc. But how are we going to collect the
results? Furthermore for CDI and others, it would be great to split into
smaller chunks to run in parallel.


Long story short, there is some good investment to have on this area. It
will definitely pay off in the long run.

--
Jean-Louis Monteiro
http://twitter.com/jlouismonteiro
http://www.tomitribe.com


On Thu, Jan 12, 2023 at 2:54 AM David Blevins 
wrote:

> > On Jan 4, 2023, at 4:00 PM, David Blevins 
> wrote:
> >
> > I created JIRAs for all the individual TCKs involved in EE 10.  Some of
> these are already setup:
> >
> > TOMEE-4156   Platform/WebProfile TCK
>
> I have this at least minimally setup here:
>
>  - https://github.com/apache/tomee-tck
>
> There’s a `setup.sh` that will download and install the Jakarta EE 10
> Platform & Web Profile TCK on your machine.
>
> General FYI on some tweaks I made to the branches.
>
>  - main: now points to TomEE 10 instead of TomEE 8
>  - tomee-8.x: new branch made from the former `main` branch, dedicated to
> TomEE 8
>  - tomee-8.x: new branch made from the `jakartaee9-tck` branch, dedicated
> to TomEE 9
>
> Next steps for me will be trying to get a run or two going up in the cloud
> so we have some base numbers.  Quite a lot of the tests were moved out to
> standalone TCKs, so there’ll some work to get a good view of how things
> compare.
>
>
> -David
>
>