[
https://issues.apache.org/jira/browse/CAMEL-15788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17224563#comment-17224563
]
Claus Ibsen commented on CAMEL-15788:
-------------------------------------
Thanks for reporting and pointing out where in the code the problems are.
> 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
> Reporter: Zoltán Lutor
> Priority: Major
> Fix For: 3.4.5, 3.7.0
>
>
> 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)