[jira] [Commented] (JENA-2168) Fuseki not finding the default logging configuration

2021-09-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419101#comment-17419101 ] ASF subversion and git services commented on JENA-2168: --- Commit

[jira] [Commented] (JENA-2168) Fuseki not finding the default logging configuration

2021-09-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419102#comment-17419102 ] ASF subversion and git services commented on JENA-2168: --- Commit

[jira] [Commented] (JENA-2168) Fuseki not finding the default logging configuration

2021-09-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/JENA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419100#comment-17419100 ] ASF subversion and git services commented on JENA-2168: --- Commit

[jira] [Resolved] (JENA-2168) Fuseki not finding the default logging configuration

2021-09-23 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-2168. - Fix Version/s: Jena 4.3.0 Resolution: Fixed > Fuseki not finding the default logging

[jira] [Created] (JENA-2169) Dataset interface should support blank node labels for graphs

2021-09-23 Thread Jan Martin Keil (Jira)
Jan Martin Keil created JENA-2169: - Summary: Dataset interface should support blank node labels for graphs Key: JENA-2169 URL: https://issues.apache.org/jira/browse/JENA-2169 Project: Apache Jena

[jira] [Commented] (JENA-2168) Fuseki not finding the default logging configuration

2021-09-23 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419106#comment-17419106 ] Andy Seaborne commented on JENA-2168: - There is a workaround for Jena 4.2.0.   Copy the

[jira] [Updated] (JENA-2169) Dataset interface should support blank node labels for graphs

2021-09-23 Thread Jan Martin Keil (Jira)
[ https://issues.apache.org/jira/browse/JENA-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Martin Keil updated JENA-2169: -- Description: The Recommendations [RDF 1.1

[jira] [Commented] (JENA-2169) Dataset interface should support blank node labels for graphs

2021-09-23 Thread Andy Seaborne (Jira)
[ https://issues.apache.org/jira/browse/JENA-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419342#comment-17419342 ] Andy Seaborne commented on JENA-2169: - It is supported, just not in Dataset interface. DatasetGraph is

Re: SPARQL operations [was: Evolving HttpClient usage]

2021-09-23 Thread Andy Seaborne
It is time to consider putting this in. > Suggestion: so as not to make this a hard-to-reverse change, > + Create a new branch in git with this PR > + Change the overnight development build to build from this branch. > > so the main branch is left in the current state. that is all very well but

[GitHub] [jena-site] kinow commented on a change in pull request #64: Outline for documentation for SPARQL APIs upgrade

2021-09-23 Thread GitBox
kinow commented on a change in pull request #64: URL: https://github.com/apache/jena-site/pull/64#discussion_r715283976 ## File path: source/documentation/sparql-apis/__index.md ## @@ -0,0 +1,371 @@ +--- +title: Apache Jena SPARQL APIs +slug: index +--- +TOC + +## Overview +

Re: SPARQL operations [was: Evolving HttpClient usage]

2021-09-23 Thread Andy Seaborne
To add: I've checked by compiling RDF Delta against a build of this branch. Part of the changes is switching from Apache HttpClient v4 to use java.net.http. Apache HttpClient is still a dependency at the moment. The biggest change is HttpOp used in test classes. The class has intentionally