You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/11/20 04:17:11 UTC

[camel] branch master updated (710873a -> d59bd22)

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

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


    from 710873a  Polished docs
     add d59bd22  Fix box upload overwrite. The previous check used the box search api but it relied on a folder index, that was reindexed every couple of minutes, so the check just failed for recently uploaded files. The fix is to use the folder.canUpload() and folder list api. (#3350)

No new revisions were added by this update.

Summary of changes:
 .../camel/component/box/api/BoxFilesManager.java   | 53 +++++++++++++++++++---
 .../box/BoxFilesManagerIntegrationTest.java        | 33 +++++++++++++-
 2 files changed, 79 insertions(+), 7 deletions(-)