JiriOndrusek commented on issue #1190: URL: https://github.com/apache/camel-quarkus/issues/1190#issuecomment-731144119
I see added value with these approach. My only concern is about the fact, that all debezium integration tests are in one module and they are using common code (abstract parents). Refactoring mongodb test into JVM module would bring redundant code (I would need to copy several classes from https://github.com/apache/camel-quarkus/tree/master/integration-tests/debezium/src/test/java/org/apache/camel/quarkus/component/debezium/common/it and possibly code from https://github.com/apache/camel-quarkus/blob/master/integration-tests/debezium/src/main/java/org/apache/camel/quarkus/component/debezium/common/it/AbstractDebeziumResource.java). But because we plan to remove this jvm test and use this 'common' module, it is not probably big problem. Do you agree? ---------------------------------------------------------------- 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