Skip to content

Commit b692068

Browse files
authored
docs: Define prerequisites (#37)
docs - Define prerequisites
1 parent 09e750c commit b692068

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Maven Central status](https://img.shields.io/maven-central/v/org.openfolder/kotlin-asyncapi-parent.svg)](https://search.maven.org/#search%7Cga%7C1%7Corg.openfolder%20kotlin-asyncapi)
66

77
* [About](#about)
8+
* [Prerequisites](#prerequisites)
89
* [Module Roadmap](#module-roadmap)
910
* [Usage](#usage)
1011
* [Kotlin DSL](#kotlin-dsl-usage)
@@ -21,6 +22,16 @@ The Kotlin AsyncAPI project aims to provide convenience tools for generating and
2122
[Kotlin DSL](https://kotlinlang.org/docs/type-safe-builders.html) for building the specification in a typesafe way.
2223
The modules around that core build a framework for documenting asynchronous microservice APIs.
2324

25+
## Prerequisites
26+
The framework generally supports any JVM project. Compatibility has been tested, but is not limited to the following versions:
27+
28+
| Identifier | Version |
29+
|-----------------|-----------------------------|
30+
| **JRE** | `8`, `11` |
31+
| **Kotlin** | `1.6.21`, `1.7.0`, `1.7.10` |
32+
| **Spring Boot** | `2.6.0`-`2.7.4` |
33+
| **Maven** | `3.8.4`, `3.8.6` |
34+
2435
## Module Roadmap
2536
| Module | Description | State |
2637
|-------------------------|--------------------------------------------------------------------------------|--------------------|

0 commit comments

Comments
 (0)