[ 
https://issues.apache.org/jira/browse/AVRO-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Palacios updated AVRO-2937:
--------------------------------
    Description: 
Currently these are the flags available in SpecificCompilerTool: 

 
{code:java}
java -jar avro-tools-1.10.0.jar compile

[-encoding <outputencoding>] [-string] [-bigDecimal] [-fieldVisibility 
<visibilityType>] [-templateDir <templateDir>]{code}
I'm proposing to add some flags which already SpecificCompiler accepts but they 
are missing in the tool:
 * -noSetters
 * -optionalGetters [all_fields | only_nullable_fields]
 * -addExtraOptionalGetters

 

  was:
Currently these are the flags available in SpecificCompilerTool: 

 
{code:java}
java -jar avro-tools-1.10.0.jar compile

[-encoding <outputencoding>] [-string] [-bigDecimal] [-fieldVisibility 
<visibilityType>] [-templateDir <templateDir>]{code}

I'm proposing to add some flags which already SpecificCompiler accepts but they 
are missing in the tool:
 * -noSetters
 * -optionalGetters [all_fields | only_nullable_fields]
 * -addExtraOptionalGetters

 

Implemented here: 
https://github.com/epalace/avro/tree/feature/add_missing_options_in_specific_compiler_tool


> Expose some missing flags in SpecificCompilerTool
> -------------------------------------------------
>
>                 Key: AVRO-2937
>                 URL: https://issues.apache.org/jira/browse/AVRO-2937
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 1.10.0
>            Reporter: Eric Palacios
>            Priority: Minor
>             Fix For: 1.10.1
>
>
> Currently these are the flags available in SpecificCompilerTool: 
>  
> {code:java}
> java -jar avro-tools-1.10.0.jar compile
> [-encoding <outputencoding>] [-string] [-bigDecimal] [-fieldVisibility 
> <visibilityType>] [-templateDir <templateDir>]{code}
> I'm proposing to add some flags which already SpecificCompiler accepts but 
> they are missing in the tool:
>  * -noSetters
>  * -optionalGetters [all_fields | only_nullable_fields]
>  * -addExtraOptionalGetters
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to