Skip to content

Improved equals() and hashCode implementations

Latest
Compare
Choose a tag to compare
@erosb erosb released this 15 Dec 18:18
· 3 commits to master since this release

Improvements

  • Fixes CombinedSchema#hashCode() / equals() reliability
  • fixes potential StackOverflowError in ReferenceSchema#hashCode() - equals() - contributed by @tledkov
  • Fixes a flaky test - contributed by @RugvedB