elharo opened a new pull request, #374: URL: https://github.com/apache/maven-filtering/pull/374
Fixes #350 `MavenResourcesExecution.copyOf()` was missing four fields: - `flatten` - `propertiesEncoding` - `delimiters` - `interpolatorCustomizer` These fields were silently dropped when `BaseFilter` clones the execution object via `copyOf()`, causing unexpected behavior when the copied instance was used for filtering. This fix adds the missing field copies and includes tests to verify all four fields are preserved. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
