complone commented on PR #18271: URL: https://github.com/apache/shardingsphere/pull/18271#issuecomment-1166403969
FixtureRule only exists as a construction condition and is not provided as spi, otherwise it will fail to execute successfully in jdk17. reason: ``` org.apache.shardingsphere.infra.metadata.database.rule.ShardingSphereRuleMetaData cannot be applied to given types; Error: required: java.util.Collection<org.apache.shardingsphere.infra.rule.ShardingSphereRule> Error: found: java.util.List<java.lang.Object>,java.util.List<java.lang.Object> Error: reason: actual and formal argument lists differ in length ``` -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org