-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Do
-
Affects Version/s: 5.6
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Runtime
We would like to be able to configure the JettyFeature with a deployment descriptor file (web.xml) as the WebXml annotation allows it for the WebengineFeature.
This implies:
- moving the WebXml annotation to the nuxeo-runtime-test module
- moving the code of WebengineFeature#initialize(FeaturesRunner runner) and WebengineFeature#configure(RuntimeHarness harness, File workingDir) to the JettyFeature.
- depends on
-
NXP-10297 Ensure test features use FeaturesRunner#getConfig(Class<T> type) instead of FeaturesRunner#getScanner()
- Resolved