Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps com.marklogic:marklogic-client-api from 7.1.0 to 8.0.0.

Release notes

Sourced from com.marklogic:marklogic-client-api's releases.

8.0.0

This major release does not provide any new functionality, but rather raises the minimum Java version to 17 and updates all dependencies to their latest version, most notably the underlying OkHttp library.

Customers wishing to remain on Java 8 or Java 11 can continue using the 7.2.0 release or earlier and may continue to submit enhancement requests or bug fixes that can be addressed via a 7.x release.

Other details on this release:

  1. The deprecated MarkLogicCloudAuthenticationContext class has been removed. This class was deprecated in release 7.2.0 in favor of the ProgressDataCloudAuthenticationContext which provides the same functionality.
  2. The jakarta.xml.bind:jakarta.xml.bind-api dependency is no longer an api dependency but rather an implementation dependency. Customers using JAXB are expected to provide their desired version of this dependency on their compile class path.
  3. The ClientCookie class referenced in the public AP of the Java Client's transaction support is now in the com.marklogic.client package instead of com.marklogic.client.impl.
  4. The RequestParameters and ServerTransform classes no longer use thread-safe maps for storing parameters. The thread-safe nature of these maps was not documented and was judged not to fit the expected use of these classes, as having multiple threads manipulate the set of parameters in these classes would lead to unpredictable behavior.

7.2.0

This minor release, which coincides with the 12 GA release of the MarkLogic server, addresses the following items:

  1. The client now defaults to TLSv1.3 when possible, which includes when connecting to an app server in MarkLogic 12 that requires SSL.
  2. Based on changes between the MarkLogic 12 EA and 12 GA releases, renamed cosineSimilarity to cosine in the com.marklogic.client.expression.VecExpr class and modified the signature of the annTopK method in the com.marklogic.client.expression.PlanBuilder class.
  3. Added com.marklogic.client.util.VectorUtil to support encoding and decoding vectors. Encoded vectors can be indexed by MarkLogic 12 and will typically consume fewer system resources than un-encoded vectors.
  4. Added com.marklogic.client.row.RowTemplate to simplify common use cases with Optic queries.
  5. Bumped com.fasterxml.jackson dependencies from 2.17.2 to 2.19.0.
  6. Deprecated com.marklogic.client.DatabaseClientFactory.MarkLogicCloudAuthContext class in favor of the new com.marklogic.client.DatabaseClientFactory.ProgressDataCloudAuthContext class.
  7. Removed deprecated HttpClientConfigurator interface.
Commits
  • 03df827 Merge pull request #1847 from marklogic/release/8.0.0
  • af2b8d3 Modified Java requirements in README
  • e835c37 Bumped to 8.0.0
  • f99c24e MLE-24523 Removing deprecated items
  • ce27ad8 MLE-24523 Removing regressions on 10
  • 5818b49 MLE-24523 Bumped OkHttp and Jackson to latest
  • ec509dd MLE-24523 Disabling reverse proxy tests in regression build
  • 26d12a8 MLE-24523 Hopefully fixing okhttp compile error
  • 1ca0f9c MLE-24523 Getting reverse proxy tests running again
  • 2760447 MLE-24579 Fixed PR test stage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.marklogic:marklogic-client-api](https://github.com/marklogic/java-client-api) from 7.1.0 to 8.0.0.
- [Release notes](https://github.com/marklogic/java-client-api/releases)
- [Changelog](https://github.com/marklogic/java-client-api/blob/master/CHANGELOG.md)
- [Commits](marklogic/java-client-api@7.1.0...8.0.0)

---
updated-dependencies:
- dependency-name: com.marklogic:marklogic-client-api
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Assignees

The following users could not be added as assignees: @BillFarber. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added java Pull requests that update java code dependencies Pull requests that update a dependency file labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant