Skip to content

Working runner + bugfix

Compare
Choose a tag to compare
@sagebind sagebind released this 15 Jun 21:40
· 72 commits to master since this release
9dedc57

Not much changed in this release in regards to lines-of-code, but the changes are pretty important.

  • Bugfix: DelimitedRowReader and DelimitedRowWriter were not handling the close() method properly. This especially was an issue for writing, which did not guarantee to flush all rows written when closed.
  • Feature: tabitha-runner is now versioned and set up correctly for distribution. The runner is now packaged as a shadow jar and can be run independently. Distribution zips will now also be included here for regular releases.