You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/09 11:04:27 UTC

[GitHub] [camel-quarkus] aldettinger commented on a change in pull request #2453: camel-quarkus-dozer Error when running native executable #2449

aldettinger commented on a change in pull request #2453:
URL: https://github.com/apache/camel-quarkus/pull/2453#discussion_r610539093



##########
File path: extensions/dozer/deployment/src/main/java/org/apache/camel/quarkus/component/dozer/deployment/DozerProcessor.java
##########
@@ -110,6 +110,9 @@ void configureCamelDozer(BuildProducer<ReflectiveClassBuildItem> reflectiveClass
                 Time[].class,
                 Timestamp[].class,
                 URL[].class,
+                Date.class,
+                File.class,
+                URL.class,

Review comment:
       I'm quite beginner with dozer :) Is there really a finished set of classes to be registered as native ? Won't we end up registering every new classes that developers would eventually use in their scenarios ?




-- 
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:
users@infra.apache.org