JENA-1270: Deprecate some methods of Capabilities#200
JENA-1270: Deprecate some methods of Capabilities#200afs wants to merge 2 commits intoapache:masterfrom
Conversation
addAllowed( everyTriple ) deleteAllowed( everyTriple ) iteratorRemoveAllowed() canBeEmpty() findContractSafe()
|
If anyone can explain the issue noted in |
|
👍 to deprecating the whole |
|
All I could find re: 803804 and 858163 was this. Something to do with the old, old confusion between XML Namespaces and RDF prefix management and numerical localnames? |
|
It seems to be something to do with how |
Claudenw
left a comment
There was a problem hiding this comment.
My only comment is that there are some lines in GraphContractTest (eg 791) that have capability checks commented out. These are remnants of earlier RDF changes. I think these should be removed as part of this change.
//if (m.getCapabilities().handlesLiteralTyping()) {
|
Commented capability checks removed. |
This PR deprecates the following interface methods and clear up the code to align with these deprecations.
addAllowed( everyTriple )deleteAllowed( everyTriple )iteratorRemoveAllowed()canBeEmpty()findContractSafe()It does not touch
handlesLiteralTypingat this stage.