RFR: 2228: Remove JbsBackports
Erik Joelsson
erikj at openjdk.org
Thu Apr 11 13:12:29 UTC 2024
On Thu, 11 Apr 2024 09:17:08 GMT, Erik Duveblad <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that removes the class `JbsBackports`. The class `JbsBackports` was created because the `Backports` class in the `org.openjdk.skara.jbs` module did not have a way to create a backport via an `IssueTracker` instance. Thanks to 42cae169d it is now possible to create a backport using only an `IssueTracker` instance, so the creation of backports can now be moved to the `Backports` class where it belongs.
>
> I also moved the integration test `JbsBackportIntegrationTests` to `BackportsIntegrationTests` and changed the properties to start with `jbs.*` instead of `jira.*` (because this about testing a JBS instance, not a general JIRA instance). I have run the the integration tests and they are passing.
>
> Thanks,
> Erik
Marked as reviewed by erikj (Lead).
-------------
PR Review: https://git.openjdk.org/skara/pull/1632#pullrequestreview-1994150162
More information about the skara-dev
mailing list