aldettinger commented on a change in pull request #876: Fixed kafka itests as
@Inject is not supported in native tests
URL: https://github.com/apache/camel-quarkus/pull/876#discussion_r391116571
##########
File path:
integration-tests/kafka/src/test/java/org/apache/camel/quarkus/component/kafka/it/CamelKafkaTestResource.java
##########
@@ -32,14 +31,6 @@
private static final String CONFLUENT_PLATFORM_VERSION = "5.3.1";
private KafkaContainer container;
- private CamelMain main;
-
- @Override
- public void inject(Object testInstance) {
- if (testInstance instanceof CamelKafkaTest) {
- this.main = ((CamelKafkaTest) testInstance).main;
Review comment:
For the record, question on [quarkus
side](https://github.com/quarkusio/quarkus/issues/7784). ok, I'm gonna check if
I can find similar thing elsewhere in the context of another ticket.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services