GH-978 - Improve compatibility matrix.

This commit is contained in:
Oliver Drotbohm
2024-12-06 13:16:23 +01:00
parent b71d289503
commit dab378aaeb
2 changed files with 17 additions and 8 deletions

View File

@@ -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]

View File

@@ -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