[jira] [Resolved] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread Andy Seaborne (JIRA)


 [ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-1637.
-
Resolution: Fixed

> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697463#comment-16697463
 ] 

ASF GitHub Bot commented on JENA-1637:
--

Github user asfgit closed the pull request at:

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


> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697462#comment-16697462
 ] 

ASF subversion and git services commented on JENA-1637:
---

Commit 5a0843d7e2cb49f3b59dcff747f3c254208d65c0 in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=5a0843d ]

JENA-1637: Merge commit 'refs/pull/497/head' of https://github.com/apache/jena

This closes #497.


> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697461#comment-16697461
 ] 

ASF subversion and git services commented on JENA-1637:
---

Commit 2f655c0e3ba110478a8bd0050f40362dcb11db41 in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=2f655c0 ]

JENA-1637: Default hint language for the by-lang parse commands.

> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jena pull request #497: JENA-1637: Default hint language for the by-lang par...

2018-11-23 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Resolved] (JENA-1633) Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some datasets

2018-11-23 Thread Andy Seaborne (JIRA)


 [ 
https://issues.apache.org/jira/browse/JENA-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-1633.
-
   Resolution: Fixed
Fix Version/s: Jena 3.10.0

> Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some 
> datasets
> 
>
> Key: JENA-1633
> URL: https://issues.apache.org/jira/browse/JENA-1633
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.4.0, Jena 3.9.0
>Reporter: Julian Dolby
>Assignee: Andy Seaborne
>Priority: Major
> Fix For: Jena 3.10.0
>
>
>  We appear to be seeing incorrect answers when the following query is
> applied to some datasets but not others:
> {noformat}
> PREFIX foaf: 
> SELECT ?name ?musician ?band WHERE {
>   ?musician foaf:name ?name .
>   OPTIONAL {
>    ?musician foaf:member ?band .
>   }
>   MINUS {
>  ?x foaf:homepage "some bad page" .
>  OPTIONAL {
>    ?x foaf:member ?band .
>  }
>   }
> }
> {noformat}
> We run that query on the following data set using Jena 3.9.0:
> {noformat}
>   
>  .
>  
>  "some bad page" .
>  
>  "num1"^^ .
>   
>  .
>  
>  "some bad page" .
> {noformat}
> and the result is empty.  This is surely wrong because the first
> triple of the dataset matches the first triple in the query, and
> nothing matches the optional part, indeed, there are no foaf:member
> triples at all.  Given that, the minus part cannot possibly match
> because ?band is unbound and hence the dom() relations of the two
> parts must be disjoint.  So surely there should be one result?
> We run this test using the following simple driver program:
>  {noformat}
> public class JenaRunner {
>     
>     public static void main(String[] args) throws MalformedURLException, 
> IOException {
>         Query ast = JenaUtil.parse(args[0]);
>         Dataset dataset = RDFDataMgr.loadDataset(args[1]);
>         QueryExecution exec = QueryExecutionFactory.create(ast, dataset);
>         ResultSet results = exec.execSelect();
>         ResultSetFormatter.output(
>             System.out, 
>             results, 
>             ResultsFormat.FMT_RDF_TURTLE);
>     }
> }
> {noformat}
> This problem is possibly quite subtle, since we do get correct results
> for some other datasets like the following:
> {noformat}
>    .
>   
> "lit0"^^ .
>   
> "lit0"^^ .
> _:BX5FX3Ablank0  "num2"^^ .
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (JENA-1632) https support in SOH

2018-11-23 Thread Andy Seaborne (JIRA)


 [ 
https://issues.apache.org/jira/browse/JENA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne resolved JENA-1632.
-
Resolution: Fixed

NB Does not include following redirects (and SOH never did) so http redirected 
https does not yet work and requires using the https URL.

> https support in SOH
> 
>
> Key: JENA-1632
> URL: https://issues.apache.org/jira/browse/JENA-1632
> Project: Apache Jena
>  Issue Type: Improvement
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697251#comment-16697251
 ] 

ASF GitHub Bot commented on JENA-1637:
--

GitHub user afs opened a pull request:

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

JENA-1637: Default hint language for the by-lang parse commands.



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

$ git pull https://github.com/afs/jena cmd-lang

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

https://github.com/apache/jena/pull/497.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 #497


commit 2f655c0e3ba110478a8bd0050f40362dcb11db41
Author: Andy Seaborne 
Date:   2018-11-23T13:47:51Z

JENA-1637: Default hint language for the by-lang parse commands.




> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jena pull request #497: JENA-1637: Default hint language for the by-lang par...

2018-11-23 Thread afs
GitHub user afs opened a pull request:

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

JENA-1637: Default hint language for the by-lang parse commands.



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

$ git pull https://github.com/afs/jena cmd-lang

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

https://github.com/apache/jena/pull/497.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 #497


commit 2f655c0e3ba110478a8bd0050f40362dcb11db41
Author: Andy Seaborne 
Date:   2018-11-23T13:47:51Z

JENA-1637: Default hint language for the by-lang parse commands.




---


[jira] [Commented] (JENA-1632) https support in SOH

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697247#comment-16697247
 ] 

