Skip to content

Releases: jenkinsci/plugin-pom

4.32

22 Dec 02:02
Compare
Choose a tag to compare

💥 Compatibility warning

The Enforcer update in #456 triggers new errors in many plugins involving provided scope. If a Dependabot update produces a build failure mentioning RequireUpperBoundDeps, first update the plugin BOM to 1090.v0a_33df40457a_ or later (which necessitates updating the minimum Jenkins version to 2.289.1 or later), then rebase the Dependabot update against the result with @dependabot rebase. If you cannot update the plugin BOM to 1090.v0a_33df40457a_ or later, then exclude the problematic dependency trail to satisfy Enforcer.

You will also need to switch annotations from javax.annotation.* to edu.umd.cs.findbugs.annotations.* equivalents as in jenkinsci/jenkins#4604.

🚨 Removed

🚀 New features and improvements

🐛 Bug fixes

  • Work around issues on 2.222.x, 2.235.x, and 2.289.x (#477) @basil
  • Exclude javax.servlet:servlet-api (#469) @basil

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

4.31

08 Nov 12:17
Compare
Choose a tag to compare

📦 Dependency updates

👻 Maintenance

  • Do not reuse surefire (failsafe) forks for test stability (#453) @jtnord

4.30

04 Nov 13:13
e1833e3
Compare
Choose a tag to compare

📦 Dependency updates

  • Bump jenkins-test-harness from 1589.vc23fca066d5c to 1645.vf98fc478f846 (#451) @dependabot
  • Bump spotbugs-annotations from 4.4.1 to 4.4.2 (#450) @dependabot

4.29

12 Oct 15:15
Compare
Choose a tag to compare

🚀 New features and improvements

  • Set automatically -release flag to java.level when running JDK9+ (#449) @Vlatombe

📦 Dependency updates

4.28

04 Oct 22:44
a6e1e57
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

  • Bump access-modifier-checker.version from 1.24 to 1.25 (#444) @dependabot

4.27

24 Sep 14:51
plugin-4.27
2afd0b9
Compare
Choose a tag to compare

Known issues

JaCoCo integration breaks (discussion)

🚀 New features and improvements

  • Avoid losing the focus because ForkedBooter on MacOS when running tests (#443) @MRamonLeon

4.26

22 Sep 12:27
a15c33e
Compare
Choose a tag to compare

⚠️ If your plugin was using Powermock in unit tests this update may be incompatible. See #442 (comment) for your options. ⚠️


🚨 Removed

🚀 New features and improvements

📦 Dependency updates

4.25

13 Sep 09:35
Compare
Choose a tag to compare

🚀 New features and improvements

  • Move node/npm download root to properties to allow easy override (#434) @Vlatombe

📦 Dependency updates

👻 Maintenance

4.24

30 Jul 15:38
fb178d3
Compare
Choose a tag to compare

🐛 Bug fixes

  • Bogus errors about @Restricted(NoExternalUse.class) as in localizer-maven-plugin (#428) @jglick

4.23

29 Jul 22:38
b818099
Compare
Choose a tag to compare

🐛 Bug fixes