[jira] [Resolved] (JENA-1374) Update jsonld-java dependency.

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1374. - Resolution: Fixed > Update jsonld-java dependency. > -- > >

Re: GraphTripleStoreMem

2017-07-10 Thread Andy Seaborne
Relatedly: https://github.com/afs/jena-reports/blob/master/src/graphmem/GraphPlain.java A (prototype of a) graph adapter that turns a value-based graph into a term based graph. Something like Delta needs term equality because it tracks changes. The alternative is having value-based graph sto

[ANN] Delta - synchronising copies of datasets

2017-07-10 Thread Andy Seaborne
Delta is a system for recording and publishing changes to RDF Datasets. It is built on top of the idea of logs like database journals: * RDF Patch - a format for recording changes to an RDF Dataset * RDF Patch Log - organise patches in to a log of changes Website: https://afs.github.io/rdf-de

[jira] [Updated] (JENA-1368) Remove regex based where clause tests

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne updated JENA-1368: Summary: Remove regex based where clause tests (was: remove Regx based where clause tests) > Remove

[jira] [Commented] (JENA-1184) jena-maven-tools breaks with upgrade to Apache POM v18

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080280#comment-16080280 ] Andy Seaborne commented on JENA-1184: - The error message had become about syntax errors

[jira] [Resolved] (JENA-1184) jena-maven-tools breaks with upgrade to Apache POM v18

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1184. - Resolution: Fixed Assignee: Andy Seaborne Fix Version/s: Jena 3.4.0 > jena-maven-to

[jira] [Resolved] (JENA-1373) Unify version numer of modules

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Seaborne resolved JENA-1373. - Resolution: Done > Unify version numer of modules > -- > >

[jira] [Commented] (JENA-1184) jena-maven-tools breaks with upgrade to Apache POM v18

2017-07-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080268#comment-16080268 ] ASF subversion and git services commented on JENA-1184: --- Commit 26b72

[jira] [Commented] (JENA-1373) Unify version numer of modules

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080279#comment-16080279 ] Andy Seaborne commented on JENA-1373: - If any problems arise, reverting this single com

[jira] [Created] (JENA-1374) Update jsonld-java dependency.

2017-07-10 Thread Andy Seaborne (JIRA)
Andy Seaborne created JENA-1374: --- Summary: Update jsonld-java dependency. Key: JENA-1374 URL: https://issues.apache.org/jira/browse/JENA-1374 Project: Apache Jena Issue Type: Task Affects V

Re: Release 3.4.0?

2017-07-10 Thread Andy Seaborne
Thanks for the pointer - I'll give it a try this time. Andy On 10/07/17 11:44, aj...@apache.org wrote: This didn't work for me in previous releases because of the different versions between Fuseki1, Fuseki2, and the rest of Jena (it gave the same versions to all), but after Andy's PR unif

[GitHub] jena issue #269: Unify versions

2017-07-10 Thread afs
Github user afs commented on the issue: https://github.com/apache/jena/pull/269 Thanks for the reviews and testing so quickly. It is now in the codebase and we have some time to see how it works out. --- If your project is set up for it, you can reply to this email and have your repl

[jira] [Commented] (JENA-1373) Unify version numer of modules

2017-07-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080269#comment-16080269 ] ASF subversion and git services commented on JENA-1373: --- Commit db813

[jira] [Commented] (JENA-1373) Unify version numer of modules

2017-07-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080270#comment-16080270 ] ASF subversion and git services commented on JENA-1373: --- Commit 1bd0c

[GitHub] jena pull request #269: Unify versions

2017-07-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jena/pull/269 --- 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 enable

[GitHub] jena issue #269: Unify versions

2017-07-10 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/jena/pull/269 Successfully built the project, within the normal time (30 minutes for`mvn clean install` in order to build all modules, not only those listed under the `dev` profile). Build looks good. Then us

Re: Release 3.4.0?

2017-07-10 Thread ajs6f
This didn't work for me in previous releases because of the different versions between Fuseki1, Fuseki2, and the rest of Jena (it gave the same versions to all), but after Andy's PR unifying the versions, I think it should. ajs6f Rob Vesse wrote on 7/10/17 5:16 AM: A useful cheat to avoid bei

[jira] [Commented] (JENA-1370) Exponent values

2017-07-10 Thread Andy Seaborne (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080068#comment-16080068 ] Andy Seaborne commented on JENA-1370: - bq. he users list seems to be quiet on this subj

Re: Release 3.4.0?

2017-07-10 Thread Rob Vesse
A useful cheat to avoid being prompted full version at all is to explicitly specify them as maven properties i.e. -DreleaseVersion=3.4.0 -DdevelopmentVersion=3.5.0-SNAPSHOT Rob On 09/07/2017 22:40, "Andy Seaborne" wrote: On 08/07/17 14:42, aj...@apache.org wrote: > +1 to the

[jira] [Commented] (JENA-1370) Exponent values

2017-07-10 Thread Daan Reid (JIRA)
[ https://issues.apache.org/jira/browse/JENA-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080052#comment-16080052 ] Daan Reid commented on JENA-1370: - Several followup remarks (the users list seems to be qui