[jira] [Commented] (JENA-1488) SelectiveFoldingFilter for jena-text

2018-02-13 Thread Code Ferret (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362953#comment-16362953 ] Code Ferret commented on JENA-1488: --- Perhaps adding a new filter, especially one that has configurable

Re: XMLChar.isNameStart error?

2018-02-13 Thread Andy Seaborne
Maybe SplitIRI will help? It does Turtle splitting as well as XML. Andy On 13/02/18 17:39, Claude Warren wrote: It is used in org.apache.jena.rdf.model.impl.Util namespace splitting code. On Tue, Feb 13, 2018 at 4:44 PM, Andy Seaborne wrote: Where is

Re: XMLChar.isNameStart error?

2018-02-13 Thread Claude Warren
It is used in org.apache.jena.rdf.model.impl.Util namespace splitting code. On Tue, Feb 13, 2018 at 4:44 PM, Andy Seaborne wrote: > Where is XMLChar.isNameStart being used? > > > On 13/02/18 13:10, Claude Warren wrote: > >> Is there a reason that Jena does not support the full

Re: XMLChar.isNameStart error?

2018-02-13 Thread Andy Seaborne
Where is XMLChar.isNameStart being used? On 13/02/18 13:10, Claude Warren wrote: Is there a reason that Jena does not support the full range of XML name start characters? see https://www.w3.org/TR/xml/#NT-NameStartChar I wrote a quick test and found that there were a number of characters that

[jira] [Created] (JENA-1488) SelectiveFoldingFilter for jena-text

2018-02-13 Thread Osma Suominen (JIRA)
Osma Suominen created JENA-1488: --- Summary: SelectiveFoldingFilter for jena-text Key: JENA-1488 URL: https://issues.apache.org/jira/browse/JENA-1488 Project: Apache Jena Issue Type: Improvement

XMLChar.isNameStart error?

2018-02-13 Thread Claude Warren
Is there a reason that Jena does not support the full range of XML name start characters? see https://www.w3.org/TR/xml/#NT-NameStartChar I wrote a quick test and found that there were a number of characters that Jena does not support. Miscategorization appears to start at 0x132. There are

[jira] [Commented] (JENA-1487) Incorrect SPARQL query result set when applying ORDER BY after an empty GROUP BY

2018-02-13 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362205#comment-16362205 ] Andy Seaborne commented on JENA-1487: - This was discussed on the users mailing list in the past few

Re: merging pull requests

2018-02-13 Thread Andy Seaborne
A draft: https://cwiki.apache.org/confluence/display/JENA/Commit+Workflow+for+Github-ASF On 07/02/18 17:43, ajs6f wrote: I'd suggest the wiki for now, but that's just my preference. In related news, I haven't heard any more about Gitbox and reversing the direction of mirroring from INFRA.

[jira] [Resolved] (JENA-1487) Incorrect SPARQL query result set when applying ORDER BY after an empty GROUP BY

2018-02-13 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Vesse resolved JENA-1487. - Resolution: Not A Problem > Incorrect SPARQL query result set when applying ORDER BY after an empty GROUP

[jira] [Commented] (JENA-1487) Incorrect SPARQL query result set when applying ORDER BY after an empty GROUP BY

2018-02-13 Thread Rob Vesse (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16362080#comment-16362080 ] Rob Vesse commented on JENA-1487: - This behaviour is perfectly in line with the spec. The difference