RFR: 1306: IssueNotifier fails to update Resolved In Build for issues with *-oracle fixVersion

Kevin Rushforth kcr at openjdk.java.net
Wed Jan 12 13:50:37 UTC 2022


On Tue, 11 Jan 2022 19:57:01 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> In SKARA-1146 I made the IssueNotifier for build tags only update Resolved In Build in issues where the fixVersion of the issue/backport matches the version in the build tag. I missed taking fixversions of the format N-foo into account. This patch addresses this by comparing just the number components of the JdkVersions so ignoring the the "opt" part.
> 
> I chose to just adjust an existing test case to cover this case instead of creating a new one.

Marked as reviewed by kcr (Reviewer).

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

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


More information about the skara-dev mailing list