From 352c38b39f7b97d9810ba80b94decd8f7c45c36c Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 5 Dec 2024 18:19:29 +0100 Subject: [PATCH] GH-979 - Add Spring Boot compatibility matrix to reference documentation. --- .../antora/modules/ROOT/pages/appendix.adoc | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/docs/antora/modules/ROOT/pages/appendix.adoc b/src/docs/antora/modules/ROOT/pages/appendix.adoc index aa1db85b..b2f2b0ce 100644 --- a/src/docs/antora/modules/ROOT/pages/appendix.adoc +++ b/src/docs/antora/modules/ROOT/pages/appendix.adoc @@ -2,6 +2,42 @@ = Appendix :jdbc-schema-base: partial$spring-modulith-events-jdbc-src/main/resources +[appendix] +[[spring-boot-compatibility]] +== 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) + +|1.4 (snapshot) +|3.4 +|3.1, 3.2, 3.3, 3.4 +|2023.2 +|2023.2, 2025.0 RC2 + +|1.3 +|3.4 +|3.1, 3.2, 3.3, 3.4 +|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 + +|1.1 +|3.2 +|3.1, 3.2, 3.3, 3.4 +|2023.1 +|2023.2, 2025.0 RC2 +|=== + [appendix] [[configuration-properties]] == Spring Modulith Configuration Properties