Skip to content

v1.12

Compare
Choose a tag to compare
@m-manu m-manu released this 25 Oct 10:46
  • [Enhancement] Functionality to append column values, enabled through a bunch of append methods on DAO class.
  • [Enhancement] DAO class is now fully thread-safe. You can now have just one DAO class per entity for the entire lifecycle of your application.
  • [Enhancement] Upgraded to HDP 3.1. Replaced internal usage of all obsolete methods with newer (better) alternatives.
  • [Improvement] Version updates of underlying libraries (e.g. Jackson) and maven plugins
  • [Fix] Closed ResultScanner stream (in two bulk methods, they were left open)
  • [Improvement] Improved javadoc and error messages