You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dh...@apache.org on 2018/10/25 17:17:06 UTC

[camel] 01/01: Merge pull request #2578 from dhirajsb/CAMEL-12899

This is an automated email from the ASF dual-hosted git repository.

dhirajsb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bfdea9e6856fe8034cc8431fa457ad8047cd44e8
Merge: a287357 c35ba20
Author: Dhiraj Bokde <dh...@users.noreply.github.com>
AuthorDate: Thu Oct 25 10:16:58 2018 -0700

    Merge pull request #2578 from dhirajsb/CAMEL-12899
    
    CAMEL-12899: Added check for LinkedIn CAPTCHA, added accessToken and …

 .../linkedin/api/LinkedInOAuthRequestFilter.java   | 46 ++++++++++++++--------
 .../api/AbstractResourceIntegrationTest.java       | 21 ++++++++--
 .../api/PeopleResourceIntegrationTest.java         |  7 +++-
 .../src/test/resources/test-options.properties     |  4 ++
 .../src/main/docs/linkedin-component.adoc          |  4 +-
 .../linkedin/DefaultOAuthSecureStorage.java        | 35 ++++++++++++++++
 .../component/linkedin/LinkedInComponent.java      |  7 +++-
 .../component/linkedin/LinkedInConfiguration.java  | 27 +++++++++++++
 .../src/test/resources/test-options.properties     |  4 ++
 .../springboot/LinkedInComponentConfiguration.java | 24 +++++++++++
 10 files changed, 156 insertions(+), 23 deletions(-)