Conversation
jonmille
requested review from
RitaChen609,
ngodugu-marklogic,
rjdew-progress and
rjrudin
as code owners
July 20, 2026 17:58
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s snapshot/version coordinates to align Flux with the 2.1.2 patch line (instead of 2.2) and updates the MarkLogic Spark connector snapshot version accordingly. This keeps build/published artifact versioning and contributor-facing documentation consistent with the targeted release line.
Changes:
- Set Flux project
versionto2.1.2-SNAPSHOT. - Set
connectorVersionto3.1.2-SNAPSHOT. - Updated CONTRIBUTING instructions/examples to reference the new
2.1.2-SNAPSHOTassembly JAR name and cleaned up formatting.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| gradle.properties | Updates Flux and connector snapshot versions. |
| CONTRIBUTING.md | Aligns contributor docs/examples with the updated Flux snapshot version; whitespace/formatting adjustments. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,4 +1,4 @@ | |||
| To contribute to this project, complete these steps to setup a MarkLogic instance via Docker with a test | |||
| To contribute to this project, complete these steps to setup a MarkLogic instance via Docker with a test | |||
Comment on lines
+31
to
+32
| The Docker file includes a pgadmin instance which can be accessed at <http://localhost:5480/>. | ||
| If you wish to login to this, do so with "postgres@pgadmin.com" and |
| ./gradlew copyemb distZip | ||
|
|
||
| You can also do the following include the integration JARs in the Flux installation in the `examples/getting-started` | ||
| You can also do the following include the integration JARs in the Flux installation in the `examples/getting-started` |
rjrudin
approved these changes
Jul 20, 2026
rjdew-progress
approved these changes
Jul 20, 2026
RitaChen609
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the Snapshot to be in line with the Flux 2.1.2 patch release instead of 2.2. Updated the Spark snapshot used to 3.1.2: marklogic/marklogic-spark-connector#674.
Jira Ticket: https://progresssoftware.atlassian.net/browse/MLE-31339