[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532056 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE { bo

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073765#comment-15073765 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532508 --- Diff: jena-arq/Grammar/master.jj --- @@ -327,6 +359,35 @@ void AskQuery() : {} SolutionModifier() } +void JsonQuery() : {} +{ + Js

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073773#comment-15073773 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532742 --- Diff: jena-arq/Grammar/master.jj --- @@ -2166,6 +2227,17 @@ String String() : { Token t ; String lex ; } } } +Number Number() : { Token t

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073777#comment-15073777 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073779#comment-15073779 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532825 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE --- End diff -

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532880 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/lang/sparql_11/SPARQLParser11Constants.java --- @@ -431,6 +433,7 @@ "\"select\"", "\"dist

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073781#comment-15073781 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532962 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE { bo

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073782#comment-15073782 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull r

[jira] [Commented] (JENA-632) Generate JSON from SPARQL directly.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073784#comment-15073784 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on the pull request:

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/114#issuecomment-167763543 Main comment : the grammar changes haven't been put inside `#ifdef ARQ` so they happen in strict SPARQL 1.1 as well as the extended ARQ language. Keeping the SPARQL 1.

[jira] [Commented] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074129#comment-15074129 ] ASF GitHub Bot commented on JENA-1107: -- Github user afs commented on a diff in the pul

[GitHub] jena pull request: JENA-1107 : Improve Tuple.

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/115#discussion_r48558360 --- Diff: jena-base/src/main/java/org/apache/jena/atlas/lib/tuple/Tuple.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[jira] [Commented] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074130#comment-15074130 ] ASF GitHub Bot commented on JENA-1107: -- Github user afs commented on a diff in the pul

[GitHub] jena pull request: JENA-1107 : Improve Tuple.

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/115#discussion_r48558378 --- Diff: jena-base/src/main/java/org/apache/jena/atlas/lib/tuple/Tuple.java --- @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

[GitHub] jena pull request: Fixes JENA-1082.

2015-12-29 Thread ramiromagalhaes
GitHub user ramiromagalhaes opened a pull request: https://github.com/apache/jena/pull/116 Fixes JENA-1082. Proposal to fix JENA-1082 issue that further overloads ModelCon#listLiteralStatements() method. The only required implementation of such method follows the same idea behind o

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074143#comment-15074143 ] ASF GitHub Bot commented on JENA-1082: -- GitHub user ramiromagalhaes opened a pull requ

[GitHub] jena pull request: Fixes JENA-1082.

2015-12-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/116 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074285#comment-15074285 ] ASF GitHub Bot commented on JENA-1082: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074284#comment-15074284 ] ASF subversion and git services commented on JENA-1082: --- Commit f2b56

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074283#comment-15074283 ] ASF subversion and git services commented on JENA-1082: --- Commit 2d1e7

[jira] [Resolved] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1082. - Resolution: Fixed Assignee: Andy Seaborne Fix Version/s: Jena 3.1.0 Thank you. PR

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074297#comment-15074297 ] ASF subversion and git services commented on JENA-1082: --- Commit 6fbec

[jira] [Commented] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074313#comment-15074313 ] ASF subversion and git services commented on JENA-1107: --- Commit c665f

[jira] [Commented] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074317#comment-15074317 ] ASF GitHub Bot commented on JENA-1107: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074314#comment-15074314 ] ASF subversion and git services commented on JENA-1082: --- Commit bd9fd

[jira] [Commented] (JENA-1082) Add to org.apache.jena.rdf.model.ModelCon interface a listLiteralStatements method that accepts ints.

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074315#comment-15074315 ] ASF subversion and git services commented on JENA-1082: --- Commit 06811

[GitHub] jena pull request: JENA-1107 : Improve Tuple.

2015-12-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/115 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Commented] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074316#comment-15074316 ] ASF subversion and git services commented on JENA-1107: --- Commit d3603

[jira] [Resolved] (JENA-1107) Improve jena-base lib.Tuple

2015-12-29 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1107. - Resolution: Fixed Fix Version/s: Jena 3.1.0 > Improve jena-base lib.Tuple >

[jira] [Commented] (JENA-914) Get Jena working on Android

2015-12-29 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/JENA-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15074609#comment-15074609 ] Bruno P. Kinoshita commented on JENA-914: - Was reading the news today when I saw one