Benjamin Fagin

Results 22 comments of Benjamin Fagin

Hey there Vick. The names you see are generated by JAXB. The schemagen plugin is built on top of this tool, so it's unlikely that the names can be changed...

This behavior seems to be currently unsupported. If you look [here](https://github.com/nokia/Avro-Schema-Generator/blob/master/SchemaCompiler/schemagen-core/src/main/java/com/nokia/util/avro/schemagen/AvroSchemagenPlugin.java#L103) you can see that only the classes and enums generated by JAXB are turned into an avro schema. At...