Hi community, Trying to give visibility as much as possible. Here is a more high level status on Jakarta EE 8 TCK (EE 9 is close so I'll focus on EE 8)
I would say that most of the integration work has been done. We are mostly in a final stage where we need to check what a test is doing, and either find a better configuration for TomEE or fix it so it passes the TCK We are on the 98/99% with about 400 failures of the 32+k tests. See build https://tck.work/tomee/build?id=1607604502810 for example. We've already got some challenges or issues opened against Jakarta EE TCK or sub projects. - JPA - https://github.com/eclipse-ee4j/jpa-api/issues/299 - https://github.com/eclipse-ee4j/jpa-api/issues/300 - JTA - https://github.com/eclipse-ee4j/jta-api/issues/185 - Authentication (JASPIC) - https://github.com/eclipse-ee4j/authentication/issues/115 - https://github.com/eclipse-ee4j/authentication/issues/116 - https://github.com/eclipse-ee4j/authentication/issues/117 - EJB - https://github.com/eclipse-ee4j/ejb-api/issues/137 They do explain some failures in their areas. JTA I added a workaround for the moment that's why we are at 100%. Tomcat has some known failures on EL, JSP, Servet, WebSockets We need to find them and fix the remaining stuff. If you guys want to help, you can pick up one of the failures. Mind to check if they are either related to the tickets above or if they are known Tomcat issues. https://cwiki.apache.org/confluence/display/TOMCAT/Jakarta+EE+TCKs Of course, if you have any question or if you need assistance, let us know. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com
