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/10/18 14:40:57 UTC

[camel] branch regen_bot_40x updated (330cbfc42d3 -> 13c7ed82ff2)

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

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


    from 330cbfc42d3 Update known camel releases
     add 49f93bed5d2 Upgrade AWS SDK v2 to version 2.21.2 (#11748)
     add f66dc9404d3 CAMEL-20003 - Upgrade Google Cloud BOM to version 26.25.0 (#11750)
     add 821378eed35 CAMEL-20002: Make it easier to extend DefaultInjector
     add dbadd6bbb79 CAMEL-20005 - Upgrade Google Secrets Manager BOM to version 2.28.0 (#11753)
     add de6c0a2592c Remove deprecated Class.newInstance usage in StaxProcessor (#11751)
     add cc4b5f7dc1f CAMEL-20006 - Upgrade Google Cloud Functions BOM to version 2.30.0 (#11755)
     add c6b27fc2966 Fix link for building page on readme (#11757)
     add 90c76c8b4b0 Bean cache (#11758)
     add e61d7c00e87 CAMEL-20013: AdviceWith should have model dumper as optional in case its not on classpath.
     add 13c7ed82ff2 Polished

No new revisions were added by this update.

Summary of changes:
 README.md                                          |  2 +-
 .../org/apache/camel/catalog/components/bean.json  |  3 +-
 .../org/apache/camel/catalog/components/class.json |  3 +-
 .../component/bean/BeanComponentConfigurer.java    |  6 ++++
 .../org/apache/camel/component/bean/bean.json      |  3 +-
 .../apache/camel/component/beanclass/class.json    |  3 +-
 .../apache/camel/component/bean/BeanComponent.java | 38 +++++++++++++++++++---
 .../apache/camel/component/stax/StAXProcessor.java |  2 +-
 .../impl/engine/DefaultContextPluginManager.java   |  6 +---
 .../apache/camel/impl/engine/DefaultInjector.java  | 20 +++++++-----
 .../java/org/apache/camel/builder/AdviceWith.java  |  3 +-
 .../component/dsl/BeanComponentBuilderFactory.java | 17 ++++++++++
 .../component/dsl/ClasComponentBuilderFactory.java | 17 ++++++++++
 parent/pom.xml                                     |  8 ++---
 14 files changed, 103 insertions(+), 28 deletions(-)