Releases: jenkinsci/jenkins-test-harness
Releases · jenkinsci/jenkins-test-harness
2.64
2.63
🚀 New features and improvements
- JenkinsRule.waitOnline should stream Computer.logText (#206) @jglick
- Add WithTimeout support for JUnit4 (#209) @Wadeck
- Add support for customization on the server (#205) @Wadeck
🐛 Bug Fixes
📦 Dependency updates
- Bump jetty.version from 9.4.27.v20200227 to 9.4.28.v20200408 (#211) @dependabot
- Bump gmavenplus-plugin from 1.8.1 to 1.9.0 (#208) @dependabot
- Bump jetty.version from 9.4.26.v20200117 to 9.4.27.v20200227 (#202) @dependabot
👻 Maintenance
- Make this compile again with a Jenkins 2.61+ dependency (#207) @daniel-beck
2.62
🚀 New features and improvements
- JENKINS-60410 - Disable stack trace suppression for tests. (#201) @jeffret-b
📦 Dependency updates
- Bump jetty.version from 9.4.25.v20191220 to 9.4.26.v20200117 (#195) @dependabot
2.61
🐛 Bug Fixes
- JENKINS-61031 - Fixed download of SVG images (#200) @fqueiruga
- JENKINS-60821 - Let Jetty configure its own defaults (#197) @jtnord
- JENKINS-58771 - Warn if ChannelShutdownListener loaded outside of a test context (#194) @jglick
📦 Dependency updates
- Bump jmh.version from 1.22 to 1.23 (#199) @dependabot
- Bump jenkins from 1.53 to 1.54 (#196) @dependabot
👻 Maintenance
2.60
🐛 Bug Fixes
- JENKINS-60694 - Jetty hangs in HudsonTestCase including InjectedTest (#193) @jglick
📦 Dependency updates
- Bump configuration-as-code from 1.34 to 1.35 (#192) @dependabot
- Bump ant from 1.10.6 to 1.10.7 (#164) @dependabot
2.59
🚀 New features and improvements
📦 Dependency updates
- Bump jetty.version from 9.4.24.v20191120 to 9.4.25.v20191220 (#190) @dependabot
👻 Maintenance
2.58
💥 Breaking changes
🚀 New features and improvements
- Add implementation for getAffectedFiles to FakeChangeLogSCM#EntryImpl (#174) @darxriggs
🐛 Bug Fixes
- workaround JENKINS-60308 - by not wrapping the IOException (#185) @jtnord
📦 Dependency updates
- Bump jenkins from 1.52 to 1.53 (#188) @dependabot
- Update Java Microbenchmark Harness to 1.22, use a single property to manage dependencies (#186) @oleg-nenashev
- Upgrade htmlunit to 2.36.0 (#171) @timja
- Bump jetty.version from 9.4.22.v20191022 to 9.4.24.v20191120 (#184) @dependabot
👻 Maintenance
- JENKINS-55381 - Add test for TestCrumbIssuer compatibility with JCasC (#187) @darxriggs
2.57
🚀 New features and improvements
- Update
JenkinsRule#waitOnline()
to wait for all launchable agents, not just forJNLPLauncher
implementations (#180) @jglick
📦 Dependency updates
- Revert bad update to the INSANE library @jglick
- Bump gmavenplus-plugin from 1.8.0 to 1.8.1 (#182) @dependabot
- Bump jetty.version from 9.4.5.v20170502 to 9.4.22.v20191022 (#175) @dependabot
- Bump hamcrest.version from 2.1 to 2.2 (#173) @dependabot
2.56
🚀 New features and improvements
- Introduce new
JenkinsRule#buildAndAssertStatus()
method (#167) @slonopotamus - Add FunctionalInterface annotation to RestartableJenkinsRule.Step (#170) @basil
🐛 Bug Fixes
- Stop swallowing exceptions that happen in
TestEnvironment#dispose()
(#166) @slonopotamus
📝 Documentation updates
- Adding LICENSE file to the project (#163) @kshithijiyer
📦 Dependency updates
- Update org-netbeans-insane from RELEASE802 to RELEASE111 (#169) @KostyaSha
- Bump hamcrest-library from 1.3 to 2.1 (#161) @bitwiseman
- Bump gmavenplus-plugin from 1.7.1 to 1.8.0 (#165) @dependabot
👻 Maintenance
2.55
🐛 Bug Fixes
- JENKINS-58571 - Fix default value for
isNameEditable()
on MockFolder. (#159) @aHenryJard
📦 Dependency updates
- Switch from GMaven to GMavenPlus (#158) @basil
- Remove unnecessary dependency on ant-launcher (#157) @basil
- Bump ant from 1.8.0 to 1.10.6 (#153) @dependabot-preview
- Bump org-netbeans-insane from RELEASE72 to RELEASE802 (#155) @dependabot-preview
🚦 Internal changes
- Enable Dependabot in the repository (#150) @oleg-nenashev