[
https://issues.jboss.org/browse/ISPN-4761?page=com.atlassian.jira.plugin....
]
Adrian Nistor updated ISPN-4761:
--------------------------------
Description:
This sample should not be legal.
{code}
package test;
message somePackage.M1 {
required string a = 1;
}
{code}
was:
This sample should not be legal.
{code}
package test;
message somePackage.M1 {
required string a = 1;
}
{code}
Protobuf schema parser should not allow definitions that have a
'.' separated name
----------------------------------------------------------------------------------
Key: ISPN-4761
URL:
https://issues.jboss.org/browse/ISPN-4761
Project: Infinispan
Issue Type: Bug
Components: Remote Querying
Affects Versions: 7.0.0.Beta2
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 7.0.0.CR1
This sample should not be legal.
{code}
package test;
message somePackage.M1 {
required string a = 1;
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)