Fixed
Details
Assignee
Ian YoungIan YoungReporter
Ian YoungIan YoungComponents
Fix versions
Affects versions
Details
Details
Assignee
Ian Young
Ian YoungReporter
Ian Young
Ian YoungComponents
Fix versions
Affects versions
Created November 27, 2015 at 8:22 PM
Updated December 22, 2015 at 6:01 PM
Resolved December 1, 2015 at 10:54 AM
The
NamespaceStrippingStage
is useful but in many cases we either want to (a) remove multiple namespaces at once or (b) whitelist rather than blacklist. We should introduce a newNamespacesStrippingStage
to do this, with awhitelisting
property and anamespaces
property taking a collection of namespaces to consider.We should be able to refactor
NamespaceStrippingStage
so that the main logic is shared between the two stages.There's an implementation of this in the
ukf-mda
project.