Skip to content
Borislav Iordanov edited this page Mar 13, 2016 · 4 revisions

Changes for HyperGraphDB, Next Release

  • Move to Java 1.8
  • Migrated tests to jUnit from TestNG
  • Storage layer test suite (under hypergraphdb/storage/teststorage)
  • Make value comparators in indices configurable (for duplicate sorted values)
  • Fix memory link in HyperGraph.replaceTransaction (thanks Alain Picard!)
  • New index counting interface (to give more flexibility to other storage implementations)
  • P2P module cleanup (work in progress)
  • Make HGSearchResult auto-closeable for the Java 7 try with resources feature.
  • Bug fix in integer sequence ID factory.
  • Removed peerName from P2P configuration option. It was no longer used. It is no longer part of the peer identity and as a consequence only 1 peer instance is allowed per graph.
Clone this wiki locally