gnodet opened a new pull request, #2943: URL: https://github.com/apache/cxf/pull/2943
## Summary - Wrap `InputStream` in try-with-resources in `PlugInClassLoader.getProperties()` - Wrap `ResultSet` in try-with-resources in `RMTxStore.verifyTable()` Cherry-picked the valid parts of #2253 (CXF-9107). The other two changes from that PR were either already merged (#2781) or invalid per JAX-RS spec (JSONProvider stream ownership). Closes #2253 -- 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]