ASF subversion and git services commented on JENA-1632:
---

Commit 3044c61f5188505e78b67d6c6071d65ac4056424 in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=3044c61 ]

JENA-1632: https support in SOH scripts


> https support in SOH
> 
>
> Key: JENA-1632
> URL: https://issues.apache.org/jira/browse/JENA-1632
> Project: Apache Jena
>  Issue Type: Improvement
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1632) https support in SOH

2018-11-23 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697250#comment-16697250
 ] 

ASF GitHub Bot commented on JENA-1632:
--

Github user asfgit closed the pull request at:

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


> https support in SOH
> 
>
> Key: JENA-1632
> URL: https://issues.apache.org/jira/browse/JENA-1632
> Project: Apache Jena
>  Issue Type: Improvement
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1632) https support in SOH

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697248#comment-16697248
 ] 

ASF subversion and git services commented on JENA-1632:
---

Commit ba4d28f494b17644687b8e6191634d4609285e9d in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=ba4d28f ]

JENA-1632: Merge commit 'refs/pull/495/head' of https://github.com/apache/jena

This closes #495.


> https support in SOH
> 
>
> Key: JENA-1632
> URL: https://issues.apache.org/jira/browse/JENA-1632
> Project: Apache Jena
>  Issue Type: Improvement
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jena pull request #495: JENA-1632: https support in SOH scripts

2018-11-23 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Commented] (JENA-1633) Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some datasets

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697217#comment-16697217
 ] 

ASF subversion and git services commented on JENA-1633:
---

Commit 204060b98d1c190c831612ef2563eddc38c3fcbd in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=204060b ]

JENA-1633: Merge commit 'refs/pull/493/head' of https://github.com/apache/jena

This closes #493.


> Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some 
> datasets
> 
>
> Key: JENA-1633
> URL: https://issues.apache.org/jira/browse/JENA-1633
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.4.0, Jena 3.9.0
>Reporter: Julian Dolby
>Assignee: Andy Seaborne
>Priority: Major
>
>  We appear to be seeing incorrect answers when the following query is
> applied to some datasets but not others:
> {noformat}
> PREFIX foaf: 
> SELECT ?name ?musician ?band WHERE {
>   ?musician foaf:name ?name .
>   OPTIONAL {
>    ?musician foaf:member ?band .
>   }
>   MINUS {
>  ?x foaf:homepage "some bad page" .
>  OPTIONAL {
>    ?x foaf:member ?band .
>  }
>   }
> }
> {noformat}
> We run that query on the following data set using Jena 3.9.0:
> {noformat}
>   
>  .
>  
>  "some bad page" .
>  
>  "num1"^^ .
>   
>  .
>  
>  "some bad page" .
> {noformat}
> and the result is empty.  This is surely wrong because the first
> triple of the dataset matches the first triple in the query, and
> nothing matches the optional part, indeed, there are no foaf:member
> triples at all.  Given that, the minus part cannot possibly match
> because ?band is unbound and hence the dom() relations of the two
> parts must be disjoint.  So surely there should be one result?
> We run this test using the following simple driver program:
>  {noformat}
> public class JenaRunner {
>     
>     public static void main(String[] args) throws MalformedURLException, 
> IOException {
>         Query ast = JenaUtil.parse(args[0]);
>         Dataset dataset = RDFDataMgr.loadDataset(args[1]);
>         QueryExecution exec = QueryExecutionFactory.create(ast, dataset);
>         ResultSet results = exec.execSelect();
>         ResultSetFormatter.output(
>             System.out, 
>             results, 
>             ResultsFormat.FMT_RDF_TURTLE);
>     }
> }
> {noformat}
> This problem is possibly quite subtle, since we do get correct results
> for some other datasets like the following:
> {noformat}
>    .
>   
> "lit0"^^ .
>   
> "lit0"^^ .
> _:BX5FX3Ablank0  "num2"^^ .
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1633) Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some datasets

