Devendra Khanolkar created CAMEL-9149:
-----------------------------------------
Summary: Future proof the Salesforce LoginToken class
Key: CAMEL-9149
URL: https://issues.apache.org/jira/browse/CAMEL-9149
Project: Camel
Issue Type: Improvement
Affects Versions: 2.12.0
Reporter: Devendra Khanolkar
Fix For: 2.16.0
Salesforce patch their instances once every quarter. So there's a good chance
they might introduce a new JSON field in their OAuth response which might cause
the login component to fall over.
We can avoid that by adding a class level annotation which can suppress any
failures that are caused due to 'new or unknown' fields.
There's a pull request which fixes this along with a test case.
https://github.com/apache/camel/pull/617
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)