Integrated: 1426: IssueNotifier fails to update Resolved In Build for fixVersion with openjdk prefix

Erik Joelsson erikj at openjdk.java.net
Thu May 5 18:34:18 UTC 2022


On Wed, 4 May 2022 21:13:47 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> The IssueNotifier is supposed to update the Resolved In Build field of issues when a new build tag is added to a repo. It does this by finding all commits present in the new tag, but not present in the previous one. It also verifies that the fixversion for those issues match the tag. This latter verification fails if the fixVersion has an openjdk prefix as the tags do not. Specifically issues with fixVersion openjdk8u342 did not get updated when the tag jdk8u342-b01 was added to https://github.com/openjdk/jdk8u.
> 
> This patch tries to address this. I didn't want to hard code the string "openjdk" in yet another location, so any lower case only prefix will be ignored when doing this match. Please let me know if I missed something.

This pull request has now been integrated.

Changeset: 383283e8
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/383283e85ac1b5c5b4d340ec9864f044baa34d34
Stats:     114 lines in 2 files changed: 111 ins; 2 del; 1 mod

1426: IssueNotifier fails to update Resolved In Build for fixVersion with openjdk prefix

Reviewed-by: kcr

-------------

PR: https://git.openjdk.java.net/skara/pull/1315


More information about the skara-dev mailing list