VedantMadane opened a new pull request, #127: URL: https://github.com/apache/maven-shared-io/pull/127
## Summary fix: null-guard endsWith and ClassLoader lookups to avoid NPEs ## Changes - SingleTargetMapping and SuffixMapping: skip mapping when source or sourceSuffix is null instead of NPE from endsWith. - ClasspathResourceLocatorStrategy: fall back when context ClassLoader is null; message instead of NPE. - Add unit tests for null source on both mapping classes. - Addresses #94, #93, and #90. Fixes #94 -- 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]
