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
Add prominent version compatibility table showing which Redis OM Spring
version to use with each Spring Boot version:
- 1.0.x => Spring Boot 3.4.x
- 1.1.x => Spring Boot 3.5.x
- 2.0.x => Spring Boot 4.0.x
Uses GitHub's [!IMPORTANT] callout syntax for visibility.
|**Redis Stack**| 7.2.x | 7.2.x or later | For JSON and Search modules |
102
-
103
-
#### Spring Boot Version Compatibility Policy
104
-
105
-
Redis OM Spring follows an **N-2 support policy** for Spring Boot versions:
106
-
107
-
- We build with the latest stable Spring Boot version
108
-
- We support the current version and two previous minor versions that are still receiving OSS updates
109
-
- We upgrade Spring Boot with each Redis OM Spring release
110
-
111
-
For example, as of Redis OM Spring 2.0.0:
112
-
113
-
-**Built with**: Spring Boot 4.0.0
114
-
-**Minimum supported**: Spring Boot 4.0.0
115
-
-**Recommended**: Spring Boot 4.0.0 or later
116
-
117
-
⚠️ **Note**: Using older Spring Boot versions may work but is not officially tested or supported. For production use, we recommend staying within the supported version range.
90
+
> [!IMPORTANT]
91
+
> ### 📋 Version Compatibility
92
+
>
93
+
> Choose the correct Redis OM Spring version for your Spring Boot version:
94
+
>
95
+
> | Redis OM Spring | Spring Boot | Java | Status |
0 commit comments