This is an automated email from the ASF dual-hosted git repository. dhirajsb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from a287357 Fixed CS add c35ba20 CAMEL-12899: Added check for LinkedIn CAPTCHA, added accessToken and expiryTime properties to avoid login issues new bfdea9e Merge pull request #2578 from dhirajsb/CAMEL-12899 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../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 | 28 ++++++------- .../component/linkedin/LinkedInComponent.java | 7 +++- .../component/linkedin/LinkedInConfiguration.java | 27 +++++++++++++ .../src/test/resources/test-options.properties | 4 ++ .../springboot/LinkedInComponentConfiguration.java | 24 +++++++++++ 10 files changed, 134 insertions(+), 38 deletions(-) copy connectors/examples/twitter-find-example/src/main/java/org/foo/TwitterFindCustomizerProperties.java => components/camel-linkedin/camel-linkedin-component/src/main/java/org/apache/camel/component/linkedin/DefaultOAuthSecureStorage.java (58%)