elharo commented on PR #563: URL: https://github.com/apache/maven-jar-plugin/pull/563#issuecomment-5021468438
Addressed Copilot review comments: 1. **Resource leak**: Wrapped `JarFile` in `withCloseable` to ensure the handle is released. 2. **Assertion message**: Added a diagnostic message to the assertion showing the actual `Multi-Release` value on failure. 3. **PR description**: Removed the `module-info.class` example since the test uses a text file (any entry under `META-INF/versions/` triggers detection). -- 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]
