OpenLiberty / liberty-arquillian

Arquillian Liberty Managed and Remote containers
Apache License 2.0
10 stars 29 forks source link

Fix REST protocol when no servlets are defined and switch to newer Arquillian and liberty levels #132

Closed jhanders34 closed 1 year ago

jhanders34 commented 1 year ago

Short description of what this resolves:

Fixes scenarios where a WAR is a test archive and doesn't have servlets and you are using the REST protocol. This problem was identified with using the new 1.7.0.Final Arquillian release with the CDI TCK.

Changes proposed in this pull request:

Fixes: #113