[GitHub] [jena] afs commented on a change in pull request #659: WIP: 1805 fix

2019-12-20 Thread GitBox
afs commented on a change in pull request #659: WIP: 1805 fix URL: https://github.com/apache/jena/pull/659#discussion_r360534650 ## File path: jena-examples/pom.xml ## @@ -44,21 +41,27 @@ org.apache.jena apache-jena-libs - ${ver.jena} pom +

[GitHub] [jena] afs commented on issue #659: WIP: 1805 fix

2019-12-20 Thread GitBox
afs commented on issue #659: WIP: 1805 fix URL: https://github.com/apache/jena/pull/659#issuecomment-568093965 It says "WIP" - is it ready? It would be helpful if the day-to-day commits were squashed to one each for the two different contributions. --

Re: Examples?

2019-12-20 Thread ajs6f
I completely agree about getting the examples all into one place. But I think I would rather fail the build when they fail to build, because I understand examples as a sort of very high-level test. If examples are not working we might want to disable some of them instead of investing a bunch of

Examples?

2019-12-20 Thread Claude Warren
I just finished an example of how to write a StreamRDF to an RDFConnection. I placed this in the jena-examples project and update the pom so that it tracks the jena version. I then noticed that the RDFConnections examples are in the jena-connections main source tree. I think that all examples s

[GitHub] [jena] Claudenw opened a new pull request #659: WIP: 1805 fix

2019-12-20 Thread GitBox
Claudenw opened a new pull request #659: WIP: 1805 fix URL: https://github.com/apache/jena/pull/659 Added example code for StreamRDF to RDFConnection. Added query builder methods to make construction easier. This is an

[jira] [Created] (JENA-1805) Add example of StreamRDF to RDFConnection.

2019-12-20 Thread Claude Warren (Jira)
Claude Warren created JENA-1805: --- Summary: Add example of StreamRDF to RDFConnection. Key: JENA-1805 URL: https://issues.apache.org/jira/browse/JENA-1805 Project: Apache Jena Issue Type: Improv

[jira] [Commented] (JENA-1755) Improve documentation of Query Builders

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000872#comment-17000872 ] ASF subversion and git services commented on JENA-1755: --- Commit 1871

[GitHub] [jena] Claudenw opened a new pull request #658: Added addPrefix( PrefixMapping ) to builders.

2019-12-20 Thread GitBox
Claudenw opened a new pull request #658: Added addPrefix( PrefixMapping ) to builders. URL: https://github.com/apache/jena/pull/658 Added addPrefixes( PrefixMapping ) cleaned up tests. This is an automated message

[GitHub] [jena] afs opened a new pull request #657: JENA-1804: Pass through non-matching service requests

2019-12-20 Thread GitBox
afs opened a new pull request #657: JENA-1804: Pass through non-matching service requests URL: https://github.com/apache/jena/pull/657 This is an automated message from the Apache Git Service. To respond to the message, plea

[jira] [Resolved] (JENA-1803) Query builder has no method to merge a where clause

