Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-962

Avro maven plugin does not support String type override in IDLProtocolMojo.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.6.1
    • 1.6.2
    • java
    • None
    • Reviewed

    Description

      This following line needs to added to IDLProtocolMojo.java

      SpecificCompiler compiler = new SpecificCompiler(protocol);
      + compiler.setStringType(StringType.valueOf(stringType));
      compiler.compileToDestination(null, outputDirectory);

      Attachments

        1. avro-jira-962.patch
          17 kB
          George Fletcher

        Activity

          People

            gffletch George Fletcher
            gffletch George Fletcher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: