Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E88D1181CF for ; Tue, 15 Sep 2015 12:51:08 +0000 (UTC) Received: (qmail 34083 invoked by uid 500); 15 Sep 2015 12:51:08 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 34038 invoked by uid 500); 15 Sep 2015 12:51:08 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 34027 invoked by uid 99); 15 Sep 2015 12:51:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2015 12:51:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6394BDFBD6; Tue, 15 Sep 2015 12:51:08 +0000 (UTC) From: manuelh9r To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request: CAMEL-9140: Missing configuration properties i... Content-Type: text/plain Date: Tue, 15 Sep 2015 12:51:08 +0000 (UTC) GitHub user manuelh9r opened a pull request: https://github.com/apache/camel/pull/613 CAMEL-9140: Missing configuration properties in camel-facebook For the new request methods that were introduced with the Facebook4j 2.x version (see CAMEL-7634) some new parameter arguments are required but were not added to the endpoint configuration (e.g. pageId for getPage) and thus endpoints for this methods fail to resolve. For example, the following does not work: facebook://getPage?pageId=6538157161 You can merge this pull request into a Git repository by running: $ git pull https://github.com/manuelh9r/camel camel-9140 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/613.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #613 ---- commit abb8202f1f01b727973667fbe56a1767562fdc46 Author: Manuel Holzleitner Date: 2015-09-15T12:05:17Z [CAMEL-9140] Add missing configuration properties in camel-facebook commit 628e389894184187c12f2644181ee8eccf790665 Author: Manuel Holzleitner Date: 2015-09-15T12:06:11Z Fix facebook tests to support newly created tokens With new facebook application tokens some API methods are deprecated and cause the tests to fail. These deprecation errors need to be ignored in the tests ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---