-
Notifications
You must be signed in to change notification settings - Fork 73
Merge release/6.6.1 into master #1668
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
Merged
Merged
Conversation
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
The check on content being null was overly restrictive, as v1/documents allows for null content. This may cause some other DMSDK test to fail, in which case that test will be modified as null content is allowable here.
…cher Fixing bug where a 'naked' properties fragment cannot be written
This will make supporting Java 21 easier, and also includes a few updates based on deprecated Gradle stuff. Also removed the "dist" stuff from marklogic-client-api. AFAICT, we have not updated nor published this zip in a long time. It seems intended for someone to download and have a local copy of the examples and javadocs. It causes issues with Gradle 8, so removing since we haven't used this in a long time.
Bumping Gradle wrapper to version 8
Updating Optic tests based on Jenkins failures
Intent is to give us better visibility in the NiFi connector in particular as to when a WriteBatcher stops. Added a few methods to avoid direct access of the two AtomicBoolean variables.
…-on-stop MLE-14416 Added info logging for start/stop in DMSDK batchers.
Our Spark connector needs to do this - wanted to add an example of how to do it as a test.
Since the Jenkinsfile was mistakenly not using later Java versions correctly, this issue went undetected. The tests pass fine on Java 8, but 11 and higher require the core/max thread pool sizes to be adjusted in a specific order.
Fixing thread pool size test failures
Verifies that XMLSplitter can use custom encoding
BillFarber
approved these changes
May 31, 2024
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.
No description provided.