davsclaus commented on pull request #1984:
URL: https://github.com/apache/camel-quarkus/pull/1984#issuecomment-721744893


   This is the code in camel 3.7
   ```
       @Override
       protected BeanProcessorFactory createBeanProcessorFactory() {
           return new BaseServiceResolver<>(BeanProcessorFactory.FACTORY, 
BeanProcessorFactory.class, getBootstrapFactoryFinder())
                   .resolve(getCamelContextReference())
                   .orElseThrow(() -> new IllegalArgumentException(
                           "Cannot find BeanProcessorFactory on classpath. "
                                                                   + "Add 
camel-bean to classpath."));
       }
   ```


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