[GitHub] jena pull request #451: Deprecate low level non-application operations

2018-07-28 Thread afs
GitHub user afs opened a pull request:

https://github.com/apache/jena/pull/451

Deprecate low level non-application operations

TDBMarker.reset and TDBMaker.createDatasetGraphTDB are operations that 
should not be called by applications. This PR deprecates them. If applications 
want to tinker with the internal of the system, they should understand the 
implications by seeing StoreConnection calls.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/afs/jena tdb-clean

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/451.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #451


commit 60131204d1c71c9bda6bd5ba4b55f2d12fae
Author: Andy Seaborne 
Date:   2018-07-28T14:50:33Z

Deprecate low level non-application operations




---


[GitHub] jena pull request #451: Deprecate low level non-application operations

2018-07-29 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jena/pull/451


---