This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch bean in repository https://gitbox.apache.org/repos/asf/camel.git.
from 52f1a0a CAMEL-13449: camel3 - Move bean component out of camel-core new 9f1d39c CAMEL-13449: camel3 - Move bean component out of camel-core new 58cba39 CAMEL-13449: camel3 - Move bean component out of camel-core The 36759 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../bean/DefaultBeanProcessorFactory.java | 119 +++++++++++++++++++- .../org/apache/camel/spi/BeanProcessorFactory.java | 23 +++- ...formProcessor.java => MethodCallProcessor.java} | 46 ++++---- .../java/org/apache/camel/reifier/BeanReifier.java | 121 +-------------------- .../karaf/features/src/main/resources/features.xml | 1 + 5 files changed, 168 insertions(+), 142 deletions(-) copy core/camel-core/src/main/java/org/apache/camel/processor/{TransformProcessor.java => MethodCallProcessor.java} (61%)