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 14:33:22 UTC

[GitHub] [camel-quarkus] aldettinger opened a new issue #867: @BindToRegistry fields need to be explicitly registered for reflection in order to work in native mode

aldettinger opened a new 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
 
 
   

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

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

Posted by GitBox <gi...@apache.org>.
aldettinger closed 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
 
 
   

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

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

Posted by GitBox <gi...@apache.org>.
aldettinger 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-597135269
 
 
   The issue could be reproduced in mustache itests, just comment this [line](https://github.com/apache/camel-quarkus/blob/master/integration-tests/mustache/src/main/java/org/apache/camel/quarkus/component/mustache/it/MustacheRoute.java#L23).
   Then run `mvn clean verify -P native`.

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

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

Posted by GitBox <gi...@apache.org>.
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