GitHub user afs opened a pull request:
https://github.com/apache/jena/pull/459
Fuseki code maintenance.
This follows on from PR #458 so it shows the commits for that PR in the
comparison to Jena master.
It is the 3 individual commits after "Delete databases and expel from JVM".
It is a number of internal tidy-ups and updates of internal operations
following from the new Jena transaction TxnType. For uploading, there are
comments about file upload and moving the multitarget upload code to the
`Upload` library.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/afs/jena fuseki-code-maint
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/459.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 #459
----
commit 5a51311bd5b4ab2daf2f9cb9bb8a42a9d372e325
Author: Andy Seaborne <andy@...>
Date: 2018-08-10T15:21:39Z
JENA-1481, JENA-1586: Delete databases and expel from JVM
commit ac9c769ae2ccaa8826a2a0e7e83bb9f0b3ebeb72
Author: Andy Seaborne <andy@...>
Date: 2018-08-10T19:43:01Z
Update transactional usage to full range of modes.
commit 4df3d2b1a0ee3ecf4ad87af29355a8504241d658
Author: Andy Seaborne <andy@...>
Date: 2018-08-10T19:43:32Z
Tidy
commit 8a29cefc7170a176cb59e549bf178802ac7c3db9
Author: Andy Seaborne <andy@...>
Date: 2018-08-10T19:44:46Z
Migrate the general file uploader to library Upload.
A small step towards merging the code and enabling more
direct transactional processing.
----
---