Martin Stefanko
Martin Stefanko
@yrodiere @gsmet I'm also thinking that for the global enable/disable, if we are still printing the feature in the log on app startup, should it be something like `smallrye-health (disabled)`...
Hi @loicmathieu, I can't reproduce this. It seems that it will always generate `ClusterRoleBinding` here - https://github.com/quarkiverse/quarkus-operator-sdk/blob/main/core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddRoleBindingsDecorator.java#L69. Can you please confirm that you still can reproduce this error?
@holly-cummins thanks for the info. If I just search for "quarkiverse" I can see this  Personally, I think we should enforce it. It's not so much work and it...
@csviri I'll take a look, but I'm after wisdom teeth removal, so as soon as I can.
I wasn't around for 2. yet :). But both your points make sense to me and if you can contribute these changes, it would be great.
I would add that we should document the whole `LocallyRunOperatorExtension` and how to write test in JOSDK.
@csviri will do this as a part of bigger refactoring of the test extension
Using it to run this part of quarkus-platform testing - https://github.com/quarkusio/quarkus-platform/tree/main/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test. It fails on RHEL 9.2 because rabbitmq won't start. I tested it on this machine and it won't print...
unfortunately, this is already latest - see https://github.com/testcontainers/testcontainers-java/blob/1.20.1/modules/rabbitmq/src/test/java/org/testcontainers/containers/RabbitMQTestImages.java and https://central.sonatype.com/artifact/org.testcontainers/rabbitmq/1.20.1/versions
hey @vsevel and @kdubb how do you think we should proceed here?