snuyanzin opened a new pull request, #7: URL: https://github.com/apache/flink-connector-pulsar/pull/7
In ArchUnit 1.0.0 there was added a breaking change [1] ``` As mentioned in Enhancements/Core ArchRules will now by default reject evaluating if the set passed to the should-clause is empty. This will break existing rules that don't check any elements in their should-clause. You can restore the old behavior by setting the ArchUnit property archRule.failOnEmptyShould=false ``` As a result all the rules which do no match anything will fail. Also since Flink 1.17-SNAPSHOT depends on 1.0.0 ArchUnit, this version was updated to be synced [1] https://github.com/TNG/ArchUnit/releases/tag/v0.23.0 -- 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]
