4.50
github-actions
released this
08 Nov 16:10
·
452 commits
to refs/heads/master
since this release
π₯ Breaking changes
If you previously relied on the --mutex network
argument (for example, to ensure that only one instance of Yarn runs at any given time when running multiple instances of Yarn as the same user on the same server when running Yarn 1.x), you must now opt in to this behavior explicitly by adding <frontend.yarn.arguments>--mutex network</frontend.yarn.arguments>
to the <properties>
section of your plugin POM.
The direct dependency on JCIP annotations has been removed from the plugin POM. Plugins that use JCIP annotations should ensure they have a core baseline of 2.326 or later.
- SpotBugs changes
Updates to SpotBugs may introduce new warnings, such as NP_GUARANTEED_DEREF
or NP_NULL_ON_SOME_PATH
, due to modified analysis.
π¨ Removed
- Remove managed dependency on Objenesis (#634) @basil
- Remove duplicate SpotBugs defaults (#628) @basil
π Bug fixes
π¦ Dependency updates
- Upgrade
spotbugs-maven-plugin
from 4.2.3 to 4.7.3.0 (#639, #638, #637, #629) @basil @dependabot - Upgrade
maven-release-plugin
from 3.0.0-M6 to 3.0.0-M7 (#630) @dependabot