OpenLiberty / liberty-arquillian

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

liberty-remote's `README.md` references unavailable feature #99

Closed rslemos closed 3 years ago

rslemos commented 3 years ago

In liberty-remote's README.md, the developer is asked to add feature restConnector-1.0, which is not available for open liberty.

cherylking commented 3 years ago

I think the documentation just needs to be updated to require restConnector-2.0 feature. Does it work for you if you add that feature instead?

rslemos commented 3 years ago

I've updated to restConnector-2.0, but I'm still having many many problems. It will take a long time before I can tell if it is indeed working.

rslemos commented 3 years ago

As matter of fact, https://github.com/OpenLiberty/liberty-arquillian/blob/arquillian-parent-liberty-1.0.6/liberty-remote/src/test/resources/server.xml uses restConnector-2.0. So, it seems to be just a bug in documentation.