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

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

JiriOndrusek commented on code in PR #4592:
URL: https://github.com/apache/camel-quarkus/pull/4592#discussion_r1113146540


##########
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:
   that makes sense, I'll change it, thanks for the check (and will change the name of the method as well)



-- 
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