2018-11-23 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697216#comment-16697216
 ] 

ASF subversion and git services commented on JENA-1633:
---

Commit 66dbb0a9898aa5ee25dbce01751973bbf8ca9ad7 in jena's branch 
refs/heads/master from [~an...@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=66dbb0a ]

JENA-1633: MINUS when the LHS has an unbound but mentioned variable.

> Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some 
> datasets
> 
>
> Key: JENA-1633
> URL: https://issues.apache.org/jira/browse/JENA-1633
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.4.0, Jena 3.9.0
>Reporter: Julian Dolby
>Assignee: Andy Seaborne
>Priority: Major
>
>  We appear to be seeing incorrect answers when the following query is
> applied to some datasets but not others:
> {noformat}
> PREFIX foaf: 
> SELECT ?name ?musician ?band WHERE {
>   ?musician foaf:name ?name .
>   OPTIONAL {
>    ?musician foaf:member ?band .
>   }
>   MINUS {
>  ?x foaf:homepage "some bad page" .
>  OPTIONAL {
>    ?x foaf:member ?band .
>  }
>   }
> }
> {noformat}
> We run that query on the following data set using Jena 3.9.0:
> {noformat}
>   
>  .
>  
>  "some bad page" .
>  
>  "num1"^^ .
>   
>  .
>  
>  "some bad page" .
> {noformat}
> and the result is empty.  This is surely wrong because the first
> triple of the dataset matches the first triple in the query, and
> nothing matches the optional part, indeed, there are no foaf:member
> triples at all.  Given that, the minus part cannot possibly match
> because ?band is unbound and hence the dom() relations of the two
> parts must be disjoint.  So surely there should be one result?
> We run this test using the following simple driver program:
>  {noformat}
> public class JenaRunner {
>     
>     public static void main(String[] args) throws MalformedURLException, 
> IOException {
>         Query ast = JenaUtil.parse(args[0]);
>         Dataset dataset = RDFDataMgr.loadDataset(args[1]);
>         QueryExecution exec = QueryExecutionFactory.create(ast, dataset);
>         ResultSet results = exec.execSelect();
>         ResultSetFormatter.output(
>             System.out, 
>             results, 
>             ResultsFormat.FMT_RDF_TURTLE);
>     }
> }
> {noformat}
> This problem is possibly quite subtle, since we do get correct results
> for some other datasets like the following:
> {noformat}
>    .
>   
> "lit0"^^ .
>   
> "lit0"^^ .
> _:BX5FX3Ablank0  "num2"^^ .
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (JENA-1633) Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some datasets

2018-11-23 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697218#comment-16697218
 ] 

ASF GitHub Bot commented on JENA-1633:
--

Github user asfgit closed the pull request at:

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


> Seeing incorrect answers to a specific SPARQL 1.1 MINUS query with some 
> datasets
> 
>
> Key: JENA-1633
> URL: https://issues.apache.org/jira/browse/JENA-1633
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.4.0, Jena 3.9.0
>Reporter: Julian Dolby
>Assignee: Andy Seaborne
>Priority: Major
>
>  We appear to be seeing incorrect answers when the following query is
> applied to some datasets but not others:
> {noformat}
> PREFIX foaf: 
> SELECT ?name ?musician ?band WHERE {
>   ?musician foaf:name ?name .
>   OPTIONAL {
>    ?musician foaf:member ?band .
>   }
>   MINUS {
>  ?x foaf:homepage "some bad page" .
>  OPTIONAL {
>    ?x foaf:member ?band .
>  }
>   }
> }
> {noformat}
> We run that query on the following data set using Jena 3.9.0:
> {noformat}
>   
>  .
>  
>  "some bad page" .
>  
>  "num1"^^ .
>   
>  .
>  
>  "some bad page" .
> {noformat}
> and the result is empty.  This is surely wrong because the first
> triple of the dataset matches the first triple in the query, and
> nothing matches the optional part, indeed, there are no foaf:member
> triples at all.  Given that, the minus part cannot possibly match
> because ?band is unbound and hence the dom() relations of the two
> parts must be disjoint.  So surely there should be one result?
> We run this test using the following simple driver program:
>  {noformat}
> public class JenaRunner {
>     
>     public static void main(String[] args) throws MalformedURLException, 
> IOException {
>         Query ast = JenaUtil.parse(args[0]);
>         Dataset dataset = RDFDataMgr.loadDataset(args[1]);
>         QueryExecution exec = QueryExecutionFactory.create(ast, dataset);
>         ResultSet results = exec.execSelect();
>         ResultSetFormatter.output(
>             System.out, 
>             results, 
>             ResultsFormat.FMT_RDF_TURTLE);
>     }
> }
> {noformat}
> This problem is possibly quite subtle, since we do get correct results
> for some other datasets like the following:
> {noformat}
>    .
>   
> "lit0"^^ .
>   
> "lit0"^^ .
> _:BX5FX3Ablank0  "num2"^^ .
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jena pull request #493: JENA-1633: MINUS when the LHS has an unbound but men...

