Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
avatica-1.8.0
-
None
Description
The standalone Avatica server built using HSQLDB has an IStringConverter implementation for controlling what Avatica serialization method (JSON or PROTOBUF) is used.
But, this StringConverter class is private which breaks jcommander as it cannot access the class and instantiate it.
Need to make it public.