Skip to content

Commit 5ed7ae8

Browse files
committed
Merge branch '4.1.x'
2 parents a853289 + 954feba commit 5ed7ae8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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

.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

README.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,11 @@ tracker for issues and merging pull requests into main. If you want
115115
to contribute even something trivial please do not hesitate, but
116116
follow the guidelines below.
117117

118-
[[sign-the-contributor-license-agreement]]
119-
== Sign the Contributor License Agreement
120-
121-
Before we accept a non-trivial patch or pull request we will need you to sign the
122-
https://cla.pivotal.io/sign/spring[Contributor License Agreement].
123-
Signing the contributor's agreement does not grant anyone commit rights to the main
124-
repository, but it does mean that we can accept your contributions, and you will get an
125-
author credit if we do. Active contributors might be asked to join the core team, and
126-
given the ability to merge pull requests.
118+
[[developer-certificate-of-origin]]
119+
== Developer Certificate of Origin (DCO)
120+
121+
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.
122+
For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring].
127123

128124
[[code-of-conduct]]
129125
== Code of Conduct

docs/.java-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
17

0 commit comments

Comments
 (0)