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)