elharo commented on PR #487: URL: https://github.com/apache/maven-dependency-plugin/pull/487#issuecomment-2489427757
Hooray for tests. I was able to narrow down the problem to the change from StringUtils.split(foo to foo.split. I'm not immediately sure why/how those two split methods differ but they do. So this PR now removes usages of StringUtils except for StringUtils.split. I'll address that carefully in a subsequent PR after more investigation. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org