]
Jason Porter commented on ARQ-1555:
-----------------------------------
Are we still thinking this is not easily fixable to use ArquillianResource? Seems like it
shouldn't be that difficult. What am I missing?
Rest Extension clients should be decoupled from RestEasy
--------------------------------------------------------
Key: ARQ-1555
URL:
https://issues.jboss.org/browse/ARQ-1555
Project: Arquillian
Issue Type: Enhancement
Components: Extension - REST
Reporter: John Ament
Priority: Minor
Currently, the annotation marking a REST client is
"ArquillianResteasyResource", this implies that the client framework can only
ever work with RestEasy. I would like to propose renaming this annotation
ArquillianRestClient, which clearily identifies it as being useful to any Rest Client
framework, and make it's clearer that it's a client API (not the resource itself).