valdar commented on a change in pull request #272: URL: https://github.com/apache/camel-kafka-connector/pull/272#discussion_r440409899
########## File path: tests/itests-common/src/test/java/org/apache/camel/kafkaconnector/common/services/kafka/KafkaService.java ########## @@ -18,15 +18,13 @@ package org.apache.camel.kafkaconnector.common.services.kafka; import org.junit.jupiter.api.extension.AfterAllCallback; -import org.junit.jupiter.api.extension.AfterTestExecutionCallback; import org.junit.jupiter.api.extension.BeforeAllCallback; -import org.junit.jupiter.api.extension.BeforeTestExecutionCallback; import org.junit.jupiter.api.extension.ExtensionContext; /** * Provides an interface for any type of Kafka service: remote instances, local container, etc */ -public interface KafkaService extends BeforeAllCallback, BeforeTestExecutionCallback, AfterAllCallback, AfterTestExecutionCallback { Review comment: Ah! Yep, that is what is happening in the GitHub action execution as well, thanks for the explanation and context about this! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org