You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/04/03 11:01:57 UTC

[camel] branch main updated (43107aa9d6a -> 793765235f4)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 43107aa9d6a simplified boolean conditions (#9767)
     add 793765235f4 CAMEL-15105: make the BeanProcessorFactory a plugin of the context

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/spring/SpringCamelContext.java  |  3 ++-
 .../main/java/org/apache/camel/ExtendedCamelContext.java  |  5 -----
 .../apache/camel/impl/engine/AbstractCamelContext.java    |  6 +-----
 .../camel/impl/engine/DefaultCamelContextExtension.java   | 13 -------------
 .../camel/impl/engine/SubscribeMethodProcessor.java       |  4 ++--
 .../camel/impl/lw/LightweightCamelContextExtension.java   |  5 -----
 .../main/java/org/apache/camel/reifier/BeanReifier.java   |  3 ++-
 .../main/java/org/apache/camel/support/PluginHelper.java  | 15 +++++++++++++++
 8 files changed, 22 insertions(+), 32 deletions(-)