Skip to content

Commit 249865a

Browse files
authored
Merge branch 'spring-projects:main' into fix_alias_x509_extended_key_manager
2 parents 5e82fdb + 86a8c9e commit 249865a

File tree

322 files changed

+4899
-2047
lines changed

Some content is hidden

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

322 files changed

+4899
-2047
lines changed

.github/actions/publish-gradle-plugin/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
using: composite
2222
steps:
2323
- name: Set Up JFrog CLI
24-
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
24+
uses: jfrog/setup-jfrog-cli@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
2525
env:
2626
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
2727
- name: Download Artifacts

.github/actions/sync-to-maven-central/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
using: composite
2121
steps:
2222
- name: Set Up JFrog CLI
23-
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
23+
uses: jfrog/setup-jfrog-cli@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
2424
env:
2525
JF_ENV_SPRING: ${{ inputs.jfrog-cli-config-token }}
2626
- name: Download Release Artifacts

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build and Deploy Snapshot
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

.github/workflows/release-milestone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build-and-stage-release:
1111
name: Build and Stage Release
1212
if: ${{ github.repository == 'spring-projects/spring-boot' }}
13-
runs-on: ${{ vars.UBUNTU_MEDIUIM || 'ubuntu-latest' }}
13+
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1414
steps:
1515
- name: Check Out Code
1616
uses: actions/checkout@v4
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
5757
steps:
5858
- name: Set up JFrog CLI
59-
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
59+
uses: jfrog/setup-jfrog-cli@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
6060
env:
6161
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
6262
- name: Promote build

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
signing-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3737
uri: ${{ vars.COMMERCIAL_DEPLOY_REPO_URL || 'https://repo.spring.io' }}
3838
username: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_ARTIFACTORY_USERNAME || secrets.ARTIFACTORY_USERNAME }}
39+
- name: Send Notification
40+
if: failure()
41+
uses: ./.github/actions/send-notification
42+
with:
43+
run-name: ${{ format('{0} | Release Staging | {1}', github.ref_name, inputs.version) }}
44+
status: ${{ job.status }}
45+
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
3946
outputs:
4047
version: ${{ steps.build-and-publish.outputs.version }}
4148
verify:
@@ -78,7 +85,7 @@ jobs:
7885
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
7986
steps:
8087
- name: Set up JFrog CLI
81-
uses: jfrog/setup-jfrog-cli@f748a0599171a192a2668afee8d0497f7c1069df # v4.5.6
88+
uses: jfrog/setup-jfrog-cli@45d604504ed4cf717138383936c447afab73a0be # v4.5.10
8289
env:
8390
JF_ENV_SPRING: ${{ vars.COMMERCIAL && secrets.COMMERCIAL_JF_ARTIFACTORY_SPRING || secrets.JF_ARTIFACTORY_SPRING }}
8491
- name: Promote open source build

.sdkmanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Enable auto-env through the sdkman_auto_env config
22
# Add key=value pairs of SDKs to use below
3-
java=17.0.14-librca
3+
java=17.0.15-librca

buildSrc/src/main/java/org/springframework/boot/build/AntoraConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2025 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

buildSrc/src/main/java/org/springframework/boot/build/EclipseConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
* <li>{@link Test} tasks are configured:
7474
* <ul>
7575
* <li>to use JUnit Platform
76-
* <li>with a max heap of 1024M
76+
* <li>with a max heap of 1536M
7777
* <li>to run after any Checkstyle and format checking tasks
7878
* <li>to enable retries with a maximum of three attempts when running on CI
7979
* <li>to use predictive test selection when the value of the
@@ -186,7 +186,7 @@ private String determineImplementationTitle(Project project, Set<String> sourceJ
186186
private void configureTestConventions(Project project) {
187187
project.getTasks().withType(Test.class, (test) -> {
188188
test.useJUnitPlatform();
189-
test.setMaxHeapSize("1024M");
189+
test.setMaxHeapSize("1536M");
190190
project.getTasks().withType(Checkstyle.class, test::mustRunAfter);
191191
project.getTasks().withType(CheckFormat.class, test::mustRunAfter);
192192
configureTestRetries(test);

buildSrc/src/main/java/org/springframework/boot/build/RepositoryTransformersExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024-2025 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)