[jira] [Commented] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404610#comment-16404610 ] ASF GitHub Bot commented on JENA-1509: -- Github user afs commented on a diff in the pull request:

[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/387#discussion_r175388799 --- Diff: jena-rdfconnection/src/main/java/org/apache/jena/rdfconnection/RDFConnectionRemote.java --- @@ -280,7 +280,7 @@ private void updateExec(UpdateRequest

[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/387 ---

[jira] [Commented] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404649#comment-16404649 ] ASF GitHub Bot commented on JENA-1509: -- Github user asfgit closed the pull request at:

[jira] [Commented] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404648#comment-16404648 ] ASF subversion and git services commented on JENA-1509: --- Commit

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

2018-03-19 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r175409690 --- Diff: jena-arq/src/main/java/org/apache/jena/query/ResultSetFormatter.java --- @@ -516,6 +520,41 @@ static public void outputAsJSON(boolean booleanResult)

number of git clones?

2018-03-19 Thread Claude Warren
What process are you using to keep your working copy of Jena (assuming you have a clone on github) from the true master copy of Jena such that you can create pull requests from you copy and merge them into the master. So far the only way I have found to do this is to keep 2 copies of the code in

git.apache.org issue?

2018-03-19 Thread Claude Warren
I have tried to execute git clone git://git.apache.org/jena.git four times and each time I get: Cloning into 'jena'... remote: Counting objects: 349618, done. remote: Compressing objects: 100% (64022/64022), done. fatal: The remote end hung up unexpectedly23.70 MiB | 275.00 KiB/s fatal: early

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

2018-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404685#comment-16404685 ] ASF GitHub Bot commented on JENA-632: - Github user afs commented on a diff in the pull request:

Re: number of git clones?

2018-03-19 Thread Rob Vesse
You can have multiple remote repositories defined in your local working copy. Here's the list of my defined remotes on my Jena working copy: > git remote -vv afs https://github.com/afs/jena.git (fetch) afs https://github.com/afs/jena.git (push) origin

Re: git.apache.org issue?

2018-03-19 Thread ajs6f
I had no trouble doing that checkout a few moments ago, but I am on $job networking with very good throughput and I work only a few miles from Ashburn, Virginia (more data centers than you can shake a stick at). I was getting between 10 and 12 MiB/s. The total transfer was 352.82 MiB, so maybe

Re: number of git clones?

2018-03-19 Thread ajs6f
This is a great bunch of advice from Rob. The only thing I want to add to it is that I was recently hepped to a really useful tool that Github has created: https://github.com/github/hub It's a drop-in replacement for `git`, so all of Rob's notes below (and anything else you find to work with

[jira] [Commented] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16404586#comment-16404586 ] ASF GitHub Bot commented on JENA-1509: -- GitHub user Claudenw opened a pull request:

[GitHub] jena pull request #387: fix for JENA-1509

2018-03-19 Thread Claudenw
GitHub user Claudenw opened a pull request: https://github.com/apache/jena/pull/387 fix for JENA-1509 fixed string issue and added tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/Claudenw/jena master Alternatively you can

[jira] [Commented] (JENA-1239) fuseki should not autocreate a config.ttl file if a configuration file is specified on the command line

2018-03-19 Thread Dan Pritts (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16405310#comment-16405310 ] Dan Pritts commented on JENA-1239: -- Just installed 3.6.0 and this behavior is still present. > fuseki

[jira] [Resolved] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved JENA-1509. - Resolution: Fixed Fix Version/s: Jena 3.7.0 > RDFConnectionRemote does not execute update(

[jira] [Assigned] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread Claude Warren (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren reassigned JENA-1509: --- Assignee: Claude Warren > RDFConnectionRemote does not execute update( UpdateRequest ) >

[jira] [Created] (JENA-1509) RDFConnectionRemote does not execute update( UpdateRequest )

2018-03-19 Thread Claude Warren (JIRA)
Claude Warren created JENA-1509: --- Summary: RDFConnectionRemote does not execute update( UpdateRequest ) Key: JENA-1509 URL: https://issues.apache.org/jira/browse/JENA-1509 Project: Apache Jena