Re: [VOTE] Release Jena 3.0.1 and Fuseki 2.3.1

2015-12-09 Thread Andy Seaborne
+1 To build, it is necessary to "mvn install" because of the shaded Guava -- simply "mvn test" would work from the compiled class files of other modules which is not how shading works. Andy Dependency changes: Added: com.github.andrewoma.dexx::dexx-collections:0.2 (for testing)

Re: A release?

2015-12-09 Thread Andy Seaborne
I put some documentation in at http://jena.staging.apache.org/documentation/rdf/datasets.html because the announcement needs to link to something. I hope I got it right. This can be changed between releases -- the bytes aren't in the release itself. (The file name was chosen so that more

[jira] [Updated] (JENA-1078) TxnMem does not log a warning when commit() omitted.

2015-12-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1078: Description: Example: {noformat} Dataset ds = DatasetFactory.createTxnMem() ; //Dataset

Re: [jira] [Resolved] (JENA-955) Review security documentation

2015-12-09 Thread Andy Seaborne
On 08/12/15 21:06, Claude Warren (JIRA) wrote: [ https://issues.apache.org/jira/browse/JENA-955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claude Warren resolved JENA-955. Resolution: Fixed Fix Version/s: Jena 3.0.0

per-graph locking for dataset?

2015-12-09 Thread A. Soroka
I now understand a little what I did not understand at all a few months ago: how very hard the MRMW problem for RDF datasets is. So I’ve been casting about for some simple ways to deliver cheap and very limited forms of MRMW that might provide some “bang for the buck” for Jena users. One to

Re: A release?

2015-12-09 Thread A. Soroka
Is it possible for non-committers to see that? I get a login dialog with the message "ASF Committers”. --- A. Soroka The University of Virginia Library > On Dec 9, 2015, at 5:20 AM, Andy Seaborne wrote: > > I put some documentation in at > >

Re: A release?

2015-12-09 Thread Andy Seaborne
On 09/12/15 12:58, A. Soroka wrote: Is it possible for non-committers to see that? I get a login dialog with the message "ASF Committers”. The HTML on staging is public - I don't use my id to log in. curl http://jena.staging.apache.org/documentation/rdf/datasets.html works from where I am -

[jira] [Commented] (JENA-1078) TxnMem does not log a warning when commit() omitted.

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

[GitHub] jena pull request: JENA-1078: Logging warning when transaction is ...

2015-12-09 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/105#discussion_r47078789 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -161,17 +161,17 @@ public void abort() { @Override

[GitHub] jena pull request: JENA-1078: Logging warning when transaction is ...

2015-12-09 Thread ajs6f
Github user ajs6f commented on a diff in the pull request: https://github.com/apache/jena/pull/105#discussion_r47086225 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java --- @@ -161,17 +161,17 @@ public void abort() { @Override

[jira] [Commented] (JENA-1078) TxnMem does not log a warning when commit() omitted.

2015-12-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15048628#comment-15048628 ] ASF GitHub Bot commented on JENA-1078: -- Github user ajs6f commented on a diff in the pull request:

Re: A release?

2015-12-09 Thread A. Soroka
Okay, after trying three browsers, I found one that works (the others kept redirecting to https). I have some suggestions (and some guilt, since I should have written this without prompting). Shall I send a patch against the Markdown in SVN? --- A. Soroka The University of Virginia Library >

Re: A release?

2015-12-09 Thread A. Soroka
Here: https://gist.github.com/ajs6f/463117f0d0e094ffefc5 are some suggested edits for that doc, mostly just typo-fixes and suggestions for clarification. Other questions from me: 1) Is it worth creating a component in Jira to track tickets for this stuff? 2) Shall I write up a simple page

[jira] [Created] (JENA-1080) Fuseki Web Interface incompatible with Internet Explorer

2015-12-09 Thread Donald Pellegrino (JIRA)
Donald Pellegrino created JENA-1080: --- Summary: Fuseki Web Interface incompatible with Internet Explorer Key: JENA-1080 URL: https://issues.apache.org/jira/browse/JENA-1080 Project: Apache Jena

[jira] [Resolved] (JENA-1078) TxnMem does not log a warning when commit() omitted.

2015-12-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1078. - Resolution: Fixed Assignee: A. Soroka > TxnMem does not log a warning when commit() omitted.

[jira] [Created] (JENA-1081) Turtle writer does not inline blank node in lists.

2015-12-09 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1081: --- Summary: Turtle writer does not inline blank node in lists. Key: JENA-1081 URL: https://issues.apache.org/jira/browse/JENA-1081 Project: Apache Jena Issue

[GitHub] jena pull request: JENA-1078: Logging warning when transaction is ...

2015-12-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/105 --- 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

[jira] [Commented] (JENA-1078) TxnMem does not log a warning when commit() omitted.

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

[jira] [Updated] (JENA-1081) Turtle writer does not inline blank node in lists.

2015-12-09 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1081: Description: {noformat} prefix : :s :p ( [:q 1] [:q 2]) . {noformat} ==>

Re: A release?

2015-12-09 Thread A. Soroka
Cool. The extension points are basically TripleTable and QuadTable, because of the constructor DatasetGraphInMemory(QuadTable, TripleTable). Someone could offer their own impls and use that (public) constructor. --- A. Soroka The University of Virginia Library > On Dec 9, 2015, at 3:38 PM,

Re: A release?

2015-12-09 Thread Andy Seaborne
On 09/12/15 15:19, A. Soroka wrote: Here: https://gist.github.com/ajs6f/463117f0d0e094ffefc5 are some suggested edits for that doc, mostly just typo-fixes and suggestions for clarification. Done, thanks. Other questions from me: 1) Is it worth creating a component in Jira to track

was: per-graph locking for dataset?

2015-12-09 Thread Andy Seaborne
On 09/12/15 13:22, A. Soroka wrote: (after finishing what’s needed to RC-release the MR+SW in-memory dataset) The build is done - the VOTE is open now. if the VOTE passes, that's it! JIRA and maven are already bumped 3.1.0 next with versions now building as 3.1.0-SNAPSHOT. Andy