]
Lukáš Fryč updated ARQ-1811:
----------------------------
Issue Type: Bug (was: Feature Request)
Support non Warp annotations on Lifecycle methods
-------------------------------------------------
Key: ARQ-1811
URL:
https://issues.jboss.org/browse/ARQ-1811
Project: Arquillian
Issue Type: Bug
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha7
Reporter: Aslak Knutsen
Fix For: warp_1.0.0.Beta1
Warp currently filter Lifecycle methods in the Inspection to only include requested
qualifier annotations.
This means any other annotation driven extension cause the Lifecycle method to be ignored
in-container.
https://github.com/arquillian/arquillian-extension-warp/blob/master/impl/...
The code needs to only match @WarpLifecycleTest annotated annotations.
note: BeforeServlet / AfterServlet currently are not annotated with @WarpLifecycleTest