You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README for Spring Boot 4.0 and add version compatibility
- Update badges: Java 21+, Spring Boot 4.0
- Add Version Compatibility section with table
- Document v1.0.0-springboot3 tag for Spring Boot 3.x users
- Update prerequisites to require Java 21
- Update Technology Stack table (Spring Boot 4.0+, Spring Security 7)
- Update troubleshooting to reference Java 21
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -14,6 +14,7 @@ A comprehensive demonstration application for the [Spring User Framework](https:
14
14
15
15
## Table of Contents
16
16
-[Overview](#overview)
17
+
-[Version Compatibility](#version-compatibility)
17
18
-[Features](#features)
18
19
-[Prerequisites](#prerequisites)
19
20
-[Quick Start](#quick-start)
@@ -35,6 +36,30 @@ This demo application serves as a reference implementation of the [Spring User F
35
36
36
37
The application implements an event management system where users can browse, register for, and manage events. This demonstrates how to build application-specific functionality on top of the user management framework.
37
38
39
+
## Version Compatibility
40
+
41
+
This demo application tracks the latest version of the Spring User Framework:
42
+
43
+
| Demo App Version | Spring Boot | Spring User Framework | Java | Branch/Tag |
@@ -68,7 +93,7 @@ The application implements an event management system where users can browse, re
68
93
69
94
Before you begin, ensure you have the following installed:
70
95
71
-
-**Java**: JDK 17 or higher ([Download](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html))
96
+
-**Java**: JDK 21 or higher ([Download](https://www.oracle.com/java/technologies/downloads/)) - *Note: For Spring Boot 3.x version, Java 17+ is sufficient*
72
97
-**Database**: MariaDB, MySQL, or Docker for containerized database
73
98
-**Build Tool**: Gradle (included via wrapper) or Maven
74
99
-**Optional**: Docker and Docker Compose for containerized setup
@@ -571,8 +596,8 @@ This project supports **Spring Boot DevTools** for live reload and auto-restart.
0 commit comments