-
Notifications
You must be signed in to change notification settings - Fork 193
docs: clarify Kotlin 2.3+/API 2.2 and Java 25/target-17 versioning per Spring Boot 4.x guidance #2980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: clarify Kotlin 2.3+/API 2.2 and Java 25/target-17 versioning per Spring Boot 4.x guidance #2980
Changes from 2 commits
da4b856
a31cac5
cbdd0c8
50a8e98
4b60072
bc5c644
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -480,7 +480,7 @@ graph LR | |||||
|
|
||||||
| ## Build & Run | ||||||
|
|
||||||
| **Requirements**: Java 17+, Maven 3.9+, Docker (for Docker build and integration tests) | ||||||
| **Requirements**: Java 25, Maven 3.9+, Docker (for Docker build and integration tests) | ||||||
|
|
||||||
| **Build:** | ||||||
| ```shell | ||||||
|
|
@@ -503,9 +503,9 @@ make integration-tests | |||||
| ``` | ||||||
|
|
||||||
| **Technology:** | ||||||
| - Built with Kotlin 2.3.0 and Spring Boot 4.0 | ||||||
| - Tests written in Kotlin | ||||||
| - Target JVM: 17 | ||||||
| - S3Mock uses Kotlin 2.3+ (language/API compatibility: 2.2) and Spring Boot 4.0 | ||||||
|
||||||
| - S3Mock uses Kotlin 2.3+ (language/API compatibility: 2.2) and Spring Boot 4.0 | |
| - S3Mock uses Kotlin 2.3+ (language/API compatibility: 2.2) and Spring Boot 4.0.x |
Uh oh!
There was an error while loading. Please reload this page.