]
Aslak Knutsen updated ARQ-472:
------------------------------
Fix Version/s: 1.1.8.Final
(was: 2.0.0.CR1)
Metadata annotations should not be read directly from the Java
Classes
----------------------------------------------------------------------
Key: ARQ-472
URL:
https://issues.jboss.org/browse/ARQ-472
Project: Arquillian
Issue Type: Feature Request
Components: Base Implementation
Affects Versions: 1.0.0.Final
Reporter: Aslak Knutsen
Fix For: 1.1.8.Final
To better support Alternative languages on the JVM we should move away from reading
MetaData annotations directly from the Java Classes, instead create a MetaModel
indirection that is replaceable and can be implemented to fit specific needs.
This goes for Metadata Annotations like @RunAsClient, @OperatesOnDeployment,
@OperatesOnContainer, @Deployment etc