Skip to content

Commit 9ed56eb

Browse files
authored
Merge branch 'spring-projects:main' into main
2 parents b77ee89 + 299951c commit 9ed56eb

File tree

42 files changed

+172
-188
lines changed

Some content is hidden

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

42 files changed

+172
-188
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

.github/workflows/ci-boot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
java: [ 17 ]
17-
boot: [ 3.1.10, 3.2.0, 3.2.1, 3.2.2, 3.2.3 ]
17+
boot: [ 3.3.6, 3.4.0 ]
1818
fail-fast: false
1919

2020
steps:
@@ -43,7 +43,7 @@ jobs:
4343
*/*/build/reports
4444
- name: Upload Build Logs
4545
if: ${{ failure() }}
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v4.4.3
4747
with:
4848
name: buildlogs-${{ matrix.boot }}-${{ matrix.java }}
4949
path: build/buildlogs.tar.gz

.github/workflows/ci.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,18 @@ jobs:
1212

1313
# build and test, then upload logs if failure
1414
build:
15-
runs-on: ${{ matrix.os }}
16-
strategy:
17-
matrix:
18-
os: [ubuntu-latest]
19-
java: [ 17 ]
20-
fail-fast: false
15+
runs-on: ubuntu-latest
2116

2217
steps:
23-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4.2.2
2419
- name: Setup JDK
25-
uses: actions/setup-java@v4
20+
uses: actions/setup-java@v4.7.0
2621
with:
2722
distribution: adopt
28-
java-version: ${{ matrix.java }}
23+
java-version: 17
2924
cache: gradle
3025
- name: Build with Gradle
31-
run: ./gradlew clean build
26+
run: ./gradlew build
3227
env:
3328
GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }}
3429
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
@@ -45,7 +40,7 @@ jobs:
4540
*/*/build/reports
4641
- name: Upload Build Logs
4742
if: ${{ failure() }}
48-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4.6.0
4944
with:
5045
name: buildlogs
5146
path: build/buildlogs.tar.gz
@@ -55,15 +50,15 @@ jobs:
5550
needs: build
5651
runs-on: ubuntu-latest
5752
steps:
58-
- uses: actions/checkout@v4
59-
- uses: actions/setup-java@v4
53+
- uses: actions/checkout@v4.2.2
54+
- uses: actions/setup-java@v4.7.0
6055
with:
6156
distribution: adopt
6257
java-version: 17
6358
cache: gradle
64-
- uses: jfrog/setup-jfrog-cli@v4
59+
- uses: jfrog/setup-jfrog-cli@v4.5.6
6560
with:
66-
version: 2.52.10
61+
version: 2.73.2
6762
env:
6863
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
6964

@@ -72,6 +67,8 @@ jobs:
7267
# modify default build name and number as we don't like how those
7368
# gets used from action defaults.
7469
- name: Configure JFrog Cli
70+
env:
71+
JFROG_CLI_SERVER_ID: "repo.spring.io"
7572
run: |
7673
jf gradlec \
7774
--use-wrapper \

.github/workflows/mongodb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tar -zc --ignore-failed-read --file build/buildlogs.tar.gz */build/reports */*/build/reports
4545
- name: Upload Build Logs
4646
if: ${{ failure() }}
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v4.4.3
4848
with:
4949
name: buildlogs
5050
path: build/buildlogs.tar.gz

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
*/*/build/reports
3737
- name: Upload Build Logs
3838
if: ${{ failure() }}
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v4.4.3
4040
with:
4141
name: buildlogs
4242
path: build/buildlogs.tar.gz

.github/workflows/redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
tar -zc --ignore-failed-read --file build/buildlogs.tar.gz */build/reports */*/build/reports
4545
- name: Upload Build Logs
4646
if: ${{ failure() }}
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v4.4.3
4848
with:
4949
name: buildlogs
5050
path: build/buildlogs.tar.gz

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
tar -zc --ignore-failed-read --file build/buildlogs.tar.gz */build/reports */*/build/reports
3939
- name: Upload Build Logs
4040
if: ${{ failure() }}
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v4.4.3
4242
with:
4343
name: buildlogs
4444
path: build/buildlogs.tar.gz

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Is there already an issue that addresses your concern? Do a bit of searching in
3434
# Discuss non-trivial contribution ideas with committers
3535
If you are considering anything more than correcting a typo or fixing a minor bug , please discuss it on the GitHub issues. We are happy to provide guidance but please spend an hour or two researching the subject on your own including searching the forums for prior discussions.
3636

37-
# Sign the Contributor License Agreement
38-
If you have not previously done so, please fill out and submit the [Pivotal CLA form](https://cla.pivotal.io).
39-
When you've completed the web form, that's it and your ready for pull request.
37+
# Sign-off commits according to the Developer Certificate of Origin
4038

41-
When issuing a new pull reques, our bot also verifies that you have signed a CLA. Bot will ask you to sign it if it doesn't exist.
39+
All commits must include a Signed-off-by trailer at the end of each commit message to indicate that the contributor agrees to the [Developer Certificate of Origin](https://developercertificate.org).
40+
41+
For additional details, please refer to the blog post [Hello DCO, Goodbye CLA: Simplifying Contributions to Spring](https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring).
4242

4343
# Create your branch from master
4444
Create your topic branch to be submitted as a pull request from master. The Spring team will consider your pull request for backporting on a case-by-case basis; you don't need to worry about submitting anything for backporting.

buildSrc/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ java {
1010
repositories {
1111
gradlePluginPortal()
1212
mavenCentral()
13-
maven { url 'https://repo.spring.io/plugins-release/' }
13+
maven { url "https://repo.spring.io/milestone" }
1414
maven { url "https://repo.spring.io/snapshot" }
15+
maven { url 'https://repo.spring.io/plugins-release/' }
1516
}
1617

1718
ext {

gradle.properties

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
1-
#Mon Jun 19 10:33:34 UTC 2023
21
version=4.0.1-SNAPSHOT
3-
springBootVersion=3.1.10
2+
springBootVersion=3.5.0-SNAPSHOT
3+
springShellVersion=3.4.1-SNAPSHOT
4+
45
jakartaPersistenceVersion=3.1.0
5-
kryoVersion=4.0.2
6-
springCloudClusterVersion=1.0.2.RELEASE
7-
springShellVersion=1.1.0.RELEASE
8-
eclipseEmfXmiVersion=2.11.1-v20150805-0538
6+
kryoVersion=4.0.3
7+
eclipseEmfXmiVersion=2.11.1
98
eclipseUml2CommonVersion=2.0.0-v20140602-0749
10-
eclipseEmfCommonVersion=2.11.0-v20150805-0538
9+
eclipseEmfCommonVersion=2.11.0
1110
eclipseUml2TypesVersion=2.0.0-v20140602-0749
12-
eclipseEmfEcoreVersion=2.11.1-v20150805-0538
11+
eclipseEmfEcoreVersion=2.11.2
1312
eclipseUml2UmlVersion=5.0.0-v20140602-0749
1413
xcuratorVersion=2.11.1
1514
curatorVersion=5.5.0
1615
springAsciidoctorBackends=0.0.5
1716
awaitilityVersion=3.1.6
18-
reactorBlockHoundVersion=1.0.4.RELEASE
17+
reactorBlockHoundVersion=1.0.10.RELEASE
1918
findbugsVersion=3.0.2
2019
gradleEnterpriseVersion=3.16.2
2120
springGeConventionsVersion=0.0.15

0 commit comments

Comments
 (0)