elharo opened a new pull request, #627: URL: https://github.com/apache/maven-war-plugin/pull/627
Fixes #621 `Objects.toString(x)` converts `null` to the literal string `"null"`, not `""`. This caused overlay-to-artifact matching to fail when one side had a null classifier and the other had an empty string, contradicting the documented MWAR-241 intent. Includes TDD: wrote failing test (null-classifier overlay vs empty-classifier artifact throws `InvalidOverlayConfigurationException`), then applied the fix. -- 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]
