Skip to content

Commit f3dbaa0

Browse files
authored
Add version of Spring dependency to docs.
Original Pull Request #1630 Closes: #1576
1 parent 90c4a2a commit f3dbaa0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/main/asciidoc/preface.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Requires an installation of https://www.elastic.co/products/elasticsearch[Elasti
3131

3232
The following table shows the Elasticsearch versions that are used by Spring Data release trains and version of Spring Data Elasticsearch included in that, as well as the Spring Boot versions referring to that particular Spring Data release train:
3333

34-
[cols="^,^,^,^",options="header"]
34+
[cols="^,^,^,^,^",options="header"]
3535
|===
36-
| Spring Data Release Train |Spring Data Elasticsearch |Elasticsearch | Spring Boot
37-
| 2021.0 (Pascal)footnote:cdv[Currently in development] |4.2.xfootnote:cdv[]|7.10.0 |2.4.xfootnote:cdv[]
38-
| 2020.0 (Ockham) |4.1.x|7.9.3 |2.4.x
39-
| Neumann | 4.0.x | 7.6.2 |2.3.x
40-
| Moore | 3.2.x |6.8.12 | 2.2.x
41-
| Lovelace | 3.1.x | 6.2.2 |2.1.x
42-
| Kayfootnote:oom[Out of maintenance] | 3.0.xfootnote:oom[] | 5.5.0 | 2.0.xfootnote:oom[]
43-
| Ingallsfootnote:oom[] | 2.1.xfootnote:oom[] | 2.4.0 | 1.5.xfootnote:oom[]
36+
| Spring Data Release Train | Spring Data Elasticsearch | Elasticsearch | Spring Framework | Spring Boot
37+
| 2021.0 (Pascal)footnote:cdv[Currently in development] | 4.2.xfootnote:cdv[] | 7.10.0 | 5.3.xfootnote:cdv[] | 2.4.xfootnote:cdv[]
38+
| 2020.0 (Ockham) | 4.1.x | 7.9.3 | 5.3.2 | 2.4.x
39+
| Neumann | 4.0.x | 7.6.2 | 5.2.12 |2.3.x
40+
| Moore | 3.2.x |6.8.12 | 5.2.12| 2.2.x
41+
| Lovelacefootnote:oom[Out of maintenance] | 3.1.xfootnote:oom[] | 6.2.2 | 5.1.19 |2.1.x
42+
| Kayfootnote:oom[] | 3.0.xfootnote:oom[] | 5.5.0 | 5.0.13 | 2.0.x
43+
| Ingallsfootnote:oom[] | 2.1.xfootnote:oom[] | 2.4.0 | 4.3.25 | 1.5.x
4444
|===
4545

4646
Support for upcoming versions of Elasticsearch is being tracked and general compatibility should be given assuming the usage of the <<elasticsearch.clients.rest,high-level REST client>>.

0 commit comments

Comments
 (0)