Open saintping opened 3 days ago
Before #27976 is merged, it is not possible to use shardingsphere's XA distributed integration under spring boot 3 because of class conflicts.
I have no interest in pushing PRs to be merged, and I open PRs just to test CI.
Bug Report
Which version of ShardingSphere did you use?
spring-boot 3.4.0 shardingsphere-jdbc 5.5.1 shardingsphere-transaction-xa-core 5.5.1
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
Expected behavior
it works,the same with in LOCAL model.
Actual behavior
Reason analyze (If you can)
it works while remove this configuration
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).