Avro maven plugin does not support String type override in IDLProtocolMojo.java
-------------------------------------------------------------------------------
Key: AVRO-962
URL: https://issues.apache.org/jira/browse/AVRO-962
Project: Avro
Issue Type: Bug
Components: java
Affects Versions: 1.6.1
Reporter: George Fletcher
Priority: Minor
This following line needs to added to IDLProtocolMojo.java
SpecificCompiler compiler = new SpecificCompiler(protocol);
+ compiler.setStringType(StringType.valueOf(stringType));
compiler.compileToDestination(null, outputDirectory);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira