Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.marklogic:marklogic-corb to v2.5.6 #83

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.marklogic:marklogic-corb 2.4.0 -> 2.5.6 age adoption passing confidence

Release Notes

marklogic-community/corb2 (com.marklogic:marklogic-corb)

v2.5.6

What's Changed

Full Changelog: marklogic-community/corb2@v2.5.5...v2.5.6

v2.5.5

What's Changed

Full Changelog: marklogic-community/corb2@v2.5.4...v2.5.5

v2.5.4

  • #​182 Add an explicit UTF-8 to getBytes when retrieving XdmItem, rather than rely upon OS defaults. This helps avoid issues with Windows clients and avoid having to explicitly set the character encoding with a system variable.
  • #​184 Introduced a delay in the shutdown of the Job Server, in order for the UI to have time to collect stats after a job has completed. Also added the exitCode to the metrics and display in the UI when a job completes.
  • #​186 Instantiate a new ContentSource object on error and replace if the resolved IP is different. This can help avoid issues with proxies or DNS with dynamic IP ranges when the original IP is decommissioned. This behavior is enabled by default, but can be disabled using the CONTENT-SOURCE-RENEW boolean option.
  • #​187 Evaluate shouldRetry() first, in order to allow for query retry for ServerConnectionException if message matches QUERY-RETRY-ERROR-MESSAGE

v2.5.3

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 https://github.com/marklogic-community/ml-gradle/issues/597

v2.5.2

v2.5.1

  • #​148
    • Change xcc.httpcompliant to be enabled by default
    • Consolidate logic for checking System properties and CoRB options and looking for normalized keys in both Snake_Case and Kebab-Case in a convenience method Options.findOption.
    • Ensure that MAX-OPTS-FROM-MODULE works if specified as original name MAX_OPTS_FROM_MODULE
  • #​149 Add the option to append content to resolve issue with schemaValidateBatchToFileTask overwriting and not appending content
  • #​151 Add examples to demonstrate how to construct and execute CoRB jobs

v2.5.0

  • #​126 Error thrown when trying to test if password is URL encoded
  • #​130 Automatically use ExportBatchToFileTask when setting EXPORT-FILE-NAME
  • #​140 Update SSL config to use TLSv1.2

v2.4.5

  • #​98 Added support for XML METADATA
  • #​86 FileDirectoryUrisLoader removes the LOADER-PATH from filename
  • When a temp directory is specified in the options, create a subdirectory that will be used (and deleted at the end of the job), rather than deleting that specified temp directory.
  • Push the URIS_TOTAL_COUNT as an external variable to pre and post batch modules.
  • MAX_OPTS_FROM_MODULE option is renamed to MAX-OPTS-FROM-MODULE to be consistent with other options. This is needed if we are passing more than 10 custom inputs from URIS-MODULE to other modules.

v2.4.4

  • #​92 resolve issue parsing unindented XML with FileUrisStreamingXMLLoader
  • update externalSortingInJava to v0.2.5
  • update XCC to 9.0.9

v2.4.3

This is a minor release, to change the default METRICS-NUM-SLOW-TRANSACTIONS to 0

  • dependencies for XCC and ml-gradle have been updated to the latest available
  • copyright updated to 2019

v2.4.2

Compare Source

Addressed the following issues:

  • #​85 NullPointerException when export file is specified from local directory (with out parent)
  • #​88 TPS values not rendering in UI when value is 1000 or greater

Updated dependencies for XCC to 9.0.7 in order to verify compatibility with the latest release MarkLogic, ml-gradle to 3.8.1, and Bintray plugin to 1.8.4.

v2.4.1

Compare Source

Enhancements
  • #​70 Schema validation task
    Perform bulk schema validation of documents and generate an XML formatted report of any errors that include the error message, line number, column number. The ability to generate an error report per document using the SchemaValidateToFileTask, or to generate a consolidated error report with the SchemaValidateBatchToFileTask.
  • #​71 Provide an option to hide the URI being printed to log or console
    by configuring the option URIS-REDACTED=true
Bug Fixes
  • #​76 CSS not loading in IE for Job UI
  • #​80 JobStats averageTransactionTime == Infinity

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jul 2, 2024
@renovate renovate bot force-pushed the renovate/com.marklogic-marklogic-corb-2.x branch from 40afe46 to 6f7185a Compare July 2, 2024 15:48
@renovate renovate bot changed the title Update dependency com.marklogic:marklogic-corb to v2.5.6 fix(deps): update dependency com.marklogic:marklogic-corb to v2.5.6 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/com.marklogic-marklogic-corb-2.x branch 3 times, most recently from 9e8cf52 to 29a2e47 Compare July 4, 2024 10:15
@renovate renovate bot force-pushed the renovate/com.marklogic-marklogic-corb-2.x branch 5 times, most recently from 55f7814 to 78723fe Compare September 2, 2024 10:53
@renovate renovate bot force-pushed the renovate/com.marklogic-marklogic-corb-2.x branch from 78723fe to 774baef Compare September 2, 2024 10:55
@dragon-dxw dragon-dxw merged commit 96198be into main Sep 2, 2024
5 checks passed
@renovate renovate bot deleted the renovate/com.marklogic-marklogic-corb-2.x branch September 2, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant