Releases: jenkinsci/plugin-pom
4.42
🚀 New features and improvements
- Work around JENKINS-68568 - (#563) @basil
📦 Dependency updates
- Bump jenkins-test-harness from 1784.v83a_b_3ce99392 to 1794.vfb_4a_4cde0824 (#565) @dependabot
- Bump mrm-maven-plugin from 1.4.0 to 1.4.1 (#564) @dependabot
- Bump mrm-maven-plugin from 1.3.0 to 1.4.0 (#562) @dependabot
4.41
🚨 Removed
- Revert JENKINS-20679 - (declare the minimum Java version in the manifest) (#549) @basil
🚀 New features and improvements
📦 Dependency updates
18 changes
- Bump jenkins-test-harness from 1753.v45c760e2400f to 1784.v83a_b_3ce99392 (#561) @dependabot
- upgrade release plugin 3.0.0-M6 (#558) @olamy
- Bump maven-enforcer-plugin from 3.0.0 to 3.1.0 (#559) @dependabot
- Bump maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7 (#557) @dependabot
- Bump maven-failsafe-plugin from 3.0.0-M6 to 3.0.0-M7 (#556) @dependabot
- Bump jenkins-test-harness from 1752.v86627a_c48d91 to 1753.v45c760e2400f (#555) @dependabot
- Bump mockito.version from 4.6.0 to 4.6.1 (#554) @dependabot
- Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (#552) @dependabot
- Bump mockito.version from 4.5.1 to 4.6.0 (#553) @dependabot
- Bump jenkins-test-harness from 1746.v2b_3c5d1983b_e to 1752.v86627a_c48d91 (#550) @dependabot
- Bump jenkins-test-harness from 1741.va_38664ed66c3 to 1746.v2b_3c5d1983b_e (#547) @dependabot
- Bump maven-project-info-reports-plugin from 3.2.2 to 3.3.0 (#546) @dependabot
- Bump jenkins-test-harness from 1738.v649c72e3211b_ to 1741.va_38664ed66c3 (#545) @dependabot
- Bump mockito.version from 4.4.0 to 4.5.1 (#540) @dependabot
- Bump jenkins-test-harness from 1736.vc72c458c5103 to 1738.v649c72e3211b_ (#542) @dependabot
- Bump maven-javadoc-plugin from 3.3.2 to 3.4.0 (#543) @dependabot
- Bump maven-site-plugin from 3.11.0 to 3.12.0 (#541) @dependabot
- Bump maven-antrun-plugin from 3.0.0 to 3.1.0 (#539) @dependabot
4.40
🎉 Major features and improvements
This release of the plugin build toolchain contains support for Java 17 when running on Jenkins 2.341 or later. (#525, #524, #529) @basil
Please begin testing your plugins on Java 17 by taking the following actions:
- Upgrade to this release of the plugin parent POM.
- Delete
<java.level>8</java.level>
from your plugin POM. - Update your
Jenkinsfile
to include a test run on Jenkins 2.341 or later and Java 17.
See jenkinsci/email-ext-plugin#357 and jenkinsci/timestamper-plugin#167 for examples.
⚠️ Deprecated
The java.level
property has been deprecated and should be removed from your plugin's POM. In the future this warning will be changed to an error and will break the build. (#522) @basil
💥 Breaking changes
The addition of @{jenkins.addOpens}
and @{jenkins.insaneHook}
to argLine
exposes a bug in IntelliJ IDEA. A patch has been merged in JetBrains/intellij-community#1976. Pending the release of this patch, IntelliJ IDEA users should work around the problem as follows:
- Go to Settings > Build, Execution, Deployment > Build Tools > Maven > Running Tests.
- Under "Pass to JUnit process [the] following
maven-surefire-plugin
andmaven-failsafe-plugin
settings", uncheckargLine
.
Failure to work around the problem as described above will result in a could not open '{jenkins.addOpens}'
failure when running tests in IntelliJ IDEA.
Also note that the workaround does not suffice for Java 17 support. For Java 17 support in IntelliJ IDEA, we must wait for the release of JetBrains/intellij-community#1976.
📦 Dependency updates
- Bump Jenkins Test Harness from 1723.vcd938b_e66072 to 1736.vc72c458c5103 (#537, #527) @dependabot
- Bump JaCoCo Maven Plugin from 0.8.7 to 0.8.8 (#536) @dependabot
- Bump Maven Clean Plugin from 3.1.0 to 3.2.0 (#535) @dependabot
- Bump Maven Failsafe Plugin from 3.0.0-M4 to 3.0.0-M6 (#532) @dependabot
- Bump Maven Surefire Plugin from 3.0.0-M4 to 3.0.0-M6 (#533) @dependabot
- Bump Maven HPI Plugin from 3.26 to 3.27 (#528) @dependabot
👻 Maintenance
- Remove unneeded SUREFIRE-1226 workaround (#534) @timja
- Setting
source
andtarget
are unnecessary when settingrelease
(#530) @basil - JENKINS-54842: Use Java 9+ built-in functionality instead of Animal Sniffer (#523) @basil
4.39
💥 Breaking changes
- Enforce existence of
src/main/resources/index.jelly
(jenkinsci/maven-hpi-plugin#302) @jglick
If your plugin is missing a src/main/resources/index.jelly
file, delete any <description>
from pom.xml
and create src/main/resources/index.jelly
:
<?jelly escape-by-default='true'?>
<div>
The description here…
</div>
📦 Dependency updates
- Bump Maven HPI Plugin from 3.25 to 3.26 (#521) @dependabot
4.38
🐛 Bug fixes
- JENKINS-67960: Work around MCOMPILER-346 (#511) @basil
📦 Dependency updates
- Bump Jenkins Test Harness from 1706.v5257fc59612a_ to 1723.vcd938b_e66072 (#520, #518, #513) @dependabot
- Bump Maven Dependency Plugin from 3.2.0 to 3.3.0 (#516) @dependabot
- Bump Maven Compiler Plugin from 3.10.0 to 3.10.1 (#515) @dependabot
- Bump Maven Project Info Reports Plugin from 3.2.1 to 3.2.2 (#510) @dependabot
- Bump Mockito from 4.3.1 to 4.4.0 (#514) @dependabot
👻 Maintenance
- Remove obsolete workaround for MCOMPILER-485 (#517) @basil
- Move away from deprecated Release Drafter App (#512) @NotMyFault
4.37
📦 Dependency updates
- Bump maven-hpi-plugin from 3.24 to 3.25 (#509) @dependabot
4.36
🐛 Bug fixes
- Avoid MCOMPILER-485 in compiler plugin 3.10.0 (#506) @MarkEWaite
📦 Dependency updates
- Bump maven-hpi-plugin from 3.23 to 3.24 (#507) @dependabot
4.35
🚨 Removed
📦 Dependency updates
- Bump jenkins-test-harness from 1705.va_296493db_feb_ to 1706.v5257fc59612a_ (#505) @dependabot
- Bump maven-compiler-plugin from 3.9.0 to 3.10.0 (#504) @dependabot
- Bump maven-site-plugin from 3.10.0 to 3.11.0 (#503) @dependabot
4.34
🚀 New features and improvements
📦 Dependency updates
- Bump
maven-hpi-plugin
from 3.22 to 3.23 (#501) @dependabot - Bump
jenkins-test-harness
from 1674.v3b8b1441e939 to 1705.va_296493db_feb_ (#500, #498, #495, #491, #487) @dependabot - Bump
maven-javadoc-plugin
from 3.3.1 to 3.3.2 (#499) @dependabot - Bump
animal-sniffer
from 1.20 to 1.21 (#496) @dependabot - Bump
maven-project-info-reports-plugin
from 3.1.2 to 3.2.1 (#497) @dependabot - Bump
mockito
from 4.2.0 to 4.3.1 (#494, #493) @dependabot - Bump
maven-jar-plugin
from 3.2.0 to 3.2.2 (#490, #488) @dependabot - Bump
maven-compiler-plugin
from 3.8.1 to 3.9.0 (#489) @dependabot - Bump
build-helper-maven-plugin
from 3.2.0 to 3.3.0 (#486) @dependabot
4.33
🚀 New features and improvements
📦 Dependency updates
- Bump incrementals-maven-plugin from 1.2 to 1.3 (#483) @dependabot
- Bump frontend-maven-plugin from 1.12.0 to 1.12.1 (#484) @dependabot
- Bump incrementals-enforcer-rules from 1.2 to 1.3 (#485) @dependabot
- Bump maven-site-plugin from 3.9.1 to 3.10.0 (#481) @dependabot