This repository was archived by the owner on Feb 27, 2023. It is now read-only.
Releases: marklogic-community/marklogic-spring-batch
Releases · marklogic-community/marklogic-spring-batch
v1.0.0-alpha
Alpha release for 1.0.0
v0.11.0
- Added corb sample
- Add InvokeModuleItemReader and InvokeModuleItemWriter
- Added export from MarkLogic sample
- Delete Documents job can use either DMSDK or REST API based on MarkLogic version
- Added AllTablesItemReader
v0.10.0
- Add new AbstractMarkLogicItemProcessor. Used with URIGenerator and MarkLogicItemProcessor interfaces
- Log out number of processed
- Turn down logging statements
- Add JSON impl of ColumnMapSerializer
v0.9.0
- Removed almost all examples into samples directory or separate project
- Deprecate JobProjectTestConfig class
- Remove git-lfs dependency
- Use new BatchWriter from ml-java-client-util library for performance enhancements
- Use java-client-api 4.0.0-EA4
v0.8.0
- Added infrastructure sub-project
- All ItemReaders, Processors, and Writers transferred to infrastructure project out of the core project
- Samples project is intended to replace the examples project
- Set up continuous integration via CircleCI
- Added multi-threaded MarkLogicItemWriter to boost performance of writes
- Added ColumnMapperProcessor for processing columnar data
- Provide examples of using the CommandLineJobRunner SB class
v0.7.3
- Modify MarkLogicItemWriter to accept transform and parameters for a transform
- Add new example that translates RDBMS View rows into documents, reimplementation of existing SQL job except using a MarkLogicItemWriter
- Deprecate and clean up a few examples
v.0.7.2
v0.7.1
- Deprecate AbstractMarkLogicBatchConfig
- Clean up consolidation of examples and legacy jobs folder
- Clean up build.gradle files for core and test projects
- Update CONTRIBUTING.md docs
v0.7.0
- Uses annotations and the new MarkLogicBatchConfigurer on your job configuration
- Consolidate the jobs folder into the examples folder
- Add a named entity enrichment job example
v0.6.0
- New MarkLogic Item Writer
- New example showing use of the Data Movement SDK in MarkLogic 9
- gradle testAll
- Improve README documents