[GitHub] jena issue #392: Add comments to NodeLib.workspace (from PR#391), reformat, ...

2018-04-05 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/392 In response to review of #391. ---

[GitHub] jena pull request #392: Add comments to NodeLib.workspace (from PR#391), ref...

2018-04-05 Thread afs
GitHub user afs opened a pull request: https://github.com/apache/jena/pull/392 Add comments to NodeLib.workspace (from PR#391), reformat, remove dead code. You can merge this pull request into a Git repository by running: $ git pull https://github.com/afs/jena

Re: [VOTE] Apache Jena 3.7.0 RC2

2018-04-05 Thread Andy Seaborne
Please vote to approve this release:    [ ] +1 Approve the release    [ ]  0 Don't care    [ ] -1 Don't release, because ... +1 This vote will be open until at least    2018-04-08 19:00 UTC

[VOTE] Apache Jena 3.7.0 RC2

2018-04-05 Thread Andy Seaborne
Hi, Here is a vote on a release of Jena 3.7.0. This is the second proposed candidate for a 3.7.0 release. There are process changes. Deadline: 2018-04-08 19:00 UTC Changes since RC1 RC1 was commit d4e7063e JENA-1516: TDB ObjectFileStorage fix. Update links below.

Re: jena 3.7.0-rc2 build issue

2018-04-05 Thread Andy Seaborne
I've repeated those steps on RC2 exactly - same maven, same tag, same repo cleanup. Works for me. On 05/04/18 12:52, Claude Warren wrote: After searching around on stackoverflow I found that the following will consistently work: mvn clean install -DdetectOfflineLinks=false Perhaps we should

Re: jena 3.7.0-rc2 build issue

2018-04-05 Thread Claude Warren
After searching around on stackoverflow I found that the following will consistently work: mvn clean install -DdetectOfflineLinks=false Perhaps we should do that by default? I'm not sure what the overall effect will be on the resulting output. Claude On Thu, Apr 5, 2018 at 11:54 AM, Claude

Re: jena 3.7.0-rc2 build issue

2018-04-05 Thread Claude Warren
I think this is only an issue when there are no Jena 3.7.0 packages available and can be worked around by recommending that the user run mvn -Pdev install first. Claude On Thu, Apr 5, 2018 at 11:43 AM, Claude Warren wrote: > Same issue as with rc1. > > Steps to reproduce > >

Re: [] Apache Jena 3.7.0 RC1

2018-04-05 Thread Claude Warren
Sent report under RC2 issue. I will take this conversation there. On Thu, Apr 5, 2018 at 10:18 AM, Andy Seaborne wrote: > I grabbed the latest version of maven so as to run with exactly the same > version of maven. Building current development (reset to 3.7.0-SNAPSHOT) >

jena 3.7.0-rc2 build issue

2018-04-05 Thread Claude Warren
Same issue as with rc1. Steps to reproduce 1) pull rc2 code: git checkout tags/jena-3.7.0-rc2 2) remove all 3.7.0 components from m2 repository: find ~/.m2/repository/org/apache/jena -name 3.7.0 -type d -exec rm -rf {} \; 3) execute maven build: mvn clean install get NPE [ERROR] Failed to

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

[GitHub] jena pull request #391: JENA-1516: ObjectFileStorage fix

2018-04-05 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/391#discussion_r179411949 --- Diff: jena-tdb/src/main/java/org/apache/jena/tdb/lib/NodeLib.java --- @@ -53,26 +52,32 @@ // Characters in IRIs that are illegal and cause SSE

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

[GitHub] jena pull request #391: JENA-1516: ObjectFileStorage fix

2018-04-05 Thread rvesse
Github user rvesse commented on a diff in the pull request: https://github.com/apache/jena/pull/391#discussion_r179407258 --- Diff: jena-tdb/src/main/java/org/apache/jena/tdb/lib/NodeLib.java --- @@ -53,26 +52,32 @@ // Characters in IRIs that are illegal and cause SSE

Re: [] Apache Jena 3.7.0 RC1

2018-04-05 Thread Andy Seaborne
I grabbed the latest version of maven so as to run with exactly the same version of maven. Building current development (reset to 3.7.0-SNAPSHOT) worked for me. The javadoc doc for 3.7.0 is already loaded onto jena.staging. We now have 4 (if you include jenkins) independent reports of

[jira] [Resolved] (JENA-1516) Concurrency issues with ObjectFileStorage

2018-04-05 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1516. - Resolution: Fixed Fix Version/s: Jena 3.7.0 > Concurrency issues with ObjectFileStorage >

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

[GitHub] jena pull request #391: JENA-1516: ObjectFileStorage fix

2018-04-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/391 ---

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

[jira] [Commented] (JENA-1516) Concurrency issues with ObjectFileStorage

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

Re: [CANCELLED] Apache Jena 3.7.0 RC1

2018-04-05 Thread Claude Warren
Following up on the NPE I reported. I switched to the original RC1 code and had the same issue. Intiial run reported: [INFO] --- maven-javadoc-plugin:3.0.0:jar (attach-javadocs) @ jena-base --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:javadoc' has not been previously