Commit 30ada17
committed
dependencies: move up to Spring Boot/SDR 3.5.8
upgraded Redis OM Spring to Spring Boot 3.5.8. All tests pass successfully!
Changes Made:
1. Spring Boot: 3.4.12 → 3.5.8
2. Spring Data Redis: 3.4.12 → 3.5.6
3. Jedis: 5.2.0 → 6.0.0
4. Test Fix: Updated MyHashQueriesImpl.java to use double quotes instead of single quotes for multi-word search queries (Jedis 6.0.0 query escaping change)
Key Release Notes Summary:
Spring Boot 3.5.x includes significant improvements:
- Spring Data BOM 2025.0.0 (Spring Data Redis 3.5.6)
- Jedis 6.0.0 (managed by Spring Boot)
- Docker/Testcontainers fix for Docker 29.0.0 compatibility (3.5.8)
- Java 25 support
- Various bug fixes for SSL metrics, Undertow, and class loading
- No breaking API changes affecting Redis OM Spring
Breaking Change Addressed:
- Jedis 6.0.0 changed how it handles search query quoting. Multi-word terms in RediSearch queries now require double quotes (") instead of single quotes (') for proper escaping.1 parent fc2c247 commit 30ada17
File tree
2 files changed
+4
-4
lines changed- tests/src/test/java/com/redis/om/spring/fixtures/hash/repository
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments