> On Jan 4, 2023, at 4:00 PM, David Blevins <david.blev...@gmail.com> 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