JiriOndrusek commented on code in PR #4592: URL: https://github.com/apache/camel-quarkus/pull/4592#discussion_r1113175890
########## extensions/zendesk/deployment/src/main/java/org/apache/camel/quarkus/component/zendesk/deployment/ZendeskProcessor.java: ########## @@ -38,6 +40,11 @@ AdditionalApplicationArchiveMarkerBuildItem boxArchiveMarker() { return new AdditionalApplicationArchiveMarkerBuildItem("org/zendesk"); } + @BuildStep + RuntimeInitializedClassBuildItem test() { Review Comment: I moved code zendesk extension to `ahc-support`, where it belongs -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org