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 09:41:33 UTC

[camel] branch regen_bot updated (5eac3f5c88f -> 48ca9768b1e)

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 5eac3f5c88f Regen for commit 405554154cd75f450de6235b574829aba1cdb724 (#9747)
     add cc58a9ac1df 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 c0c68294033 Flaky test
     add cc320076c86 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 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.

No new revisions were added by this update.

Summary of changes:
 .../camel-bean/src/main/docs/bean-language.adoc    |  2 +-
 .../camel-bean/src/main/docs/class-component.adoc  | 21 +++++++------
 .../apache/camel/component/bean/BeanHelper.java    | 14 +++++++--
 .../bean/BeanOverloadedCovariantMethodTest.java    |  2 +-
 .../bean/BeanOverloadedMethodFQNTest.java          | 16 +++++-----
 .../BeanOverloadedMethodParameterValueTest.java    |  4 +--
 .../component/bean/BeanOverloadedMethodTest.java   | 16 +++++-----
 .../MarkerFileExclusiveReadLockStrategyTest.java   |  2 ++
 .../modules/ROOT/pages/bean-binding.adoc           | 34 ++++++++++------------
 .../modules/ROOT/pages/bean-integration.adoc       |  4 +--
 .../ROOT/pages/camel-4-migration-guide.adoc        | 14 +++++++++
 11 files changed, 77 insertions(+), 52 deletions(-)