|
[
Permlink
| « Hide
]
Jed Wesley-Smith [Atlassian] added a comment - 21/Mar/07 06:35 PM
a SoftReference to the list of values for an issue is now stored into the map, tested with large data-set and now works correctly.
The fix does not preserve backwards-compatability. In particular the case of a null issueID no longer queries the database. This should definitely happen, even though there should never be any custom field values with a null issueID, the EagerLoadingOfBizCustomFieldPersister should not encode this logic.
Now correctly calls through to the database with a null id
Attached is a patch that will work for JIRA 3.7.x
If you are using JIRA Standalone please do the following: 1. Download the attached EagerLoadingOfBizCustomFieldPersister*class files If you are using the WAR distribution of JIRA please do the following: 1. Download the attached EagerLoadingOfBizCustomFieldPersister*class files |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||