linghengqian commented on issue #28331: URL: https://github.com/apache/shardingsphere/issues/28331#issuecomment-1703701564
- I handled the strange use of algorithm classes extra in https://github.com/linghengqian/testSharding/commit/32c0dea1374b7f0eefb47707ed76890c98025eda. In general, I didn't see a particular Error Log. ```shell $ gradle clean test > Task :compileJava 注: /home/linghengqian/TwinklingLiftWorks/git/public/testSharding/src/main/java/com/example/testsharding/OeeCycleAlgorithmSharding.java使用了未经检查或不安全的操作。 注: 有关详细信息, 请使用 -Xlint:unchecked 重新编译。 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2023-09-02T13:12:14.914+08:00 INFO 30345 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2023-09-02T13:12:14.920+08:00 INFO 30345 --- [ionShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 46s 5 actionable tasks: 5 executed ``` -- 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]
