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 0BEC21836F for ; Fri, 10 Jul 2015 15:40:04 +0000 (UTC) Received: (qmail 24778 invoked by uid 500); 10 Jul 2015 15:40:03 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 24730 invoked by uid 500); 10 Jul 2015 15:40:03 -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 24714 invoked by uid 99); 10 Jul 2015 15:40:03 -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; Fri, 10 Jul 2015 15:40:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8250AE17EE; Fri, 10 Jul 2015 15:40:03 +0000 (UTC) From: koscejev To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request: Camel 8941 Content-Type: text/plain Date: Fri, 10 Jul 2015 15:40:03 +0000 (UTC) GitHub user koscejev opened a pull request: https://github.com/apache/camel/pull/558 Camel 8941 Additional support for camel-restlet to properly handle binary data: * consumer can return binary data as InputStream (test only) * consumer can return binary data as byte\[\] (test + fix) * producer can receive "application/octet-stream" content as InputStream (test only) * producer can receive other content as InputStream (test + fix) You can merge this pull request into a Git repository by running: $ git pull https://github.com/koscejev/camel CAMEL-8941 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/558.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 #558 ---- commit 5b90830e7075f26235588ff5e0a27f72d607117e Author: Anton Koscejev Date: 2015-07-10T15:02:31Z CAMEL-8941 test: restlet producer should handle binary streams regardless of content type commit 282350fdd2fd6f0b0d3e9c47e97f80ba7e132b18 Author: Anton Koscejev Date: 2015-07-10T15:04:09Z CAMEL-8941 fix: restlet producer should handle binary streams regardless of content type commit 5a6343c83371cbed112fead2ed1de7dc51dc7a13 Author: Anton Koscejev Date: 2015-07-10T15:13:44Z CAMEL-8941 using "localhost" instead of "0.0.0.0" to make test work on Windows too commit ad446849fe4b44072906b185af84a03cb2e5131b Author: Anton Koscejev Date: 2015-07-10T15:19:51Z CAMEL-8941 test: restlet consumer should allow returning binary data component-agnostic as InputStream or byte[] commit 279e539867d98577333de2fd862702017598d80b Author: Anton Koscejev Date: 2015-07-10T15:20:16Z CAMEL-8941 fix: restlet consumer should allow returning binary data component-agnostic as InputStream or byte[] ---- --- 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. ---