aldettinger opened a new issue #1505:
URL: https://github.com/apache/camel-quarkus/issues/1505


   This behaviour could be reproduced in camel-grok itests route by attempting 
to replace [explicit `bindToRegistry` 
calls](https://github.com/apache/camel-quarkus/blob/master/integration-tests/grok/src/main/java/org/apache/camel/quarkus/component/grok/it/GrokRoute.java#L32..L34)
 with `@BindToRegistry`.
   
   The route can't start as @BindToRegistry Grok patterns are not present in 
the registry when GrokDataFormat.start() is called.
   As far as I could tell, it seems to me that bean post processing never 
occurs in this scenario. So we may have even more annotations that are not 
working.
   
   Would one agree it's an issue ? Would adding bean processing in this 
scenario be the solution ? where/when ?


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


Reply via email to