Closed dstenger closed 3 years ago
@dstenger
I am able to reproduce the reported behavior. The jetty-server
dependency updated to a newer version but jetty-servlet
dependency having an older version. I updated the version and able to get a response of Capabilities generated service.
Please find the changes in #21 PR.
Following error is thrown when trying to retrieve the Capabilities of a generated service:
The test suite was started with Docker by executing
mvn clean install docker:run -Pdocker
.