Releases: jenkinsci/jenkins-test-harness
Releases · jenkinsci/jenkins-test-harness
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
Jenkins Test Harness 2.54
Jenkins Test Harness 2.53
🐛 Bug Fixes
- JENKINS-58362 - Create
${TestPluginManager.rootDir}/${artifactId}.jpl
, notthe.jpl
(#146) @jglick
Jenkins Test Harness 2.52
Jenkins Test Harness 2.51
🚀 New features and improvements
- JENKINS-58038 - Replace Reflections by Annotation Indexer in benchmarks (#141) @AbhyudayaSharma
- It prevents dependency conflicts with some plugins which use different versions of Reflections
📝 Documentation updates
- Move changelogs to GitHub releases (#143) @oleg-nenashev
- Update
@since TODO
for benchmark classes in Javadoc (#140) @AbhyudayaSharma