Skip to content

4.32

Compare
Choose a tag to compare
@release-drafter release-drafter released this 22 Dec 02:02
· 648 commits to master since this release

πŸ’₯ 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