lburgazzoli opened a new issue #198: Remove support for RuntimeValue from 
registry
URL: https://github.com/apache/camel-quarkus/issues/198
 
 
   It does not seem we do store instances wrapped by a RuntimeValue in the 
registry any more so it may be possible to thing to simplify the registry and 
leverage the "bean repository" concept we have in Camel, something like:
   
       repository = new ArCBeanRepository();
       registry = new DefaultRegistry(repository);
   
   This would reduce the maintenance costs as i.e. 
https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-13948 would not need 
to be implemented in bot Camel and Camel Quarkus.
   
   //cc @gnodet 

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


With regards,
Apache Git Services

Reply via email to