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

Erik Joelsson erikj at openjdk.java.net
Tue Jan 11 20:00:46 UTC 2022


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.

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

Commit messages:
 - SKARA-1306

Changes: https://git.openjdk.java.net/skara/pull/1272/files
 Webrev: https://webrevs.openjdk.java.net/?repo=skara&pr=1272&range=00
  Issue: https://bugs.openjdk.java.net/browse/SKARA-1306
  Stats: 5 lines in 2 files changed: 2 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/skara/pull/1272.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/1272/head:pull/1272

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


More information about the skara-dev mailing list