Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-beta-2
-
Fix Version/s: 1.1-beta-3
-
Component/s: core
-
Labels:None
-
Number of attachments :
Description
org.apache.maven.MavenUtils.loadProperties(..) does not close the FileInputStream (relying upon finalization)
See attached patch.
Attachments
Issue Links
| This issue is depended upon by: | ||||
| MAVEN-1733 | Bootstrap failure: Unable to delete directory ... |
|
|
|
Also have patch for JellyScriptHousing that ensures close() is called in a finally block.