marklogic / java-client-api

Java client for the MarkLogic enterprise NoSQL database
https://docs.marklogic.com/guide/java
Apache License 2.0
58 stars 72 forks source link

Fixing bug where a 'naked' properties fragment cannot be written #1661

Closed rjrudin closed 4 months ago

rjrudin commented 5 months ago

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.