Hey Clement, I _believe_ that is a requirement of Avro reflection-based serialization, at least it was at the time we originally implemented the functionality. If that is no longer the case, we can change it.
J On Mon, Jul 18, 2016 at 4:31 AM, Clément MATHIEU <[email protected]> wrote: > Hi, > > I noticed that AvroReflectDeepCopier mandates a public no-arg ctor while > most features don't care about ctor accessibility (ie. Avro reflect / > deepCopy, ReflectionUtils etc.). > > Is there a special reason to this ? If not, it seems like a two lines fix. > > Thanks, > Clément >
