elharo opened a new issue, #410: URL: https://github.com/apache/maven-shared-utils/issues/410
Both `loadProperties(InputStream)` and `loadOptionalProperties(InputStream)` wrap the caller's stream in try-with-resources, which closes it. The Javadoc already says "In a future release, this will no longer close the stream." Fix: remove the try-with-resources wrapper and let the caller manage stream lifecycle. -- 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]
