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:43:49 UTC

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

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



##########
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:
       @aldettinger 
   Date is required for https://github.com/DozerMapper/dozer/blob/master/core/src/main/java/com/github/dozermapper/core/converters/DateConverter.java.
   The other classes are special. You can see them for example here: https://github.com/DozerMapper/dozer/blob/master/core/src/test/java/com/github/dozermapper/core/functional_tests/builder/PrimitiveTest.java#L138-L140. No other classes should be required. Other classes are dynamically registered by DozerProcessor.
   




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