Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Releases: marklogic-community/marklogic-spring-batch

v1.0.0-alpha

27 Jul 19:18

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release

Alpha release for 1.0.0

v0.11.0

08 Mar 04:18

Choose a tag to compare

0.11.0 Release

  • 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

13 Feb 18:51

Choose a tag to compare

0.10.0 issues

  • 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

01 Feb 02:59

Choose a tag to compare

0.9.0 issues

  • 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

19 Jan 15:31

Choose a tag to compare

0.8.0 issues

  • 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

24 Oct 02:59

Choose a tag to compare

0.7.3 Issues

  • 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

04 Oct 17:05

Choose a tag to compare

Issues

Bug Fix Release: The core jar file did not include some dependent jar files that were necessary when running Spring Batch jar from the command line. Missed it when reorganizing the main build.gradle files,

v0.7.1

02 Oct 00:56

Choose a tag to compare

0.7.1 Issues

  • 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

24 Sep 11:54

Choose a tag to compare

0.7.0 issues

  • 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

08 Aug 22:21

Choose a tag to compare

0.6.0 issues and pull request

  • New MarkLogic Item Writer
  • New example showing use of the Data Movement SDK in MarkLogic 9
  • gradle testAll
  • Improve README documents