Working runner + bugfix
Not much changed in this release in regards to lines-of-code, but the changes are pretty important.
- Bugfix:
DelimitedRowReader
andDelimitedRowWriter
were not handling theclose()
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.