Skip to content
Compare
Choose a tag to compare
@scauwe scauwe released this 11 Dec 21:59
· 2 commits to master since this release

FileLocator: Minor change to fileLocator (possible reasource leak).
CSVFileParser: BUG:Changed header lock and release logic + Unit test
reading CSV schema on empty file with header as schema.
CSVFileReader: set parsing thread as deamon.
General: code cleanup (auto formatting)
FileDriverPublicationShimImpl: added eventId to status (and convert it
to heartbeat)
RecordQueue: Minor optimization.
Util: movefile now tries to use java7 method Files.move. If it fails, it
falls back to legacy java6.
Made sure that Quartz is an optional package.