Skip to content

Commit 2fbe6d5

Browse files
authored
Merge branch 'master' into enable-top-button-for-heterolist
2 parents 740221b + c64384a commit 2fbe6d5

File tree

147 files changed

+1796
-2570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+1796
-2570
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
repositories: >-
5555
["jenkins.io"]
5656
- name: Check out
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
with:
5959
fetch-depth: 0
6060
- name: Publish jenkins.io changelog draft

.github/workflows/label-lts-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Check if PR targets LTS branch
1313
if: startsWith(github.event.pull_request.base.ref, 'stable-')
14-
uses: actions/github-script@v7
14+
uses: actions/github-script@v8
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
script: |

.github/workflows/publish-release-artifact.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
is-lts: ${{ steps.set-version.outputs.is-lts }}
1616
is-rc: ${{ steps.set-version.outputs.is-rc }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v5
2121
with:
2222
distribution: "temurin"
2323
java-version: 17
@@ -73,7 +73,7 @@ jobs:
7373
wget -q https://get.jenkins.io/${REPO}/${PROJECT_VERSION}/${FILE_NAME}
7474
- name: Upload Release Asset
7575
id: upload-war
76-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
76+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload Release Asset
109109
id: upload-deb
110110
if: always()
111-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
111+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
with:
@@ -144,7 +144,7 @@ jobs:
144144
- name: Upload Release Asset
145145
id: upload-rpm
146146
if: always()
147-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
147+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
148148
env:
149149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150150
with:
@@ -180,7 +180,7 @@ jobs:
180180
- name: Upload Release Asset
181181
id: upload-msi
182182
if: always()
183-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
183+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
184184
env:
185185
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
186186
with:
@@ -216,7 +216,7 @@ jobs:
216216
- name: Upload Release Asset
217217
id: upload-suse-rpm
218218
if: always()
219-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
219+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
220220
env:
221221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
222222
with:

.github/workflows/run-since-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: ${{ github.repository_owner == 'jenkinsci' }}
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Run update-since-todo.py

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<extension>
33
<groupId>io.jenkins.tools.incrementals</groupId>
44
<artifactId>git-changelist-maven-extension</artifactId>
5-
<version>1.10</version>
5+
<version>1.13</version>
66
</extension>
77
</extensions>

ath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o xtrace
66
cd "$(dirname "$0")"
77

88
# https://github.com/jenkinsci/acceptance-test-harness/releases
9-
export ATH_VERSION=6319.v9da_e005f2fd2
9+
export ATH_VERSION=6361.vcb_036a_7ffb_a_5
1010

1111
if [[ $# -eq 0 ]]; then
1212
export JDK=17

bom/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ THE SOFTWARE.
4141
<commons-fileupload2.version>2.0.0-M4</commons-fileupload2.version>
4242
<groovy.version>2.4.21</groovy.version>
4343
<jelly.version>1.1-jenkins-20250731</jelly.version>
44-
<stapler.version>2014.v1f888f8f0b_84</stapler.version>
44+
<stapler.version>2030.v88a_855365981</stapler.version>
4545
</properties>
4646

4747
<dependencyManagement>
@@ -63,15 +63,15 @@ THE SOFTWARE.
6363
<dependency>
6464
<groupId>org.springframework</groupId>
6565
<artifactId>spring-framework-bom</artifactId>
66-
<version>6.2.9</version>
66+
<version>6.2.10</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
7070
<dependency>
7171
<!-- https://docs.spring.io/spring-security/reference/6.3/getting-spring-security.html#getting-maven-no-boot -->
7272
<groupId>org.springframework.security</groupId>
7373
<artifactId>spring-security-bom</artifactId>
74-
<version>6.5.2</version>
74+
<version>6.5.3</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<url>https://github.com/jenkinsci/jenkins</url>
1616

1717
<properties>
18-
<mina-sshd.version>2.15.0</mina-sshd.version>
18+
<mina-sshd.version>2.16.0</mina-sshd.version>
1919
<!-- Filled in by jacoco-maven-plugin -->
2020
<jacocoSurefireArgs />
2121
</properties>

cli/src/main/java/hudson/util/QuotedStringTokenizer.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
package hudson.util;
3838

39+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
3940
import java.util.ArrayList;
4041
import java.util.List;
4142
import java.util.NoSuchElementException;
@@ -139,6 +140,9 @@ public String[] toArray() {
139140

140141
/* ------------------------------------------------------------ */
141142
@Override
143+
@SuppressFBWarnings(
144+
value = {"SF_DEAD_STORE_DUE_TO_SWITCH_FALLTHROUGH", "SF_SWITCH_FALLTHROUGH"},
145+
justification = "TODO needs triage")
142146
public boolean hasMoreTokens()
143147
{
144148
// Already found a token

core/pom.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ THE SOFTWARE.
117117
</exclusion>
118118
</exclusions>
119119
</dependency>
120-
<dependency>
121-
<groupId>com.infradna.tool</groupId>
122-
<artifactId>bridge-method-annotation</artifactId>
123-
<version>${bridge-method-injector.version}</version>
124-
</dependency>
125120
<dependency>
126121
<groupId>com.sun.xml.txw2</groupId>
127122
<artifactId>txw2</artifactId>
@@ -168,6 +163,11 @@ THE SOFTWARE.
168163
<groupId>commons-lang</groupId>
169164
<artifactId>commons-lang</artifactId>
170165
</dependency>
166+
<dependency>
167+
<groupId>io.jenkins.tools</groupId>
168+
<artifactId>bridge-method-annotation</artifactId>
169+
<version>${bridge-method-injector.version}</version>
170+
</dependency>
171171
<dependency>
172172
<!-- needed by Jelly -->
173173
<groupId>jakarta.servlet.jsp.jstl</groupId>
@@ -446,11 +446,6 @@ THE SOFTWARE.
446446
<artifactId>junit-jupiter</artifactId>
447447
<scope>test</scope>
448448
</dependency>
449-
<dependency>
450-
<groupId>org.junit.vintage</groupId>
451-
<artifactId>junit-vintage-engine</artifactId>
452-
<scope>test</scope>
453-
</dependency>
454449
<dependency>
455450
<groupId>org.mockito</groupId>
456451
<artifactId>mockito-junit-jupiter</artifactId>
@@ -568,7 +563,7 @@ THE SOFTWARE.
568563
</executions>
569564
</plugin>
570565
<plugin>
571-
<groupId>com.infradna.tool</groupId>
566+
<groupId>io.jenkins.tools</groupId>
572567
<artifactId>bridge-method-injector</artifactId>
573568
<executions>
574569
<execution>

0 commit comments

Comments
 (0)