Skip to content

Releases: jenkinsci/xunit-plugin

3.1.6

14 Nov 17:01

Choose a tag to compare

Mantainance

  • Fix log message for test status by @benipeled in #100
  • Refresh plugin by @basil in #99
  • Add Plugin Development Team to CODEOWNERS by @sghill-rewrite in #103
  • Modernize to latest versions supported by Java 8 by @sghill-rewrite in #101
  • Forward compatibility with Guice 7 by @basil in #106
  • Bump org.assertj:assertj-core from 3.15.0 to 3.25.1 by @dependabot[bot] in #107
  • Bump io.jenkins.tools.bom:bom-2.414.x from 2718.v7e8a_d43b_3f0b_ to 2746.vb_79a_1d3e7b_c8 by @dependabot[bot] in #108
  • Modernize to Jenkins 2.440.3 by @sghill-rewrite in #128
  • Update Jenkins Security Scan action by @strangelookingnerd in #129
  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.7 to 1.8 by @dependabot[bot] in #124
  • Bump org.assertj:assertj-core from 3.25.1 to 3.25.3 by @dependabot[bot] in #111
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3234.v5ca_5154341ef to 3258.vcdcf15936a_fd by @dependabot[bot] in #133
  • Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 by @dependabot[bot] in #132
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #131
  • Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 by @dependabot[bot] in #130
  • Bump io.jenkins.tools.bom:bom-2.440.x from 3258.vcdcf15936a_fd to 3435.v238d66a_043fb_ by @dependabot[bot] in #144
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot[bot] in #136
  • Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot[bot] in #147
  • Use jenkins.baseline to reduce bom update mistakes by @strangelookingnerd in #155
  • Bump org.jenkins-ci.plugins:dtkit-api from 3.0.2 to 3.0.3 by @dependabot[bot] in #149
  • Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @dependabot[bot] in #156
  • Require Jenkins 2.479.3 or newer and Jakarta EE 9 by @strangelookingnerd in #160
  • Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.2 by @dependabot[bot] in #162
  • Bump io.jenkins.tools.bom:bom-2.479.x from 4862.vc32a_71c3e731 to 4924.v6b_eb_a_79a_d9d0 by @dependabot[bot] in #164
  • Migrate tests to JUnit5 by @strangelookingnerd in #161
  • Bump org.xmlunit:xmlunit-core from 2.10.2 to 2.11.0 by @dependabot[bot] in #184
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.6 by @dependabot[bot] in #182
  • Bump io.jenkins.tools.bom:bom-2.479.x from 4924.v6b_eb_a_79a_d9d0 to 5054.v620b_5d2b_d5e6 by @dependabot[bot] in #173
  • Bump io.jenkins.tools.incrementals:git-changelist-maven-extension from 1.8 to 1.13 by @dependabot[bot] in #180
  • Bump org.jenkins-ci.plugins:plugin from 5.17 to 5.27 by @dependabot[bot] in #183
  • Ban JUnit 4 imports by @strangelookingnerd in #185

New Contributors

Full Changelog: xunit-3.1.2...xunit-3.1.6

3.1.3

14 Aug 19:25

Choose a tag to compare

Bugfixes

3.1.2

14 Aug 19:28

Choose a tag to compare

Bugfixes

  • JENKINS-69879 XUnit BoostTest generate wrong XML when there are multiple TestLog/TestSuite element

Improvements

  • Move build to Java 11

3.1.0

21 Jun 07:20

Choose a tag to compare

Bugfixes

3.0.7

09 May 10:35

Choose a tag to compare

Bugfixes

  • JENKINS-66921 Conversion error: Invalid time "0" (hour must be two digits)

3.0.6

21 Mar 11:14

Choose a tag to compare

Bugfixes

  • JENKINS-68061 On parallel execution stages are not marked according to threshold values

3.0.5

21 Mar 11:20

Choose a tag to compare

Bugfixes

  • JENKINS-66475 Dependency on JAXB-API preventing migration to Java 11

3.0.4

21 Mar 11:21

Choose a tag to compare

Bugfixes

  • JENKINS-66650 Build status set to failure when no test files exist if failure thresholds are set

3.0.3

21 Mar 11:18

Choose a tag to compare

Bugfixes

  • BoostTest schema update to allow Context within an Exception @jdrouhard

3.0.2

23 Apr 15:33

Choose a tag to compare

Bugfixes

  • Fix regression in serialisation when load saved projects