2019-12-20 Thread Claude Warren (Jira)
[ https://issues.apache.org/jira/browse/JENA-1803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved JENA-1803. - Fix Version/s: Jena 3.14.0 Resolution: Fixed > Query builder has no method to merge a where

[jira] [Updated] (JENA-1804) Fuseki filter: pass on requests that are not matched.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1804: Description: Taken from [users@ thread|https://lists.apache.org/thread.html/bd790ba2b02718aba46e4e8

[jira] [Resolved] (JENA-1798) TDB1 converts small xsd:long literals into xsd:integer

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1798. - Resolution: Information Provided > TDB1 converts small xsd:long literals into xsd:integer > --

[jira] [Resolved] (JENA-1796) Add missing DV for XSD DateTimeStamp

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1796. - Resolution: Fixed > Add missing DV for XSD DateTimeStamp > >

[jira] [Resolved] (JENA-1802) Add "--count" flag to riot : print the triple/quad, no RDF output.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1802. - Resolution: Fixed > Add "--count" flag to riot : print the triple/quad, no RDF output. > -

[jira] [Updated] (JENA-1804) Fuseki filter: pass on requests that are not matched.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1804: Summary: Fuseki filter: pass on requests that are not matched. (was: Fuskei filter: pass on request

[jira] [Created] (JENA-1804) Fuskei filter: pass on requests that are not matched.

2019-12-20 Thread Andy Seaborne (Jira)
Andy Seaborne created JENA-1804: --- Summary: Fuskei filter: pass on requests that are not matched. Key: JENA-1804 URL: https://issues.apache.org/jira/browse/JENA-1804 Project: Apache Jena Issue T

[GitHub] [jena] Claudenw merged pull request #656: 1803 fix

2019-12-20 Thread GitBox
Claudenw merged pull request #656: 1803 fix URL: https://github.com/apache/jena/pull/656 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[jira] [Resolved] (JENA-1801) Thrift encoded result set can have null for the variables list.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1801. - Resolution: Fixed > Thrift encoded result set can have null for the variables list. >

[jira] [Resolved] (JENA-1800) RDFConnection - provide QueryType to improve conneg for pass-through strings.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1800. - Resolution: Fixed > RDFConnection - provide QueryType to improve conneg for pass-through strings.

[jira] [Resolved] (JENA-1799) Add QueryType enum.

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1799. - Resolution: Fixed > Add QueryType enum. > --- > > Key: JENA-1799 >

[jira] [Commented] (JENA-1802) Add "--count" flag to riot : print the triple/quad, no RDF output.

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000802#comment-17000802 ] ASF subversion and git services commented on JENA-1802: --- Commit a7ed

[jira] [Commented] (JENA-1802) Add "--count" flag to riot : print the triple/quad, no RDF output.

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000801#comment-17000801 ] ASF subversion and git services commented on JENA-1802: --- Commit 4cdc

[GitHub] [jena] afs merged pull request #655: JENA-1802: Flag --count for riot

2019-12-20 Thread GitBox
afs merged pull request #655: JENA-1802: Flag --count for riot URL: https://github.com/apache/jena/pull/655 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jena] afs commented on issue #651: JENA-1796: Add missing DV for XSD DateTimeStamp data type

2019-12-20 Thread GitBox
afs commented on issue #651: JENA-1796: Add missing DV for XSD DateTimeStamp data type URL: https://github.com/apache/jena/pull/651#issuecomment-567879958 Merged, thanks! This is an automated message from the Apache Git Servi

[jira] [Updated] (JENA-1796) Add missing DV for XSD DateTimeStamp

2019-12-20 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1796: Fix Version/s: Jena 3.14.0 > Add missing DV for XSD DateTimeStamp >

[jira] [Commented] (JENA-1801) Thrift encoded result set can have null for the variables list.

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000799#comment-17000799 ] ASF subversion and git services commented on JENA-1801: --- Commit 8c1b

[jira] [Commented] (JENA-1796) Add missing DV for XSD DateTimeStamp

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000796#comment-17000796 ] ASF subversion and git services commented on JENA-1796: --- Commit 34ea

[GitHub] [jena] afs merged pull request #654: Enum QueryType; use with RDFconnection

2019-12-20 Thread GitBox
afs merged pull request #654: Enum QueryType; use with RDFconnection URL: https://github.com/apache/jena/pull/654 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[jira] [Commented] (JENA-1799) Add QueryType enum.

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000797#comment-17000797 ] ASF subversion and git services commented on JENA-1799: --- Commit 3f06

[jira] [Commented] (JENA-1800) RDFConnection - provide QueryType to improve conneg for pass-through strings.

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000798#comment-17000798 ] ASF subversion and git services commented on JENA-1800: --- Commit 2b21

[jira] [Commented] (JENA-1796) Add missing DV for XSD DateTimeStamp

2019-12-20 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000795#comment-17000795 ] ASF subversion and git services commented on JENA-1796: --- Commit 34ea

[GitHub] [jena] afs merged pull request #651: JENA-1796: Add missing DV for XSD DateTimeStamp data type

2019-12-20 Thread GitBox
afs merged pull request #651: JENA-1796: Add missing DV for XSD DateTimeStamp data type URL: https://github.com/apache/jena/pull/651 This is an automated message from the Apache Git Service. To respond to the message, please