Skip to content

v2.5.3

Compare
Choose a tag to compare
@hansenmc hansenmc released this 23 Dec 15:56
· 81 commits to development since this release

The following issues were addressed in this release:

  • #97 Optionally return a different exit code when fail-on-error=false and there are errors. Allows for a different exit code to be configured with a new option EXIT-CODE-IGNORED-ERRORS which will be returned when there are errors and FAIL-ON-ERROR=false
  • #149 SchemaValidateBatchToFileTask not appending content, overwriting with last item
  • #161 Better diagnostics for easily detectable developer errors in QueryUrisLoader
  • #171 Corb runs selector even when the job is started with COMMAND=STOP
  • #173 Option UseConcMarkSweepGC deprecated. Changed to UseG1GC and a note to consider DISK-QUEUE to control memory consumption.
  • #177 QueryUrisLoader uses Integer.parseInt to obtain total count. Changed to use Long.parseLong()
  • Upgraded Angular.js and JQuery libraries, gradlew to 7.3.2, and various build plugins.
  • Corrected an issue with shadowJar and the publishing process so that it does not append "-all" to jar filename. This should resolve marklogic/ml-gradle#597