-
Notifications
You must be signed in to change notification settings - Fork 6
MLE-24494 Bumping to latest Java Client snapshot #562
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
Conversation
Want to see the tests pass with this before releasing the Java Client.
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ All files have valid copyright headers! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Java Client library and related dependencies to their latest versions, upgrading from stable releases to snapshot/preview versions for testing purposes before releasing the Java Client.
- Upgraded MarkLogic Java Client API from version 7.2.0 to 8.0-SNAPSHOT
- Updated Jackson databind dependency from 2.18.2 to 2.19.0
- Updated OkHttp dependency from 4.12.0 to 5.2.0
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| marklogic-spark-connector/build.gradle | Updates dependency versions for Jackson, MarkLogic Client API, and OkHttp |
| NOTICE.txt | Updates third-party component versions and removes OkHttp entry from notices |
| .copyrightconfig | Excludes .txt files from copyright checks |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| langchain4j 1.5.0 (Apache-2.0) | ||
| marklogic-client-api 7.2.0 (Apache-2.0) | ||
| okhttp 4.12.0 (Apache-2.0) | ||
| marklogic-client-api 8.0.0 (Apache-2.0) |
Copilot
AI
Oct 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version mismatch: The NOTICE.txt file shows marklogic-client-api version as 8.0.0, but the build.gradle file specifies 8.0-SNAPSHOT. These should match for consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|





Want to see the tests pass with this before releasing the Java Client.