-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog and upgrade guide for 2.332.1 (#4960)
* Changelog and upgrade guide for 2.332.1 Changes from 2.319.3 selected by me. Open to recommendations. * Combine modernisation entries to single line * Add systemd changelog entries * Improve changelog phrasing Thanks to @kwhetstone Co-authored-by: Kristin Whetstone <kwhetstone@cloudbees.com> Co-authored-by: Kristin Whetstone <kwhetstone@cloudbees.com>
- Loading branch information
1 parent
2677d1c
commit 779a914
Showing
2 changed files
with
301 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
==== JRuby removed | ||
|
||
JRuby support has been removed from Jenkins core. | ||
A small number of JRuby-based plugins are affected. | ||
See the link:/blog/2021/12/22/deprecated-ruby-runtime/[JRuby removal blog post] for migration notes. | ||
|
||
==== ASM 5 removed | ||
|
||
A repackaged version of ObjectWebASM 5 and the upstream version of ASM were both included in Jenkins core. | ||
Jenkins core no longer provides the repackaged version of ASM 5. | ||
Users of SCM API must upgrade SCM API to the latest version prior to upgrading Jenkins. | ||
Plugins that use the repackaged version of ASM 5 must be updated to use the upstream version of ASM instead. | ||
|
||
==== Guava upgraded | ||
|
||
The Guava library from Google is bundled in Jenkins core. | ||
Jenkins has upgraded the Guava library from 11.0.1 (released on January 9, 2012) to 31.0.1 (released on September 27, 2021). | ||
Plugins have already been prepared to support the new version of Guava in link:https://github.com/jenkinsci/jep/blob/master/jep/233/README.adoc[JEP-233]. | ||
Use the Plugin Manager to upgrade all plugins before and after upgrading to Jenkins 2.332.1. | ||
See the link:/blog/2021/11/09/guava-upgrade/[Guava upgrade blog post] for more details. |