Marcos Passos
Marcos Passos
I can confirm that.
I just checked it out, and it seems easy to implement a custom health check. Thank you! One more question: how to register a custom `HealthIndicator`?
Is there any way to register programmatically (I mean, using the builder)?
Oh, I see. We're just not a big fan of annotations :) I'll try to implement the health check and bring some feedback. Thanks!
> It'd be good to maybe file issue separately, link to/from this PR. I'll open a PR. I just pushed a new commit, but it doesn't seem to fix the...
Additional info: the same does not happen when serializing/deserializing to/from JSON.
Dammit, now I see why I couldn't find an easy way to fix it myself without consuming your limited time. But it seems a critical bug to fix, as it...
@cowtowncoder yeah, we're mapping a string field named type, but the field does not get serialized. I believe that it's the expected behavior as Avro can resolve the subtype by...
We're are considering to replace our custom collection structures by DS, but we use collection comparisons heavily. Java defines specific strategies for computing hash codes for each type of collection....