Jan Bouska created CAMEL-13324:
----------------------------------
Summary: camel-yammer - olderThan and newerThan endpoint options
are not working for high message number
Key: CAMEL-13324
URL: https://issues.apache.org/jira/browse/CAMEL-13324
Project: Camel
Issue Type: Bug
Reporter: Jan Bouska
Yammer message ID can be very high. OlderThan and newerThan endpoint options
consumes message id and we are running out of integer range.
{code:java}
Caused by: org.apache.camel.TypeConversionException: Error during type
conversion from type: java.lang.String to the required type: int with value
58802444918784 due For input string: "58802444918784"
{code}
Suggested fix is change olderThan and newerThan options to `long`.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)