You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/11 15:03:41 UTC

[jira] [Commented] (CAMEL-11135) camel-protobuf component improvements

    [ https://issues.apache.org/jira/browse/CAMEL-11135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15964482#comment-15964482 ] 

ASF GitHub Bot commented on CAMEL-11135:
----------------------------------------

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 <dm...@gmail.com>
Date:   2017-04-11T14:49:27Z

    CAMEL-11135: camel-protobuf component improvements

commit 0bded946602f4c2b7913231f5b62a9a9e32ffd9e
Author: Dmitry Volodin <dm...@gmail.com>
Date:   2017-04-11T14:59:38Z

    CAMEL-11135: fixing sourcecheck issues

----


> camel-protobuf component improvements
> -------------------------------------
>
>                 Key: CAMEL-11135
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11135
>             Project: Camel
>          Issue Type: New Feature
>    Affects Versions: 2.19.0
>            Reporter: Dmitry Volodin
>              Labels: grpc, protobuf
>             Fix For: 2.19.0
>
>
> The following camel-protobuf component improvements are require:
> 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



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)