Releases: marklogic-community/corb2
Releases · marklogic-community/corb2
Bug fixes and support for optional inputs to xquery module
- Fixed XDMP-MODNOTFOUND error xquery module is specified as relative path.
- Added support for an optional init task which will called before uris module.
- Added support for custom inputs to xquery modules.
- Closing IO streams properly and added some null checks.
Enhancements to Corb
- Options as properties file or java system/vm properties.
- Pre and post batch hooks, which can be configured as xquery modules and/or java tasks.
- Custom java tasks. Properties can be passed to or between the tasks.
- Export data to local file system. Useful for running extracts
- Backwards compatible with https://github.com/marklogic/corb
Added support for a temporary in process exention for batch export file
Added an optional property EXPORT-FILE-PART-EXT - if specified, PreBatchUpdateFileTask adds this extension to export file. It is expected that PostBatchUpdateFileTask will be specified, which removes the extension for the final export file.
v2.0-beta.2: Added pre-batch hook
- Added support pre-batch hooks
- Support options file (properties) with a name other than corb.properties via -DOPTIONS-FILE
v2.0-beta: enhanced corb to support post process hooks custom tasks and properties
Pre-release
Added following features
- Options as corb.properties (in class path)
- Post batch hooks
- Custom java tasks
- Export data to local file system with an option to export all data to a single file using built-in tasks.
- Backwards compatible