-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Konrad Windszus opened MSHARED-1412 and commented
The default implementation of getDefaultFilterWrappers always returns a single element list containing a Wrapper (
| defaultFilterWrappers.add(wrapper); |
That Wrapper's Interpolator should be customizable with regards to
Currently neither the Interpolator nor the Wrapper class is exposed or can be extended.
As not every DefaultFilterInfo implementation necessarily relies on the Plexus Interpolator this should probably be part of a dedicated interface which is only implemented for Interpolator based default filters.
Affects: maven-filtering-3.3.2
Issue Links:
- JCRVLT-757 Optionally apply Enhanced DocView XML escaping to filtered values
Remote Links:
Backported to: maven-filtering-3.4.0
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function