[GitHub] jena issue #390: Bugfix Tutorial 6: Missing "/" at the end of an URI resulte...

2018-04-04 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/390 Hi there - thanks for the PR. There is a problem somewhere. Looking at the RDF tutorial, it uses "http\://somewhere/JohnSmith" (no /) so I think the problem in the data file vc-db-1.rdf (and

Re: [CANCELLED] Apache Jena 3.7.0 RC1

2018-04-04 Thread Andy Seaborne
There is a fix in PR#391. I've run the test case umpteen times now without incident and done performance times of bulkloading, which is about as write intensive as it gets. The worse slow down I observed (difference of a 3.6 and 3.7-fix) when loading 25M BSBM triples was 3%. Usually it's

[GitHub] jena pull request #391: Jena 1516 object file storage

2018-04-04 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/391 Jena 1516 object file storage The main commit is the second one. Commit 1 is general removal of the alloc-complete writer cycle. Commit 2 is the core fix - simpler wring of objects.

[GitHub] jena pull request #390: Bugfix Tutorial 6: Missing "/" at the end of an URI ...

2018-04-04 Thread supergitacc
GitHub user supergitacc opened a pull request: https://github.com/apache/jena/pull/390 Bugfix Tutorial 6: Missing "/" at the end of an URI resulted in a Nul… I found a bug in tutorial 6 and propose a fix for it. Without "/" at the end of the URI of JohnSmith