GitHub user ecausarano opened a pull request: https://github.com/apache/camel/pull/1298
CAMEL-10466 - fix/dropbox oom See CAMEL-10466 - In a nutshell: I've changed the DropboxAPIFacade to use an OutputStreamBuilder rather than a BAOS. All other changes are corollary to this. I'm still missing some questions about testing, returning empty content etc... (see discussion in JIRA) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ecausarano/camel fix/dropbox-oom Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1298.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 #1298 ---- commit 21941ae950a5f0528f336ced860ebf23f5e99b28 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-17T13:12:31Z Refactor API Facade to avoid use of ByteArrays because it causes OOM. Refactor DTO package members to be dumb DTOs. commit 7bd0a7305fc0d0c70878e2dd464ec6898621780b Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-17T13:31:01Z Various tweaks and corrections suggested by IntelliJ commit aaeaabf88deb11e25882c089ee8e4ed3a2fd7cca Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-18T13:50:25Z Fix obvious mistakes (how can I test all this without going insane?!) ---- --- 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. ---