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

MLE-13451 GenericDocumentManager now provides temporal methods #1660

Closed rjrudin closed 5 months ago

rjrudin commented 5 months ago

This has long been possible due to the sole implementation of GenericDocumentManager already implementing TemporalDocumentManager. Exposing this makes life simpler for connectors - particularly our Spark connector - by allowing them to depend on GenericDocumentManager for temporal operations instead of requiring either a JSON or XML document manager.