[
https://issues.apache.org/activemq/browse/CAMEL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56510#action_56510
]
Willem Jiang commented on CAMEL-2148:
-------------------------------------
Committed the patch of Martin with thank, some package refactoring , coding
formatting.
I also added the DSL for protobuf, like this
{code}
from("direct:marshal").marshal().protobuf();
from("direct:unmarshal").unmarshal().protobuf("org.apache.camel.dataformat.protobuf.generated.AddressBookProtos$Person").to("mock:reverse");
{code}
http://svn.apache.org/viewvc?rev=892109&view=rev
TODO update the wiki page
> DataFormat for Google Protocol Buffers
> --------------------------------------
>
> Key: CAMEL-2148
> URL: https://issues.apache.org/activemq/browse/CAMEL-2148
> Project: Apache Camel
> Issue Type: New Feature
> Reporter: Martin Gilday
> Assignee: Willem Jiang
> Fix For: 2.2.0
>
> Attachments: camel-protobuf.zip
>
>
> DataFormat for Google Protocol Buffers aka protobuf
> http://code.google.com/apis/protocolbuffers/
> http://code.google.com/p/protobuf/
> The Google project uses 'New BSD License'. Is this a compatible license?
> Camel Extra seems to just be for GPL style licenses.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.