linghengqian commented on issue #37412: URL: https://github.com/apache/shardingsphere/issues/37412#issuecomment-3711276967
So I did discover something interesting at https://github.com/linghengqian/shardingsphere-agent-master-test/commit/a10430ad06003a75a043533a522b0a0541edfd9d. One issue is that the ShardingSphere agent on the master branch not only breaks compatibility with Spring Boot 4 but also with Spring Boot 3. However, considering that the 5.5.2 ShardingSphere agent is still compatible with Spring Boot 3, this seems to be due to improper handling of Logback 1.x and 2.x. Unfortunately, I can't help much with the agent itself. One issue is that `org.apache.shardingsphere:shardingsphere-standalone-mode-repository-memory:5.5.3-SNAPSHOT` accidentally missed an implicit dependency on `org.apache.commons:commons-lang3:3.18.0`. This is easy to fix, but I haven't had time to investigate why the unit tests on the master branch are working correctly. This also illustrates that most contributors don't use the Shardingsphere agent and standalone mode... Is this really a big problem? From a personal perspective, it might need to be investigated as a separate new issue. -- 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]
