xllove-moon opened a new issue, #18691: URL: https://github.com/apache/shardingsphere/issues/18691
## Question A few days ago, we upgraded to the latest version 5.1.2 of shardingsphere-jdbc. In version 5.1.1, jooq is not included in Maven dependency, but we found some problems about the compatibility between jooq and springboot (our version is 2.3.12). After excluding jooq dependency, the service can now run normally in the test environment. our service uses readwrite-splitting and sharing-table function The first problem is that when jooq is used with springboot AOP, it will cause a very slow startup bug. After testing, this problem can still be repeated in our service https://github.com/jOOQ/jOOQ/issues/5902 The second problem is that stackoverflowerror occurs at startup. We have to increase -Xss to solve it https://github.com/jOOQ/jOOQ/issues/7994 ** These problems seem to have nothing to do with shardingsphere JDBC. I wonder whether excluding jooq from Maven will affect the stable operation of shardingsphere JDBC?** -- 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]
