Zoltán Lutor created CAMEL-15788:
------------------------------------
Summary: Apache Camel Yammer component does not work in 3.x (from
3.1)
Key: CAMEL-15788
URL: https://issues.apache.org/jira/browse/CAMEL-15788
Project: Camel
Issue Type: Bug
Affects Versions: 3.1.0, 3.x
Reporter: Zoltán Lutor
It seems there was some change in Camel 3.1 that broke Yammer: replacing
explicit ‘function’ string value with name of ‘featureType’ enum makes Yammer
API URLs invalid: e.g. [https://www.yammer.com/api/v1/messages.json] vs
[https://www.yammer.com/api/v1/*MESSAGES*.json]
Details:
* line #28 and line #96 in
[https://github.com/apache/camel/blame/camel-3.1.x/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerConfiguration.java]
* line #44 in
[https://github.com/apache/camel/blob/camel-3.1.x/components/camel-yammer/src/main/java/org/apache/camel/component/yammer/YammerMessageProducer.java]
* and other places where use of ‘function’ was replaced with name of
“functionType” enum values...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)