Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4018AEC7F for ; Tue, 12 Feb 2013 22:01:16 +0000 (UTC) Received: (qmail 41878 invoked by uid 500); 12 Feb 2013 22:01:14 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 41816 invoked by uid 500); 12 Feb 2013 22:01:14 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 41714 invoked by uid 99); 12 Feb 2013 22:01:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2013 22:01:14 +0000 Date: Tue, 12 Feb 2013 22:01:14 +0000 (UTC) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AVRO-1252) enable compiler tool to generate String instead of Utf8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-1252: ------------------------------- Attachment: AVRO-1252.txt Here's a patch that implements this. > enable compiler tool to generate String instead of Utf8 > ------------------------------------------------------- > > Key: AVRO-1252 > URL: https://issues.apache.org/jira/browse/AVRO-1252 > Project: Avro > Issue Type: New Feature > Components: java > Reporter: Doug Cutting > Assignee: Doug Cutting > Priority: Minor > Attachments: AVRO-1252.txt > > > Since AVRO-803 the schema-to-Java compiler has permitted one to have strings represented with java.lang.String instead of org.apache.avro.util.Utf8. The Maven tasks that run the compiler permit one to specify this, but the command-line tool does not. We should add that capability. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira