Re: Fuskei and ETags

2015-06-30 Thread Rob Vesse
FWIW dotNetRDF has supported and uses E-Tags when retrieving graphs from remote URIs since 2010 I.e. for 5 years So yes these things are used in the real world at least for simple data retrieval, I haven't honestly ever used them for other SPARQL operations. We even support caching local copies

Re: Build failed in Jenkins: Jena_Development_Test_Windows ยป Apache Jena - Core #589

2015-06-30 Thread Andy Seaborne
On 29/06/15 21:19, Claude Warren wrote: Looking at your changes they make perfect sense to me. Thanks for looking at it. I've done option 1 (extends NiceIterator) which means it does the same thing but the LazyIterator code does not repeat code from NiceIterator. Andy On Mon,

[jira] [Commented] (JENA-966) LazyIterator

2015-06-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608023#comment-14608023 ] ASF subversion and git services commented on JENA-966: -- Commit

[jira] [Commented] (JENA-966) LazyIterator

2015-06-30 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608025#comment-14608025 ] Andy Seaborne commented on JENA-966: Option 1 used to DRY the code. LazyIterator

Re: Fuskei and ETags

2015-06-30 Thread Andy Seaborne
On 30/06/15 09:48, Rob Vesse wrote: FWIW dotNetRDF has supported and uses E-Tags when retrieving graphs from remote URIs since 2010 I.e. for 5 years So yes these things are used in the real world at least for simple data retrieval, I haven't honestly ever used them for other SPARQL operations.

Re: Query parameterization.

2015-06-30 Thread Holger Knublauch
Hi Andy, this looks great, and is just in time for the ongoing discussions in the SHACL group. I apologize in advance for not having the bandwidth yet to try this out from your branch, but this topic will definitely bubble up in the priorities soon... I have not fully understood how the

[GitHub] jena pull request: [JENA-977] tdbloader2 script rewrite

2015-06-30 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/84#issuecomment-117264364 The find `JENA_HOME` fragment was from `apache-jena/template.bin` -- should that be updated as well? (and the scripts regenerated). --- If your project is set up for it, you

[jira] [Assigned] (JENA-980) Store UI-created datasets in configuration/ not the system database.

2015-06-30 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne reassigned JENA-980: -- Assignee: Andy Seaborne Store UI-created datasets in configuration/ not the system database.

[jira] [Created] (JENA-980) Store UI-created datasets in configuration/ not the system database.

2015-06-30 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-980: -- Summary: Store UI-created datasets in configuration/ not the system database. Key: JENA-980 URL: https://issues.apache.org/jira/browse/JENA-980 Project: Apache Jena

Re: Fuskei and ETags

2015-06-30 Thread Osma Suominen
29.06.2015, 16:04, A. Soroka wrote: 1) ETag-per-Dataset: this is a single ETag value for any Dataset for all requests, updated whenever a mutating request completes. This would work by letting any change on a Dataset whatsoever that comes through Fuseki invalidate all ETag-based caching on that

[jira] [Commented] (JENA-966) LazyIterator

2015-06-30 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14608035#comment-14608035 ] ASF subversion and git services commented on JENA-966: -- Commit

[jira] [Resolved] (JENA-966) LazyIterator

2015-06-30 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-966. Resolution: Fixed Fix Version/s: Jena 3.0.0 LazyIterator Key: