-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
---
-
---
Remove the workaround introduced by WFLY-19885, leaving only:
ModelFixer fixer = model -> { model.get(HandlerDefinitions.PATH_ELEMENT.getKeyValuePair()).setEmptyObject(); model.get(FilterDefinitions.PATH_ELEMENT.getKeyValuePair()).setEmptyObject(); return model; }; this.checkSubsystemModelTransformation(services, this.modelVersion, fixer, false);
in the test.
WFCORE-7036 needs to be merged and in WildFly's main branch before this cleanup can happen.
- depends on
-
WFCORE-7036 TransformationUtils.modelToResource() sometimes returns an undefined model
- Resolved
- is related to
-
WFLY-19885 Update UndertowSubsystemTransformerTestCase ModelFixer to work with and without WFCORE-7036
- Resolved