Details
Description
For lazy construction/loading of some bits, MavenProject instances currently hold a reference to the ProjectBuildingRequest from which they were created. This proves to be problematic for IDE integration where those requests
a) hold a fair amount of memory (in particular the repo system cache)
b) hold references to potentially obsolete objects like GUI-backed transfer listeners
As such IDE integrators have the need to either nullify or update this request.
Activity
Benjamin Bentmann
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Benjamin Bentmann [ bentmann ] | |
| Fix Version/s | 3.0.1 [ 16331 ] | |
| Resolution | Fixed [ 1 ] |
Done in r1021500.