Repository: camel Updated Branches: refs/heads/master 100d5e718 -> 2c8dcd1fb
Upgrade Facebook4j and related bundle to version 2.4.4 Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8321747d Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8321747d Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8321747d Branch: refs/heads/master Commit: 8321747d1b0bc07b275b51e7591812e70840b398 Parents: 100d5e7 Author: Andrea Cosentino <anco...@gmail.com> Authored: Wed Jun 8 11:08:40 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Wed Jun 8 11:08:40 2016 +0200 ---------------------------------------------------------------------- .../camel/component/facebook/data/FacebookMethodsType.java | 8 ++++++++ parent/pom.xml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8321747d/components/camel-facebook/src/main/java/org/apache/camel/component/facebook/data/FacebookMethodsType.java ---------------------------------------------------------------------- diff --git a/components/camel-facebook/src/main/java/org/apache/camel/component/facebook/data/FacebookMethodsType.java b/components/camel-facebook/src/main/java/org/apache/camel/component/facebook/data/FacebookMethodsType.java index b5c0975..d1bf702 100644 --- a/components/camel-facebook/src/main/java/org/apache/camel/component/facebook/data/FacebookMethodsType.java +++ b/components/camel-facebook/src/main/java/org/apache/camel/component/facebook/data/FacebookMethodsType.java @@ -109,6 +109,8 @@ public enum FacebookMethodsType { GETALBUMS(ResponseList.class, "getAlbums"), GETALBUMS_WITH_OPTIONS(ResponseList.class, "getAlbums", Reading.class, FacebookConstants.READING_PROPERTY), GETALBUMS_WITH_ID(ResponseList.class, "getAlbums", String.class, "userId"), + GETALBUM_REACTIONS(ResponseList.class, "getAlbumReactions", String.class, "albumId"), + GETALBUM_REACTIONS_WITH_OPTIONS(ResponseList.class, "getAlbumReactions", String.class, "albumId", Reading.class, FacebookConstants.READING_PROPERTY), GETALBUMS_WITH_ID_OPTIONS(ResponseList.class, "getAlbums", String.class, "userId", Reading.class, FacebookConstants.READING_PROPERTY), LIKEALBUM(boolean.class, "likeAlbum", String.class, "albumId"), UNLIKEALBUM(boolean.class, "unlikeAlbum", String.class, "albumId"), @@ -402,6 +404,8 @@ public enum FacebookMethodsType { GETPHOTOS_WITH_OPTIONS(ResponseList.class, "getPhotos", Reading.class, FacebookConstants.READING_PROPERTY), GETPHOTOS_WITH_ID(ResponseList.class, "getPhotos", String.class, "userId"), GETPHOTOS_WITH_ID_OPTIONS(ResponseList.class, "getPhotos", String.class, "userId", Reading.class, FacebookConstants.READING_PROPERTY), + GETPHOTO_REACTIONS(ResponseList.class, "getPhotoReactions", String.class, "photoId"), + GETPHOTO_REACTIONS_WITH_OPTIONS(ResponseList.class, "getPhotoReactions", String.class, "photoId", Reading.class, FacebookConstants.READING_PROPERTY), GETPHOTOURL(URL.class, "getPhotoURL", String.class, "photoId"), GETTAGSONPHOTO(ResponseList.class, "getTagsOnPhoto", String.class, "photoId"), GETTAGSONPHOTO_WITH_OPTIONS(ResponseList.class, "getTagsOnPhoto", String.class, "photoId", Reading.class, FacebookConstants.READING_PROPERTY), @@ -433,6 +437,8 @@ public enum FacebookMethodsType { GETLINKS_WITH_ID_OPTIONS(ResponseList.class, "getLinks", String.class, "userId", Reading.class, FacebookConstants.READING_PROPERTY), GETPOST(Post.class, "getPost", String.class, "postId"), GETPOST_WITH_OPTIONS(Post.class, "getPost", String.class, "postId", Reading.class, FacebookConstants.READING_PROPERTY), + GETPOST_REACTIONS(ResponseList.class, "getPostReactions", String.class, "postId"), + GETPOST_REACTIONS_WITH_OPTIONS(ResponseList.class, "getPostReactions", String.class, "postId", Reading.class, FacebookConstants.READING_PROPERTY), GETPOSTCOMMENTS(ResponseList.class, "getPostComments", String.class, "postId"), GETPOSTCOMMENTS_WITH_OPTIONS(ResponseList.class, "getPostComments", String.class, "postId", Reading.class, FacebookConstants.READING_PROPERTY), GETPOSTLIKES(ResponseList.class, "getPostLikes", String.class, "postId"), @@ -512,6 +518,8 @@ public enum FacebookMethodsType { COMMENTVIDEO_UPDATE(String.class, "commentVideo", String.class, "videoId", CommentUpdate.class, "commentUpdate"), GETVIDEO(Video.class, "getVideo", String.class, "videoId"), GETVIDEO_WITH_OPTIONS(Video.class, "getVideo", String.class, "videoId", Reading.class, FacebookConstants.READING_PROPERTY), + GETVIDEO_REACTIONS(ResponseList.class, "getVideoReactions", String.class, "videoId"), + GETVIDEO_REACTIONS_WITH_OPTIONS(ResponseList.class, "getVideoReactions", String.class, "videoId", Reading.class, FacebookConstants.READING_PROPERTY), GETVIDEOCOMMENTS(ResponseList.class, "getVideoComments", String.class, "videoId"), GETVIDEOCOMMENTS_WITH_OPTIONS(ResponseList.class, "getVideoComments", String.class, "videoId", Reading.class, FacebookConstants.READING_PROPERTY), GETVIDEOCOVER(URL.class, "getVideoCover", String.class, "videoId"), http://git-wip-us.apache.org/repos/asf/camel/blob/8321747d/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ce03244..7af399a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -168,8 +168,8 @@ <etcd4j-version>2.11.0</etcd4j-version> <exec-maven-plugin-version>1.4.0</exec-maven-plugin-version> <ezmorph-bundle-version>1.0.6_1</ezmorph-bundle-version> - <facebook4j-core-version>2.4.3</facebook4j-core-version> - <facebook4j-core-bundle-version>2.4.3_1</facebook4j-core-bundle-version> + <facebook4j-core-version>2.4.4</facebook4j-core-version> + <facebook4j-core-bundle-version>2.4.4_1</facebook4j-core-bundle-version> <fastinfoset-version>1.2.13_1</fastinfoset-version> <felix-configadmin-version>1.8.8</felix-configadmin-version> <felix-connect-version>0.1.0</felix-connect-version>