You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/01/15 09:42:59 UTC

[camel] branch regen_bot updated (3a70856 -> dc549b4)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 3a70856  CAMEL-17489: camel-kafka - Unsubscribe before closing the consumer
     add dc549b4  CAMEL-17492: camel-core - Camel bean post processor should have injected camel context to avoid NPE such as when using spring boot and doing camel endpoint injected dependency injection.

No new revisions were added by this update.

Summary of changes:
 .../camel/spring/spi/CamelBeanPostProcessor.java   | 42 ++++++++++++++++------
 .../org/apache/camel/ExtendedCamelContext.java     |  5 +++
 .../camel/impl/engine/AbstractCamelContext.java    |  1 +
 .../impl/engine/DefaultCamelBeanPostProcessor.java | 12 ++++++-
 .../camel/impl/ExtendedCamelContextConfigurer.java |  6 ++++
 .../camel/impl/lw/LightweightCamelContext.java     |  5 +++
 .../impl/lw/LightweightRuntimeCamelContext.java    | 11 +++---
 .../camel/main/DefaultConfigurationConfigurer.java |  3 +-
 8 files changed, 67 insertions(+), 18 deletions(-)