testng-plugin-plugin icon indicating copy to clipboard operation
testng-plugin-plugin copied to clipboard

Require Jenkins 2.479 or newer

Open MarkEWaite opened this issue 1 year ago • 0 comments

Require Jenkins 2.479 or newer

Compile with Java 17 and Jakarta EE 9

Transformation is incomplete because the plugin relies on an API provided by the JUnit plugin and that API is only available for the StaplerRequest / StaplerResponse signature and not for the StaplerRequest2 / StaplerResponse2 signature.

Testing done

Confirmed that automated tests pass.

Submitter checklist

  • [x] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • [x] Ensure that the pull request title represents the desired changelog entry
  • [x] Please describe what you did
  • [x] Link to relevant issues in GitHub or Jira
  • [x] Link to relevant pull requests, esp. upstream and downstream changes
  • [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue

MarkEWaite avatar Oct 11 '24 04:10 MarkEWaite