jamesnetherton commented on code in PR #4592: URL: https://github.com/apache/camel-quarkus/pull/4592#discussion_r1113128506
########## 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: ```suggestion RuntimeInitializedClassBuildItem runtimeInitializedClasses() { ``` -- 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