Releases: jenkinsci/pipeline-maven-plugin
1322.v9ef317a_3e0a_9
🐛 Bug fixes
👻 Maintenance
📦 Dependency updates
- build(deps-dev): Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 (#680) @dependabot
- build(deps): Bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#673) @dependabot
- build(deps): Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.2.1 to 3.3.0 (#675) @dependabot
- build(deps): Bump de.skuzzle.enforcer:restrict-imports-enforcer-rule from 2.3.1 to 2.4.0 (#667) @dependabot
- build(deps-dev): Bump junit from 1214.va_2f9db_3e6de0 to 1217.v4297208a_a_b_ce (#663) @dependabot
- build(deps): Bump slf4j-api from 1.7.36 to 2.0.7 (#664) @dependabot
1314.v09626b_14362f
🐛 Bug fixes
👻 Maintenance
- switch from docker-fixtures to testcontainers (#661) @olamy
- Fix url to download Apache Maven binary (#649) @olamy
📦 Dependency updates
- build(deps-dev): Bump docker-fixtures from 166.v912b_95083ffe to 178.v2c7d2343886b_ (#659) @dependabot
- build(deps): Bump git-changelist-maven-extension from 1.6 to 1.7 (#656) @dependabot
- build(deps-dev): Bump junit from 1198.ve38db_d1b_c975 to 1214.va_2f9db_3e6de0 (#655, #643, #636) @dependabot
- Replace deprecated 'hamcrest-*' modules with 'hamcrest' (#648) @NotMyFault
- build(deps): Bump maven-surefire-plugin from 3.0.0 to 3.1.2 (#647, #633) @dependabot
- build(deps): Bump restrict-imports-enforcer-rule from 2.2.0 to 2.3.1 (#644) @dependabot
- build(deps-dev): Bump testcontainers.version from 1.18.0 to 1.18.3 (#642, #634) @dependabot
- build(deps): Bump maven-shared-utils from 3.3.4 to 3.4.2 (#639, #632) @dependabot
1298.v43b_82f220a_e9
💥 Potential breaking changes
Plugin used to catch every internal exceptions and only log them (some appears in the build console, but not all). Now they are relaunched to go outside the plugin and be handled by Jenkins itself. However the plugin will do its best to run every publisher, and if multiple exceptions are launched, they are grouped.
Please open bugs if you face new exceptions with this new version
- feature: Allow for the traceability option to be toggled globally (JENKINS-70543) (#619) @bguerin
Plugin traceability (display of Java and Maven versions, maven settings used) used to be ON by default. It could be disabled but at each step level only. It is now OFF by default, and could also be enabled / disabled at the global level (in the plugin configuration on the tools administration page). If you rely on these informations on the build log, you should either enable traceability globally or change your code.
👻 Maintenance
📦 Dependency updates
- build(deps-dev): Bump junit from 1196.vb_4cf28b_c7724 to 1198.ve38db_d1b_c975 (#630) @dependabot
- build(deps): Bump maven-plugin from 3.21 to 3.22 (#628) @dependabot
1293.v6c4d0ce54ee8
🐛 Bug fixes
- bugfix: NoClassDefFoundError: org/apache/commons/lang3/StringUtils (JENKINS-71123) (#621) @bguerin
📦 Dependency updates
- build(deps-dev): Bump junit from 1189.v1b_e593637fa_e to 1196.vb_4cf28b_c7724 (#623) @dependabot
1290.vf21c81e8c57f
🐛 Bug fixes
- bugfix: Snippet generator fails: No enum constant org.jenkinsci.plugins.pipeline.maven.MavenPublisherStrategy (JENKINS-71073) (#620) @bguerin
👻 Maintenance
📦 Dependency updates
- build(deps-dev): Bump testcontainers.version from 1.17.6 to 1.18.0 (#617) @dependabot
- build(deps): Bump joda-time from 2.12.4 to 2.12.5 (#612, #613) @dependabot
- build(deps): Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (#609) @dependabot
- build(deps-dev): Bump junit from 1166.va_436e268e972 to 1189.v1b_e593637fa_e (#602, #608) @dependabot
- build(deps): Bump slf4j-api from 2.0.6 to 2.0.7 (#606) @dependabot
- build(deps): Bump actions/cache from 3.2.6 to 3.3.1 (#603) @dependabot
1279.v5d711113020f
🐛 Bug fixes
👻 Maintenance
📦 Dependency updates
- build(deps): Bump maven-plugin from 3.16 to 3.21 (#598) @dependabot
- build(deps): Bump plexus-utils from 3.5.0 to 3.5.1 (#597) @dependabot
- build(deps): Bump actions/cache from 3.2.5 to 3.2.6 (#600) @dependabot
1274.v870c8cb_fa_369
🚀 New features and improvements
- feature: handle maven-invoker-plugin reports as JUnit ones (JENKINS-70561 - (#586) @bguerin
📝 Documentation updates
- [doc] provide declarative pipeline example (#581) @spark-sse
📦 Dependency updates
- build(deps): Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M9 (#580, #594) @dependabot
- build(deps): Bump git-changelist-maven-extension from 1.4 to 1.6 (#590, #593) @dependabot
- build(deps): Bump actions/cache from 3.2.2 to 3.2.5 (#579, #589, #591) @dependabot
- build(deps): Bump script-security from 1228.vd93135a_2fb_25 to 1229.v4880b_b_e905a_6 (#585) @dependabot
- build(deps): Bump sortpom-maven-plugin from 3.2.0 to 3.2.1 (#584) @dependabot
- build(deps): Bump gson from 2.10 to 2.10.1 (#578) @dependabot
pipeline-maven-3.11.2
🐛 Bug fixes
- JENKINS-70208 : downstreamPipelineTriggerRunListener Performance (#567) @aubelix
Full Changelog: pipeline-maven-3.11.1...pipeline-maven-3.11.2
1257.v89e586d3c58c
🐛 Bug fixes
- JENKINS-70208 - : downstreamPipelineTriggerRunListener Performance (#567) @aubelix
1256.v14a_6e1e0de4b
🐛 Bug fixes
- Revert "Forward compatibility with jenkins-buttons" (#577) @NotMyFault
📦 Dependency updates
- build(deps): Bump bom-2.346.x from 1723.vcb_9fee52c9fc to 1763.v092b_8980a_f5e (#569, #571, #573, #575) @dependabot
- build(deps): Bump actions/cache from 3.0.11 to 3.2.2 (#574, #576) @dependabot
- build(deps): Bump slf4j-api from 2.0.5 to 2.0.6 (#572) @dependabot
- build(deps): Bump script-security from 1190.v65867a_a_47126 to 1228.vd93135a_2fb_25 (#570) @dependabot
- build(deps): Bump symbol-annotation from 1.23 to 1.24 (#564) @dependabot
- build(deps): Bump annotation-indexer from 1.16 to 1.17 (#565) @dependabot
- build(deps): Bump joda-time from 2.12.1 to 2.12.2 (#566) @dependabot