[
https://issues.jboss.org/browse/ARQ-1555?page=com.atlassian.jira.plugin.s...
]
John Ament commented on ARQ-1555:
---------------------------------
Actually, I think there's a bigger issue.
In order to use ArquillianResource, need to implement a ResourceProvider. However, the
lookup method doesn't give you access to the class that was requested. For static
resources, this works fine because you know the type expected. In this case, we use
dynamic type invocation.
So, I think we need a core change to indicate the class to provide.
Rest Extension clients should be decoupled from RestEasy
--------------------------------------------------------
Key: ARQ-1555
URL:
https://issues.jboss.org/browse/ARQ-1555
Project: Arquillian
Issue Type: Enhancement
Security Level: Public(Everyone can see)
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).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira