You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2020/05/04 07:49:00 UTC

[jira] [Created] (CAMEL-15003) Proeprty binding support fails for anonymous calsses

Luca Burgazzoli created CAMEL-15003:
---------------------------------------

             Summary: Proeprty binding support fails for anonymous calsses
                 Key: CAMEL-15003
                 URL: https://issues.apache.org/jira/browse/CAMEL-15003
             Project: Camel
          Issue Type: Bug
          Components: camel-core
            Reporter: Luca Burgazzoli
            Assignee: Luca Burgazzoli
             Fix For: 3.3.0


The PropertyBindingSupport uses Class::getSimpleName to determine the name of a component configurer but in case of a component created using an anonymous class i.e. to override some behaviors, PropertyBindingSupport will fails as  Class::getSimpleName returns an empty string.  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)