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 <[email protected]>
Date: 2017-04-11T14:49:27Z
CAMEL-11135: camel-protobuf component improvements
commit 0bded946602f4c2b7913231f5b62a9a9e32ffd9e
Author: Dmitry Volodin <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---