Hi colleagues,
Do you plan to support Spring Boot 4? At the moment, JPA and Redis persistence are not supported. Specifically, both persistence options still rely on dependencies pinned to Spring Boot 3.x.
Caused by: java.lang.ClassNotFoundException: org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490)
Hi colleagues,
Do you plan to support Spring Boot 4? At the moment, JPA and Redis persistence are not supported. Specifically, both persistence options still rely on dependencies pinned to Spring Boot 3.x.