Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
The camel-twilio component has two conflicting apis: notification and call-notification using respectively the proxy classes com.twilio.rest.api.v2010.account.Notification and com.twilio.rest.api.v2010.account.call.Notification.
However, the simple names of the generated classes are the same NotificationEndpointConfiguration and thus the second one overrides the first one during the generation.