You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/25 09:05:34 UTC

[camel] branch main updated (cfd7fdb -> 5ce1fb5)

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

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


    from cfd7fdb  Fix typo in infinispan example
     add bedd572  CAMEL-17844: Handle FunctionalInterface (lambas) in BeanInfo
     add 5ce1fb5  CAMEL-17844: add a snippet in the docs about FunctionalInterface usage

No new revisions were added by this update.

Summary of changes:
 .../camel-bean/src/main/docs/bean-component.adoc   |  12 ++
 .../org/apache/camel/component/bean/BeanInfo.java  |  36 +++---
 .../camel/component/bean/BeanInfoTypeResolver.java |  35 ------
 .../bean/DefaultBeanInfoTypeResolver.java          |  48 --------
 .../apache/camel/component/bean/BeanInfoTest.java  | 124 ++++++++++++++-------
 5 files changed, 110 insertions(+), 145 deletions(-)
 delete mode 100644 components/camel-bean/src/main/java/org/apache/camel/component/bean/BeanInfoTypeResolver.java
 delete mode 100644 components/camel-bean/src/main/java/org/apache/camel/component/bean/DefaultBeanInfoTypeResolver.java