marklogic / java-client-api

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

Removing several deprecations #1694

Closed rjrudin closed 4 months ago

rjrudin commented 4 months ago

Comments:

  1. DocumentWriteOperation - no comment as to why the enum value is deprecated, and it's referenced in multiple places that aren't deprecated.
  2. PlanBuilder - not clear why xmlAttributeSeq is a problem.
  3. SemValue - stores is used in multiple places.
  4. GSONHandle - no comment as to why getParser is deprecated.
  5. MarkLogicServerException - getFailedRquest is referenced in many places.