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 2020/03/10 15:18:21 UTC

[GitHub] [camel-quarkus] lburgazzoli commented on issue #867: @BindToRegistry fields need to be explicitly registered for reflection in order to work in native mode

lburgazzoli commented on issue #867: @BindToRegistry fields need to be explicitly registered for reflection in order to work in native mode
URL: https://github.com/apache/camel-quarkus/issues/867#issuecomment-597143802
 
 
   There should not be the need to register the class for reflection as it is already done by the native image processor, https://github.com/apache/camel-quarkus/blob/master/extensions/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/NativeImageProcessor.java#L227-L229 

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


With regards,
Apache Git Services