Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LTS 2.479.1 - Additional backports and Spring versions #7627

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion content/_data/changelogs/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11732,6 +11732,25 @@
pr_title: "Update dependency io.jenkins.plugins:asm-api to v9.7.1-95.v9f552033802a_"
message: |-
Update ASM to 9.7.1 to match the most recent release of the ASM API and Jenkins ASM API plugin.
- type: bug
category: bug
pull: 9810
issue: 73835
authors:
- dwnusbaum
pr_title: "[JENKINS-73835] Do not allow builds to be deleted while they are
still running and ensure build discarders run after builds are fully complete"
message: |-
Do not allow builds to be deleted while they are still building.
Ensure build discarders only process builds which have fully completed.
- type: bug
category: bug
pull: 9882
authors:
- basil
pr_title: "Allow for null to be passed to doSafeRestart"
message: |-
Allow null to be passed as the first argument to <code>doSafeRestart</code>.

lts_changes: # compared to lts_predecessor 2.462.3 (selected by personal review)

Expand All @@ -11757,12 +11776,18 @@
title: Spring Framework 6.0.23 release notes
- url: https://github.com/spring-projects/spring-framework/releases/tag/v6.1.12
title: Spring Framework 6.1.12 release notes
- url: https://github.com/spring-projects/spring-framework/releases/tag/v6.1.13
title: Spring Framework 6.1.13 release notes
- url: https://github.com/spring-projects/spring-framework/releases/tag/v6.1.14
title: Spring Framework 6.1.14 release notes
- url: https://github.com/spring-projects/spring-security/releases/tag/6.2.6
title: Spring Security 6.2.6 release notes
- url: https://github.com/spring-projects/spring-security/releases/tag/6.3.2
title: Spring Security 6.3.2 release notes
- url: https://github.com/spring-projects/spring-security/releases/tag/6.3.3
title: Spring Security 6.3.3 release notes
- url: https://github.com/spring-projects/spring-security/releases/tag/6.3.4
title: Spring Security 6.3.4 release notes
- url: https://projects.eclipse.org/releases/jakarta-ee-9
title: Jarkata EE 9 release page
- url: https://github.com/jenkinsci/ldap-plugin/releases/tag/733.vd3700c27b_043
Expand All @@ -11774,7 +11799,7 @@
- pull: 9672
- issue: 73278
message: |-
Upgrade Spring Framework from 5.3.39 to 6.1.12, upgrade Spring Security from 5.8.14 to 6.3.3, and upgrade Java EE from 8 to 9.
Upgrade Spring Framework from 5.3.39 to 6.1.14, upgrade Spring Security from 5.8.14 to 6.3.4, and upgrade Java EE from 8 to 9.
Users of the LDAP plugin must upgrade to version 733.vd3700c27b_043 in combination with upgrading Jenkins core.
Users of the CAS plugin must upgrade to version 1.7.0 in combination with upgrading Jenkins core.
Users of third-party servlet containers must upgrade their servlet container to an EE 9 version in accordance with the Jenkins Servlet Container Support Policy.
Expand Down