There are several questions about text-diff libraries for Java on SO, but none about binary diff. So here I go:
I'm looking for a binary diff library, implemented in Java. I found javaxdelta and GNU Diff port but I wonder if there are some other hidden gems out there? And, maybe someone has experience with above mentioned libraries? A comparison would be super helpful.
Finally, maybe it is helpful to know that I want to diff objects serialized with Avro.