This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 52f5641  org.apache.camel.quarkus.main.CamelMainApplication should be 
registered for reflection #1453
52f5641 is described below

commit 52f56419d779d56c22423ca096772ae9d5b717ef
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Fri Jul 3 18:44:59 2020 +0200

    org.apache.camel.quarkus.main.CamelMainApplication should be registered for 
reflection #1453
---
 .../camel/quarkus/main/deployment/CamelMainNativeImageProcessor.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainNativeImageProcessor.java
 
b/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainNativeImageProcessor.java
index dd048ff..2ea03b5 100644
--- 
a/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainNativeImageProcessor.java
+++ 
b/extensions-core/main/deployment/src/main/java/org/apache/camel/quarkus/main/deployment/CamelMainNativeImageProcessor.java
@@ -30,6 +30,7 @@ public class CamelMainNativeImageProcessor {
                 
org.apache.camel.main.Resilience4jConfigurationProperties.class,
                 
org.apache.camel.model.Resilience4jConfigurationDefinition.class,
                 org.apache.camel.model.Resilience4jConfigurationCommon.class,
-                org.apache.camel.spi.RestConfiguration.class);
+                org.apache.camel.spi.RestConfiguration.class,
+                org.apache.camel.quarkus.main.CamelMainApplication.class);
     }
 }

Reply via email to