Skip to content

Commit dab378a

Browse files
committed
GH-978 - Improve compatibility matrix.
1 parent b71d289 commit dab378a

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

src/docs/antora/modules/ROOT/pages/appendix.adoc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@
33
:jdbc-schema-base: partial$spring-modulith-events-jdbc-src/main/resources
44

55
[appendix]
6-
[[spring-boot-compatibility]]
6+
[[compatibility-matrix]]
77
== Spring Boot Compatibility
88
[cols="1,1,1,1,1", options="header, unbreakable"]
99
|===
1010
|Spring Modulith Version
11-
|Spring Boot Version (compiled against)
12-
|Spring Boot Version (examples tested against)
13-
|jMolecules (compiled)
14-
|jMolecules (tested)
11+
|Spring Boot Version +
12+
(compiled against)
13+
|Spring Boot Version +
14+
(examples tested against)
15+
|jMolecules +
16+
(compiled)
17+
|jMolecules +
18+
(tested)
1519

1620
|1.4 (snapshot)
1721
|3.4
@@ -23,19 +27,19 @@
2327
|3.4
2428
|3.1, 3.2, 3.3, 3.4
2529
|2023.1
26-
|2023.2, 2025.0 RC2
30+
|2023.1, 2023.2, 2025.0 RC2
2731

2832
|1.2
2933
|3.3
3034
|3.1, 3.2, 3.3, 3.4
3135
|2023.1
32-
|2023.2, 2025.0 RC2
36+
|2023.1, 2023.2, 2025.0 RC2
3337

3438
|1.1
3539
|3.2
3640
|3.1, 3.2, 3.3, 3.4
3741
|2023.1
38-
|2023.2, 2025.0 RC2
42+
|2023.1, 2023.2, 2025.0 RC2
3943
|===
4044

4145
[appendix]

src/docs/antora/modules/ROOT/pages/index.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ As a result, Spring Modulith enables developers to build applications that are e
2626
* Snapshot repository: https://repo.spring.io/snapshot
2727
* Javadoc: https://docs.spring.io/spring-modulith/docs/{projectVersion}/api
2828

29+
[[compatibility]]
30+
== Spring Boot compatbility
31+
32+
Find a full Spring Boot compatibility matrix xref:appendix.adoc#compatibility-matrix[here].
33+
2934
[[using-spring-modulith]]
3035
== Using Spring Modulith
3136

0 commit comments

Comments
 (0)