2018-11-23 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Commented] (JENA-1638) Fuseki clean-up

2018-11-23 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/JENA-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16697214#comment-16697214
 ] 

ASF GitHub Bot commented on JENA-1638:
--

GitHub user afs opened a pull request:

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

 JENA-1638: Fuseki cleanup.



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

$ git pull https://github.com/afs/jena fuseki-misc

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

https://github.com/apache/jena/pull/496.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 #496


commit cd42e6a8501b2d071c8336e194cbd78a92ca9cb1
Author: Andy Seaborne 
Date:   2018-11-23T13:53:12Z

JENA-1638: Add /$/status as synonym for /$/server.

commit a29429dd7713824f1dd95c18fbdf4c47d3864654
Author: Andy Seaborne 
Date:   2018-11-23T13:54:31Z

JENA-1638: Ping and stats server endpoints.

Command line: --withPing and --withStats
Config: "fuseki:pingEP true" "fuseki:statsEP true"




> Fuseki clean-up
> ---
>
> Key: JENA-1638
> URL: https://issues.apache.org/jira/browse/JENA-1638
> Project: Apache Jena
>  Issue Type: Improvement
>Reporter: Andy Seaborne
>Priority: Major
>
> Following discussions on users@, there are some minor fixes and clea-ups:
> * Support {{/$/status}} as a server endpoint.
> * Support {{/$/ping}} and {{/$/stats}} in Fuseki Main command line and config 
> files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] jena pull request #496: JENA-1638: Fuseki cleanup.

2018-11-23 Thread afs
GitHub user afs opened a pull request:

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

 JENA-1638: Fuseki cleanup.



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

$ git pull https://github.com/afs/jena fuseki-misc

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

https://github.com/apache/jena/pull/496.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 #496


commit cd42e6a8501b2d071c8336e194cbd78a92ca9cb1
Author: Andy Seaborne 
Date:   2018-11-23T13:53:12Z

JENA-1638: Add /$/status as synonym for /$/server.

commit a29429dd7713824f1dd95c18fbdf4c47d3864654
Author: Andy Seaborne 
Date:   2018-11-23T13:54:31Z

JENA-1638: Ping and stats server endpoints.

Command line: --withPing and --withStats
Config: "fuseki:pingEP true" "fuseki:statsEP true"




---


[jira] [Updated] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread Andy Seaborne (JIRA)


 [ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1637:

Issue Type: Bug  (was: Improvement)

> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Bug
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JENA-1638) Fuseki clean-up

2018-11-23 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1638:
---

 Summary: Fuseki clean-up
 Key: JENA-1638
 URL: https://issues.apache.org/jira/browse/JENA-1638
 Project: Apache Jena
  Issue Type: Improvement
Reporter: Andy Seaborne


Following discussions on users@, there are some minor fixes and clea-ups:

* Support {{/$/status}} as a server endpoint.
* Support {{/$/ping}} and {{/$/stats}} in Fuseki Main command line and config 
files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (JENA-1637) RIOT commands don't default the language correctly.

2018-11-23 Thread Andy Seaborne (JIRA)


 [ 
https://issues.apache.org/jira/browse/JENA-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Seaborne updated JENA-1637:

Summary: RIOT commands don't default the language correctly.  (was: RIOT 
commdns don't default the language correctly.)

> RIOT commands don't default the language correctly.
> ---
>
> Key: JENA-1637
> URL: https://issues.apache.org/jira/browse/JENA-1637
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: RIOT
>Affects Versions: Jena 3.9.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>Priority: Minor
> Fix For: Jena 3.10.0
>
>
> Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (JENA-1637) RIOT commdns don't default the language correctly.

2018-11-23 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1637:
---

 Summary: RIOT commdns don't default the language correctly.
 Key: JENA-1637
 URL: https://issues.apache.org/jira/browse/JENA-1637
 Project: Apache Jena
  Issue Type: Improvement
  Components: RIOT
Affects Versions: Jena 3.9.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
 Fix For: Jena 3.10.0


Commends such as {{turtle}} are not defaulting the language hint correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)