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(-)