You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/20 08:18:02 UTC

[jira] [Commented] (CAMEL-11793) Camel-box component occasionally hangs

    [ https://issues.apache.org/jira/browse/CAMEL-11793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16172892#comment-16172892 ] 

ASF GitHub Bot commented on CAMEL-11793:
----------------------------------------

GitHub user fjollberg opened a pull request:

    https://github.com/apache/camel/pull/1943

    CAMEL-11793: Update Box Java SDK to version 2.8.1

    This is in order to be able to set timeouts properly for the Box client to avoid hanging threads due to network issues.
    
    See https://github.com/box/box-java-sdk/issues/466

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fjollberg/camel box-com-sdk-281

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1943.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 #1943
    
----
commit cb80dc1512c59e9258a2f1a34beeba29dba477d2
Author: Fredrik Jönsson <fj...@kth.se>
Date:   2017-09-20T08:13:29Z

    CAMEL-11793: Update Box Java SDK to version 2.8.1

----


> Camel-box component occasionally hangs
> --------------------------------------
>
>                 Key: CAMEL-11793
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11793
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-box
>    Affects Versions: 2.19.2
>            Reporter: Fredrik Jönsson
>
> I'd like to update the Box Java SDK on which the camel-box component is built to the newly released version 2.8.1. Bug/Improvement borderline case.
> This is due to the fix to https://github.com/box/box-java-sdk/issues/466 included in this version which allows a user to set timeouts to avoid blocking threads due to network issues. This is an issue which does occur in our production environment.
> Pull request will follow shortly.
> NOTE: I do not have access to a proper Box test site against which I can run all integration tests. I've contacted Box.com to see if that is possible, but thus far I've only done semi-manual testing of the user manager parts of the component which I am using.
> This seems fine so far, but I obviously needed to change a call in the file manager part to get the code to compile. A minor change, but a change I've thus not tested properly, as I've not been able to regression test any of the other functionality yet.
> I hope someone else have access to such an integration test environment and can run the tests properly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)