lburgazzoli 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_r401756545
########## File path: extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/NativeImageProcessor.java ########## @@ -302,14 +302,14 @@ 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, - org.apache.camel.main.RestConfigurationProperties.class)); + org.apache.camel.main.Resilience4jConfigurationProperties.class)); Review comment: fixed ---------------------------------------------------------------- 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