jenkinsci / junit-realtime-test-reporter-plugin

Report JUnit test results in real time
https://plugins.jenkins.io/junit-realtime-test-reporter/
MIT License
6 stars 13 forks source link

Use `XStream2` where possible #135

Closed basil closed 1 year ago

basil commented 1 year ago

While working on a different core PR, I noticed this plugin was using vanilla XStream rather than the Jenkins-specific XStream2 in one test. Since we generally prefer XStream2, and since using XStream2 doesn't make the test start failing, I thought it would be best to make this usage consistent with our general preference for XStream2.