linghengqian commented on issue #26041:
URL: 
https://github.com/apache/shardingsphere/issues/26041#issuecomment-1696078463

   - On 
https://github.com/linghengqian/shardingsphere-v540-readwrite-splitting-test 
corresponding to commit 
https://github.com/linghengqian/shardingsphere-v540-readwrite-splitting-test/commit/a1203203db1d421452b8b465b58003224a936836
 , I created some tests for Spring Boot OSS 3.1.2.  Except for XA distributed 
transactions, ordinary functions can be used normally.
   
   - The required dependencies may not be obvious, maybe I should create a 
documentation PR to clarify up front.
   ```xml
           <dependency> 
                <groupId>org.apache.shardingsphere</groupId> 
                <artifactId>shardingsphere-jdbc-core</artifactId> 
                <version>5.4.0</version> 
            </dependency> 
            <dependency> 
                <groupId>org.yaml</groupId> 
                <artifactId>snakeyaml</artifactId> 
                <version>1.33</version> 
            </dependency> 
            <dependency> 
                <groupId>org.glassfish.jaxb</groupId> 
                <artifactId>jaxb-runtime</artifactId> 
                <version>2.3.8</version> 
            </dependency>
   ```
   - I'm still not sure if I should merge 
https://github.com/apache/shardingsphere/pull/27976 before Spring Boot OSS 
2.7.x ends community support (`2023-11-18`).  On the ShardingSphere side, 
issues from Spring Boot 2.x have increased recently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to