-
Notifications
You must be signed in to change notification settings - Fork 72
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
Remove deprecated APIs #621
Comments
…ted to rest admin config QueryOptions
Sam, I have to put all this stuff into the release notes. I've tried to sift them all out of the diffs, but I'm going to have dump a review task on you because I probably missed something. |
ok, thanks Kim! |
Kim, I have assigned this issue to you for documentation tasks, and status has been changed to fix, for now. Please change the Git labels and assignment, if this is not correct. |
That's fine, Ajit, thank you. I'll reassign it to Sam for review once the release notes are ready, unless you would like to do the review instead. |
The release note for the removed things is here: http://pubs.marklogic.com:8011/9.0/guide/relnotes/chap4#id_23217 It includes both the items covered by this bug and the key-value interfaces that were probably removed previously. @sammefford please review between now and release, or pawn it off on Ajit. :) |
Some ideas:
|
Sam, you said ServerConfigurationManager.setContentVersion is missing from the release note, but I can't find any such method in either the ML8 or ML7 javadoc. There are deprecated get/setContentVersionRequests methods, and those are reflected in the release notes. I'm going to assume this is a misunderstanding unless I hear otherwise from you. I've incorporated the rest of your corrections, so unless I need straightening out on the content versioning thing, you can close this. |
Looks like I was mistaken in saying ServerConfigurationManager.setContentVersion. I can see that ServerConfigurationManager.get/setContentVersionRequests are in the release notes as two of the removed methods, so I agree you captured that. |
Many APIs were deprecated in ML8 and therefore are ready to be removed in ML9
The text was updated successfully, but these errors were encountered: