You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/02/21 14:27:55 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on a diff in pull request #4592: Zendesk test cannot be compiled to native with Camel 4 and Quarkus 3

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org