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/04 08:17:33 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #843: Property binding requires reflective access to configuration classes

jamesnetherton opened a new issue #843: Property binding requires reflective access to configuration classes
URL: https://github.com/apache/camel-quarkus/issues/843
 
 
   As per https://github.com/apache/camel-quarkus/pull/841#discussion_r387304810, it seems property binding is not working well in native mode, as the component configuration class has to be registered for reflection in order for it to work properly.
   

----------------------------------------------------------------
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] jamesnetherton commented on issue #843: Property binding requires reflective access to configuration classes

Posted by GitBox <gi...@apache.org>.
jamesnetherton commented on issue #843: Property binding requires reflective access to configuration classes
URL: https://github.com/apache/camel-quarkus/issues/843#issuecomment-594423801
 
 
   For Paho, this problem seems fixed in camel 3.2.0-SNAPSHOT by [CAMEL-14568](https://issues.apache.org/jira/browse/CAMEL-14568). I suspect the same is true for many other extensions.

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