Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 23B2C200C53 for ; Tue, 11 Apr 2017 17:02:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1F114160B9B; Tue, 11 Apr 2017 15:02:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8E0FD160B89 for ; Tue, 11 Apr 2017 17:02:48 +0200 (CEST) Received: (qmail 9220 invoked by uid 500); 11 Apr 2017 15:02:47 -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 9206 invoked by uid 99); 11 Apr 2017 15:02:46 -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, 11 Apr 2017 15:02:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D3E76DFF5A; Tue, 11 Apr 2017 15:02:46 +0000 (UTC) From: dmvolod To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1614: CAMEL-11135: camel-protobuf component improvements Content-Type: text/plain Date: Tue, 11 Apr 2017 15:02:46 +0000 (UTC) archived-at: Tue, 11 Apr 2017 15:02:49 -0000 GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/1614 CAMEL-11135: camel-protobuf component improvements Some sorts of the camel-protobuf component improvements: 1. Automatic .proto file processing and Java stubs generation (no manual steps requires if library version or .proto file were changed) 2. Ability to serialize/deserialize prorbuf message from JSON format in addition to native message format using embedded protobuf-java-util library. This feature could help in conjunction with camel-grpc component 3. Documentation improvements and test files misprintings and formatting correction You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel protobuf-improvements Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1614.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 #1614 ---- commit b4d37fabb74d371a26174a5f7eb25aa8dba2108a Author: Dmitry Volodin Date: 2017-04-11T14:49:27Z CAMEL-11135: camel-protobuf component improvements commit 0bded946602f4c2b7913231f5b62a9a9e32ffd9e Author: Dmitry Volodin Date: 2017-04-11T14:59:38Z CAMEL-11135: fixing sourcecheck issues ---- --- 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. ---