irvingans opened a new issue, #1840: URL: https://github.com/apache/jena/issues/1840
### Version 3.16.0 ### What happened? I recently came across a bug in the source code where an InputStream is not closed properly. This could potentially lead to memory leaks and other issues. The code in question can be found in https://github.com/apache/jena/blob/main/jena-tdb1/src/main/java/org/apache/jena/tdb/setup/StoreParamsCodec.java. Specifically, the InputStream  is not being closed after use. I would like to report this issue and request that it be addressed in a future release. Closing the InputStream after use will prevent potential memory leaks and ensure proper resource management.  ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? Yes -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
