in fixing JRA-9415, IssueEvents (of type IssueUpdate) will be fired with a null changelog if there is an edit to an issue that has no other change than a comment.
The upgrade guide needs to warn developers of custom listeners not to assume this property will never be null.
Description
in fixing JRA-9415, IssueEvents (of type IssueUpdate) will be fired with a null changelog if there is an edit to an issue that has no other change than a comment.
The upgrade guide needs to warn developers of custom listeners not to assume this property will never be null.
JRA-9415could cause NPE in third party IssueEvent listeners.