]
Gustavo Fernandes updated ISPN-4761:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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}