diff --git a/src/docs/antora/modules/ROOT/pages/appendix.adoc b/src/docs/antora/modules/ROOT/pages/appendix.adoc index 9376e3e6..a24257a0 100644 --- a/src/docs/antora/modules/ROOT/pages/appendix.adoc +++ b/src/docs/antora/modules/ROOT/pages/appendix.adoc @@ -3,15 +3,19 @@ :jdbc-schema-base: partial$spring-modulith-events-jdbc-src/main/resources [appendix] -[[spring-boot-compatibility]] +[[compatibility-matrix]] == Spring Boot Compatibility [cols="1,1,1,1,1", options="header, unbreakable"] |=== |Spring Modulith Version -|Spring Boot Version (compiled against) -|Spring Boot Version (examples tested against) -|jMolecules (compiled) -|jMolecules (tested) +|Spring Boot Version + +(compiled against) +|Spring Boot Version + +(examples tested against) +|jMolecules + +(compiled) +|jMolecules + +(tested) |1.4 (snapshot) |3.4 @@ -23,19 +27,19 @@ |3.4 |3.1, 3.2, 3.3, 3.4 |2023.1 -|2023.2, 2025.0 RC2 +|2023.1, 2023.2, 2025.0 RC2 |1.2 |3.3 |3.1, 3.2, 3.3, 3.4 |2023.1 -|2023.2, 2025.0 RC2 +|2023.1, 2023.2, 2025.0 RC2 |1.1 |3.2 |3.1, 3.2, 3.3, 3.4 |2023.1 -|2023.2, 2025.0 RC2 +|2023.1, 2023.2, 2025.0 RC2 |=== [appendix] diff --git a/src/docs/antora/modules/ROOT/pages/index.adoc b/src/docs/antora/modules/ROOT/pages/index.adoc index 92f7b39a..72827555 100644 --- a/src/docs/antora/modules/ROOT/pages/index.adoc +++ b/src/docs/antora/modules/ROOT/pages/index.adoc @@ -26,6 +26,11 @@ As a result, Spring Modulith enables developers to build applications that are e * Snapshot repository: https://repo.spring.io/snapshot * Javadoc: https://docs.spring.io/spring-modulith/docs/{projectVersion}/api +[[compatibility]] +== Spring Boot compatbility + +Find a full Spring Boot compatibility matrix xref:appendix.adoc#compatibility-matrix[here]. + [[using-spring-modulith]] == Using Spring Modulith