arquillian / arquillian-container-tomcat

Arquillian Containers for Tomcat
https://arquillian.org
25 stars 36 forks source link

Refactor main branch to only have jakarta.servlet #120

Closed starksm64 closed 2 years ago

starksm64 commented 2 years ago

We have too many versions of Tomcat in here to maintain effectively, and with the javax.servlet to jakarta.servlet split, there is a natural point to separate legacy vs active. We need to move the javax.servlet based containers to a new branch and have main target jakarta.servlet with only Tomcat 10.1 and higher.