-
Bug
-
Resolution: Done
-
Major
-
None
-
None
This stream is not closed:
InputStream stream = module.getClassLoader().getResourceAsStream("META-INF/MANIFEST.MF"); Manifest manifest = null; if (stream != null) { manifest = new Manifest(stream); }
Perhaps this is the cause of JBEAP-12366
- relates to
-
JBEAP-12366 (7.4.z) CLI is unable to start embed-server multiple times in a loop
- Resolved
-
JBEAP-25789 CLI is unable to start embed-server multiple times in a loop
- Closed