You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/03/08 07:00:39 UTC

[camel] branch master updated: Upgrade Facebook4j and related bundle to version 2.4.11

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33b1ad7  Upgrade Facebook4j and related bundle to version 2.4.11
33b1ad7 is described below

commit 33b1ad7ccaf537d0b0c2e925910c25ddb9455441
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 8 07:48:14 2018 +0100

    Upgrade Facebook4j and related bundle to version 2.4.11
---
 .../org/apache/camel/component/facebook/data/FacebookMethodsType.java | 2 ++
 parent/pom.xml                                                        | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

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 7b13276..eb9817d 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
@@ -582,6 +582,8 @@ public enum FacebookMethodsType {
     GET_PAGE_TAGGED(ResponseList.class, "getPageTagged", String.class, "pageId"),
     GET_PAGE_TAGGED_WITH_READING(ResponseList.class, "getPageTagged", String.class, "pageId", Reading.class, FacebookConstants.READING_PROPERTY),
     GET_PAGE(Page.class, "getPage"),
+    GET_PAGE_LIKES(ResponseList.class, "getPageLikes", String.class, "pageId"),
+    GET_PAGE_LIKES_WITH_READING(ResponseList.class, "getPageLikes", String.class, "pageId", Reading.class, FacebookConstants.READING_PROPERTY),
     GET_PAGE_WITH_ID(Page.class, "getPage", String.class, "pageId"),
     GET_PAGE_WITH_READING(Page.class, "getPage", Reading.class, FacebookConstants.READING_PROPERTY),
     GET_PAGE_WITH_ID_AND_READING(Page.class, "getPage", String.class, "pageId", Reading.class, FacebookConstants.READING_PROPERTY),
diff --git a/parent/pom.xml b/parent/pom.xml
index c368783..4e6553f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -218,8 +218,8 @@
     <exec-maven-plugin-version>1.6.0</exec-maven-plugin-version>
     <ezmorph-bundle-version>1.0.6_1</ezmorph-bundle-version>
     <fabric8-maven-plugin-version>3.5.37</fabric8-maven-plugin-version>
-    <facebook4j-core-version>2.4.10</facebook4j-core-version>
-    <facebook4j-core-bundle-version>2.4.10_1</facebook4j-core-bundle-version>
+    <facebook4j-core-version>2.4.11</facebook4j-core-version>
+    <facebook4j-core-bundle-version>2.4.11_1</facebook4j-core-bundle-version>
     <fastinfoset-version>1.2.13_1</fastinfoset-version>
     <fastjson-version>1.2.46</fastjson-version>
     <fastjson-bundle-version>1.2.46_1</fastjson-bundle-version>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.