Skip to content

Commit 858afae

Browse files
aksOpsclaude
andcommitted
Revert Hazelcast cache to simple — HazelcastInstance lifecycle conflict with Spring Boot 4
Hazelcast CacheManager fails to auto-configure due to bean lifecycle ordering (HazelcastInstance shuts down during context initialization). Reverted to simple in-memory cache. Hazelcast distributed caching needs separate investigation for Spring Boot 4 compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7f64496 commit 858afae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ spring:
5656
main:
5757
log-startup-info: false
5858
cache:
59-
type: hazelcast
59+
type: simple
6060

6161
logging:
6262
level:

0 commit comments

Comments
 (0)