-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e506a0
commit 5f1997d
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
= Upgrade Guide | ||
Markus Neifer | ||
0.1, 27.09.2024: _DRAFT | ||
0.1, 07.10.2024: _DRAFT | ||
:toc: | ||
== Java | ||
NOTE: TODO upgrade to latest LTS version | ||
Target LTS version is: 21 | ||
== Gradle | ||
NOTE: TODO upgrade to latest version | ||
Existing Gradle version is: 7.4.2 (from `gradle/wrapper/gradle-wrapper.properties`) | ||
== Spring Boot | ||
NOTE: TODO upgrade to latest version | ||
Existing Spring Boot version is: `id("org.springframework.boot") version "2.6.3"` (from `build.gradle.kts`) | ||
See the following article: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide[Spring Boot 3.0 Migration Guide] |