ppalaga commented on a change in pull request #1011: Fix native images issues on Java 11 URL: https://github.com/apache/camel-quarkus/pull/1011#discussion_r401577094
########## File path: extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/NativeImageProcessor.java ########## @@ -302,7 +302,17 @@ void process( org.apache.camel.main.DefaultConfigurationProperties.class, org.apache.camel.main.MainConfigurationProperties.class, org.apache.camel.main.HystrixConfigurationProperties.class, + org.apache.camel.main.Resilience4jConfigurationProperties.class, Review comment: Shouldn't Resilience4jConfigurationProperties be listed below where other `org.apache.camel.main.Resilience4j*` classes are listed? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services