Currently, it's really on work in progress only and need to build locally few projects
Current tests failures:
- com.sun.ts.tests.servlet.api.jakarta_servlet_http.sessioncookieconfig.URLClient.constructortest1() (need to update from
master
branch)
https://jenkins.webtide.net/job/tck/job/tck-servlet-arquillian-experiment/job/jetty-12-ee10/ or gh action of this project
This will build only the servlet TCK module
git clone https://github.com/jakartaee/servlet.git
cd servlet
mvn clean install
NOT NEEDED ANYMORE
git clone https://github.com/arquillian/arquillian-container-jetty
cd arquillian-container-jetty
mvn install
This project
git clone https://github.com/jetty-project/servlet-tck-run
cd servlet-tck-run
git switch jetty-12-ee10
mvn verify