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
Due to work requirements, we have updated the Java version to 22. As some libraries also need to be upgraded, we found that ShardingSphere needs to be updated to 5.4.1. However, we could not find the corresponding version of shardingsphere-jdbc-core-spring-boot-starter, which has led to compatibility issues
The above image shows compatibility errors between shardingsphere-jdbc-core 5.4.2 and shardingsphere-jdbc-core-spring-boot-starter 5.2.1. In fact, there are many compilation errors, and I have only captured a portion of the code.
The text was updated successfully, but these errors were encountered:
Spring boot starter has been removed. See #22469. We removed Spring boot starter to support Spring boot oss 2.x, Spring boot oss 3 and Graalvm native image.
Due to work requirements, we have updated the Java version to 22. As some libraries also need to be upgraded, we found that ShardingSphere needs to be updated to 5.4.1. However, we could not find the corresponding version of shardingsphere-jdbc-core-spring-boot-starter, which has led to compatibility issues

The above image shows compatibility errors between shardingsphere-jdbc-core 5.4.2 and shardingsphere-jdbc-core-spring-boot-starter 5.2.1. In fact, there are many compilation errors, and I have only captured a portion of the code.
The text was updated successfully, but these errors were encountered: