Radai Rosenblatt
Radai Rosenblatt
@stream1984 - are there builds of vertx-zk 4.* that i can try somewhere? also (in my opinion) curator's dependency on unreleased "beta" versions of ZK makes it unfit for production...
latest curator "scares" me because my workplace doesnt run zk 3.5 in production - i dont know of any org that does. they claim to be runtime compatible with 3.4,...
publishing to central (via OSSRH) is just too much of a PITA to bother with. do you have a concrete "restricted environment" that cant reach jfrog?
did some further research. we could try using https://github.com/gradle-nexus/publish-plugin there are also internal instructions for PGP key management as used by https://github.com/linkedin/LiTr/blob/main/RELEASING.md (note the project itself uses manual versioning and...
i see this adding "defaultStringClass", but where is it used? is it intendd to be used by subclasses? a followup PR?
a config would still be needed - because some folks would like to ignore hints on schemas even if you plan on supporting those hints
to clarify what i posted above: even if fast-avro respected "logical types" (which those string hints are), some users (me) would like to be able to override them to get...
could you include a complete repro please? a junit or code snippet?
there is a bug in avro 1.9 if int default values are provided for float fields. we should be able to work around it in helper code. also worth having...
alternatively, implement AvscWriter for AvroSchema