[infinispan-issues] [JBoss JIRA] (ISPN-4780) Protostream should not require package name on imports
Adrian Nistor (JIRA)
issues at jboss.org
Sun Sep 28 05:50:02 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ISPN-4780 started by Adrian Nistor.
-------------------------------------------
> Protostream should not require package name on imports
> ------------------------------------------------------
>
> Key: ISPN-4780
> URL: https://issues.jboss.org/browse/ISPN-4780
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Querying
> Affects Versions: 7.0.0.Beta2
> Reporter: Gustavo Fernandes
> Assignee: Adrian Nistor
> Fix For: 7.0.0.CR1
>
>
> {code:title=file1.proto}
> package p;
> message A {
> optional int32 f1 = 1;
> }
> {code}
> {code:title=file2.proto}
> package org.infinispan;
> import "file1.proto";
> message B {
> required p.A ma = 1;
> }
> {code}
> Does not work since protostream uses the package name + file name to resolve imports
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the infinispan-issues
mailing list