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 2023/04/01 10:14:22 UTC

[camel] branch regen_bot updated (48ca9768b1e -> 55dbda92a90)

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 48ca9768b1e CAMEL-19104: camel-bean - Method matching for class types now require to specify .class, eg String -> String.class. This optimizes to avoid unnessarry class resolver, and also makes it explicit its a class and not a parameter value.
     add c352cf3f2a7 CAMEL-15105: make the DataFormatResolver a plugin of the context
     add 55dbda92a90 Regen for commit c352cf3f2a719a5e1e5cbc2ab557e62a1e8135ea

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/camel/ExtendedCamelContext.java   | 15 ---------------
 .../camel/impl/engine/AbstractCamelContext.java       | 13 ++++---------
 .../impl/engine/DefaultCamelContextExtension.java     | 19 -------------------
 .../camel/impl/ExtendedCamelContextConfigurer.java    |  6 ------
 .../impl/lw/LightweightCamelContextExtension.java     | 11 -----------
 .../java/org/apache/camel/support/PluginHelper.java   | 18 ++++++++++++++++++
 .../main/java/org/apache/camel/main/KameletMain.java  |  4 +++-
 7 files changed, 25 insertions(+), 61 deletions(-)