linghengqian commented on issue #30242: URL: https://github.com/apache/shardingsphere/issues/30242#issuecomment-1959568853
- There may actually be a problem with the Example module, but the fact that I'm not a freemarker expert makes it difficult for me to fix it. - At https://github.com/apache/shardingsphere/issues/29712#issuecomment-1959554577 , I did unit tests for the following events. These unit tests are basically equivalent to what Example does. - Snapshot version of Apache ShardingSphere 5.5.0 - Seata Server 2.0 and Seata Spring Boot 2.0 - Spring Boot 3.2.2 - Three independent Postgresql Server 16.2 instances - GraalVM CE For JDK21 - Are you hoping to try to fix a problem with the example module or are you looking for an example of Seata integration? This will determine whether it is necessary to continue opening the current issue. There are too many duplicate issues on Seata integration. ```shell sdk install java 21.0.2-graalce sdk use java 21.0.2-graalce git clone [email protected]:apache/shardingsphere.git cd ./shardingsphere/ git reset --hard de192a30c9460bb94385c2a88e766025b211f906 ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true cd ../ git clone [email protected]:linghengqian/shardingsphere-seata-spring-boot-test.git cd ./shardingsphere-seata-spring-boot-test/ ./mvnw -e -T1C clean test ``` -- 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]
