GitHub user snoopdave opened a pull request: https://github.com/apache/incubator-usergrid/pull/250
Upgrade JClouds, add connection pool for Central SSO This PR upgrades from to JClouds 1.7.1 and because JClouds no longer supports async calls to AWS, I had to change code in S3BinaryStore to create a thread for large uploads (i.e. larger than 5mb). This PR also includes changes from the branch sso-conn-pool, which adds a connection pool for Central SSO HTTPClient calls. See the PR #245 if you want to review those changes separately -> https://github.com/apache/incubator-usergrid/pull/245 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-usergrid USERGRID-579-jcloud171 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-usergrid/pull/250.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #250 ---- commit a649022f2509fb2952006ac99d23ba05145dca0c Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-05-11T22:33:21Z Adds connection pool for HTTP client connections from SSO client system to SSO central. commit c6289d55ae076ebc7b4399d985642bcff6795555 Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-05-12T22:33:07Z Fixing typo commit e707628bf3a0aba3975717e47fab7951e58ae264 Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-05-15T16:16:51Z Move to JClouds 1.7.1 for AWS S3 access to work around problems in OpenJDK 1.7 and Oracle JDK 8. commit e0d9fe675cdcb45477f21db412dfd79221ffb857 Author: Dave Johnson <dmjohn...@apigee.com> Date: 2015-05-15T16:20:22Z Merge branch 'sso-conn-pool' into USERGRID-579-jcloud171 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---