Skip to content

Commit 7e1cbf8

Browse files
committed
Bumping versions
1 parent a9cc5cf commit 7e1cbf8

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

README.adoc

+5-9
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,11 @@ tracker for issues and merging pull requests into main. If you want
109109
to contribute even something trivial please do not hesitate, but
110110
follow the guidelines below.
111111

112-
[[sign-the-contributor-license-agreement]]
113-
== Sign the Contributor License Agreement
114-
115-
Before we accept a non-trivial patch or pull request we will need you to sign the
116-
https://cla.pivotal.io/sign/spring[Contributor License Agreement].
117-
Signing the contributor's agreement does not grant anyone commit rights to the main
118-
repository, but it does mean that we can accept your contributions, and you will get an
119-
author credit if we do. Active contributors might be asked to join the core team, and
120-
given the ability to merge pull requests.
112+
[[developer-certificate-of-origin]]
113+
== Developer Certificate of Origin (DCO)
114+
115+
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.
116+
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].
121117

122118
[[code-of-conduct]]
123119
== Code of Conduct

docs/modules/ROOT/partials/_configprops.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|===
22
|Name | Default | Description
33

4-
|spring.cloud.compatibility-verifier.compatible-boot-versions | `+++3.4.x+++` | Default accepted versions for the Spring Boot dependency. You can set {@code x} for the patch version if you don't want to specify a concrete value. Example: {@code 3.4.x}
4+
|spring.cloud.compatibility-verifier.compatible-boot-versions | `+++3.5.x+++` | Default accepted versions for the Spring Boot dependency. You can set {@code x} for the patch version if you don't want to specify a concrete value. Example: {@code 3.5.x}
55
|spring.cloud.compatibility-verifier.enabled | `+++false+++` | Enables creation of Spring Cloud compatibility verification.
66
|spring.cloud.config.allow-override | `+++true+++` | Flag to indicate that {@link #isOverrideSystemProperties() systemPropertiesOverride} can be used. Set to false to prevent users from changing the default accidentally. Default true.
77
|spring.cloud.config.initialize-on-context-refresh | `+++false+++` | Flag to initialize bootstrap configuration on context refresh event. Default false.

0 commit comments

Comments
 (0)