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 2023/08/07 13:47:32 UTC

[camel] branch box updated: CAMEL-19618: camel-box - Upgrade from SDK v2 to SDK v4

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

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


The following commit(s) were added to refs/heads/box by this push:
     new 8a6ab22f22a CAMEL-19618: camel-box - Upgrade from SDK v2 to SDK v4
8a6ab22f22a is described below

commit 8a6ab22f22a19bf81a73314a3a2449082a3232dc
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 7 15:47:22 2023 +0200

    CAMEL-19618: camel-box - Upgrade from SDK v2 to SDK v4
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index 12167803fb6..75563275e0b 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -313,6 +313,11 @@ This also applies to Java types such as String, int, etc:
 
     "bean:myBean?method=bar(String.class, int.class)"
 
+=== camel-box
+
+Upgraded from Box Java SDK v2 to v4, which have some method signature changes.
+The method to get a file thumbnail is no longer available.
+
 === camel-caffeine
 
 The `keyType` parameter has been removed. The Key for the cache will now be only `String` type. More information in CAMEL-18877.