feat: support jboss and undertow

This commit is contained in:
ReaJason
2024-12-11 01:31:20 +08:00
parent af781e80a9
commit c30a00146d
28 changed files with 2403 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
integration-test:
strategy:
matrix:
middleware: [ "tomcat", "jetty" ]
middleware: [ "tomcat", "jetty", "jbossas", "jbosseap" ]
runs-on: ubuntu-latest
name: ${{ matrix.middleware }}
needs: [ unit-test ]