[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42329075 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/GuavaCacheClient.java --- @@ -0,0 +1,73 @@ +/** + * Licensed to the

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42325590 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/system/InitARQ.java --- @@ -23,7 +23,7 @@ /** ARQ initialization. Used by {@code JenaSystem} */

Re: JSON-LD upgrade - impact on Elephas

2015-10-18 Thread Andy Seaborne
On 13/10/15 14:21, Rob Vesse wrote: If the counts are different purely because we are failing in a different (but predictable) way then I see no reason not to change them Rob Change made - the tests now ask what the expected answer are and the JSON-LD (triples, quads) tests return their own

[jira] [Commented] (JENA-868) Fuseki2: docker: Redirected ports lead to wrong URLs.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962591#comment-14962591 ] Andy Seaborne commented on JENA-868: Please test. > Fuseki2: docker: Redirected ports lead to wrong

[jira] [Resolved] (JENA-944) Fuseki Editor Broken

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-944. Resolution: Cannot Reproduce Assignee: Andy Seaborne > Fuseki Editor Broken >

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962605#comment-14962605 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42325746 --- Diff: jena-core/src/main/java/org/apache/jena/system/JenaSubsystemLifecycle.java --- @@ -18,15 +18,15 @@ package org.apache.jena.system;

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42325752 --- Diff: jena-fuseki2/jena-fuseki-core/pom.xml --- @@ -108,6 +108,12 @@ + com.google.guava --- End diff -- Guava

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962606#comment-14962606 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962707#comment-14962707 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on the pull request:

[jira] [Commented] (JENA-944) Fuseki Editor Broken

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962580#comment-14962580 ] Andy Seaborne commented on JENA-944: Example uses {{104.154.69.83}}, not {{localhost}} so no editing

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/95#issuecomment-149066287 I'm a little confused by the fact that for a feature that seems to require purchase only in an HTTP API (in Fuseki itself) this code seems to tangle all the way down into

[jira] [Resolved] (JENA-1050) Fuseki2 UI does not cope with default port numbers.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1050. - Resolution: Fixed Assignee: Andy Seaborne Fix Version/s: Fuseki 2.3.1 This is a

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962607#comment-14962607 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962608#comment-14962608 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42325779 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheAction.java --- @@ -0,0 +1,45 @@ +/** + * Licensed to the Apache

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42325781 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheAction.java --- @@ -0,0 +1,45 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962702#comment-14962702 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Updated] (JENA-1050) Fuseki2 UI does not cope with default port numbers.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1050: Summary: Fuseki2 UI does not cope with default port numbers. (was: Fiseki2 UI does not cope with

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320566 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheStore.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962358#comment-14962358 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962365#comment-14962365 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320708 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/resultset/CSVOutput.java --- @@ -102,6 +102,62 @@ public void format(OutputStream out, ResultSet

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320704 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/resultset/CSVOutput.java --- @@ -102,6 +102,62 @@ public void format(OutputStream out, ResultSet

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962366#comment-14962366 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962363#comment-14962363 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962316#comment-14962316 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962318#comment-14962318 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320206 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheEntry.java --- @@ -0,0 +1,57 @@ +/** + * Licensed to the Apache

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320283 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheClient.java --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962327#comment-14962327 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320616 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheStore.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962352#comment-14962352 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962357#comment-14962357 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320640 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheStore.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962361#comment-14962361 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320697 --- Diff: jena-arq/src/main/java/org/apache/jena/riot/system/InitRIOT.java --- @@ -31,7 +31,7 @@ public void start() { @Override public

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320279 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheClient.java --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320602 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheStore.java --- @@ -0,0 +1,150 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962349#comment-14962349 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320655 --- Diff: jena-fuseki2/jena-fuseki-core/src/main/java/org/apache/jena/fuseki/cache/CacheClient.java --- @@ -0,0 +1,30 @@ +/** + * Licensed to the Apache

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962367#comment-14962367 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320718 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/resultset/CSVOutput.java --- @@ -102,6 +102,62 @@ public void format(OutputStream out, ResultSet

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962379#comment-14962379 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on the pull request: https://github.com/apache/jena/pull/95#issuecomment-149012148 This may be me being thick, but I don't see how a mutating query invalidates any part of the cache? --- If your project is set up for it, you can reply to this email and

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42320957 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/resultset/CSVOutput.java --- @@ -102,6 +102,62 @@ public void format(OutputStream out, ResultSet

[jira] [Commented] (JENA-626) SPARQL Query Caching

2015-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962385#comment-14962385 ] ASF GitHub Bot commented on JENA-626: - Github user ajs6f commented on a diff in the pull request:

[GitHub] jena pull request: JENA-626 SPARQL Query Caching

2015-10-18 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/95#discussion_r42321146 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/resultset/TSVOutput.java --- @@ -97,6 +97,63 @@ public void format(OutputStream out, ResultSet resultSet)

[jira] [Comment Edited] (JENA-868) Fuseki2: docker: Redirected ports lead to wrong URLs.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962424#comment-14962424 ] Andy Seaborne edited comment on JENA-868 at 10/18/15 3:41 PM: -- The problem is

[jira] [Commented] (JENA-868) Fuseki2: docker: Redirected ports lead to wrong URLs.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962424#comment-14962424 ] Andy Seaborne commented on JENA-868: The problem is that the port number sometimes comes from the server

[jira] [Commented] (JENA-868) Fuseki2: docker: Redirected ports lead to wrong URLs.

2015-10-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962494#comment-14962494 ] ASF subversion and git services commented on JENA-868: -- Commit

[jira] [Commented] (JENA-1050) Fiseki2 UI does not cope with default port numbers.

2015-10-18 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962495#comment-14962495 ] ASF subversion and git services commented on JENA-1050: --- Commit

[jira] [Commented] (JENA-1050) Fiseki2 UI does not cope with default port numbers.

2015-10-18 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14962493#comment-14962493 ] Andy Seaborne commented on JENA-1050: - JENA-868 addresses the managementURL issue. > Fiseki2 UI does

[jira] [Created] (JENA-1050) Fiseki2 UI does not cope with default port numbers.

2015-10-18 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1050: --- Summary: Fiseki2 UI does not cope with default port numbers. Key: JENA-1050 URL: https://issues.apache.org/jira/browse/JENA-1050 Project: Apache Jena Issue