Releases: scauwe/Generic-File-Driver-for-IDM
Releases · scauwe/Generic-File-Driver-for-IDM
1.2
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.