You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATACMNS-762 - Polished section on dependencies in reference documentation.
Linked back to the release train names from the section on dependency management with Boot for clarity. Added additional line break to avoid the first line in the repositories.adoc being interpreted as text.
Copy file name to clipboardExpand all lines: src/main/asciidoc/dependencies.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,16 @@ Due to different inception dates of individual Spring Data modules, most of them
21
21
----
22
22
====
23
23
24
-
The current release train version is {releasetrainVersion}. The train names are ascending alphabetically and currently available ones are listed https://github.com/spring-projects/spring-data-commons/wiki/Release-planning[here]. The version name follows the following pattern: `${name}-${release}` where release can be one of the following:
24
+
[[dependencies.train-names]]
25
+
The current release train version is `{releasetrainVersion}. The train names are ascending alphabetically and currently available ones are listed https://github.com/spring-projects/spring-data-commons/wiki/Release-planning[here]. The version name follows the following pattern: `${name}-${release}` where release can be one of the following:
25
26
26
27
* `BUILD-SNAPSHOT` - current snapshots
27
28
* `M1`, `M2` etc. - milestones
28
29
* `RC1`, `RC2` etc. - release candidates
29
30
* `RELEASE` - GA release
30
31
* `SR1`, `SR2` etc. - service releases
31
32
32
-
A working example of using the BOMs can be found in our https://github.com/spring-projects/spring-data-examples/tree/master/bom[Spring Data examples repository].
33
-
34
-
If that's in place declare the Spring Data modules you'd like to use without a version in the `<dependencies />` block.
33
+
A working example of using the BOMs can be found in our https://github.com/spring-projects/spring-data-examples/tree/master/bom[Spring Data examples repository]. If that's in place declare the Spring Data modules you'd like to use without a version in the `<dependencies />` block.
35
34
36
35
.Declaring a dependency to a Spring Data module
37
36
====
@@ -49,9 +48,10 @@ If that's in place declare the Spring Data modules you'd like to use without a v
49
48
[[dependencies.spring-boot]]
50
49
== Dependency management with Spring Boot
51
50
52
-
Spring Boot already selects a very recent version of Spring Data modules for you. In case you want to upgrade to a newer version nonetheless, simply configure the property `spring-data-releasetrain.version` to the train name and iteration you'd like to use.
51
+
Spring Boot already selects a very recent version of Spring Data modules for you. In case you want to upgrade to a newer version nonetheless, simply configure the property `spring-data-releasetrain.version` to the <<dependencies.train-names,train name and iteration>> you'd like to use.
53
52
54
53
[[dependencies.spring-framework]]
55
54
== Spring Framework
56
55
57
56
The current version of Spring Data modules require Spring Framework in version {springVersion} or better. The modules might also work with an older bugfix version of that minor version. However, using the most recent version within that generation is highly recommended.
0 commit comments