[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-14 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jena/pull/480


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-12 Thread Claudenw
Github user Claudenw commented on a diff in the pull request:

https://github.com/apache/jena/pull/480#discussion_r224911183
  
--- Diff: jena-maven-tools/pom.xml ---
@@ -20,7 +20,6 @@
   4.0.0
   jena-maven-tools
   maven-plugin
-  3.7.0-SNAPSHOT
--- End diff --

Changes checked-in in error: reverted


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-12 Thread Claudenw
Github user Claudenw commented on a diff in the pull request:

https://github.com/apache/jena/pull/480#discussion_r224911048
  
--- Diff: jena-extras/jena-querybuilder/.gitignore ---
@@ -0,0 +1 @@
+/.project_old
--- End diff --

Checked in by error -- removed


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-07 Thread afs
Github user afs commented on a diff in the pull request:

https://github.com/apache/jena/pull/480#discussion_r223217083
  
--- Diff: jena-extras/jena-querybuilder/.gitignore ---
@@ -0,0 +1 @@
+/.project_old
--- End diff --

This seem to be some issue, not for the codebase.


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-07 Thread afs
Github user afs commented on a diff in the pull request:

https://github.com/apache/jena/pull/480#discussion_r223217180
  
--- Diff: jena-maven-tools/pom.xml ---
@@ -30,7 +29,7 @@
   
 org.apache.jena
 jena
-3.7.0-SNAPSHOT
+3.9.0-SNAPSHOT
--- End diff --

Any reason not to have 3.10.0-SNAPSHOT?


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-07 Thread afs
Github user afs commented on a diff in the pull request:

https://github.com/apache/jena/pull/480#discussion_r223217155
  
--- Diff: jena-maven-tools/pom.xml ---
@@ -20,7 +20,6 @@
   4.0.0
   jena-maven-tools
   maven-plugin
-  3.7.0-SNAPSHOT
--- End diff --

There have been some problems in the past which is why the top POM has this 
module commented out.
```
  
```
Does jena-maven-tools now work in the build? It would be great if it did.


---


[GitHub] jena pull request #480: JENA-1602 - added mechanism to add inserts or delete...

2018-10-07 Thread Claudenw
GitHub user Claudenw opened a pull request:

https://github.com/apache/jena/pull/480

JENA-1602 - added mechanism to add inserts or deletes based on model or 
triple collections

Fix for JENA-1602

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Claudenw/jena 1602-fix

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jena/pull/480.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #480


commit ee62b6540f795ddeb7ef7ee2eed2f2ac0d223d5b
Author: Claude Warren 
Date:   2018-09-30T10:01:22Z

closes JENA=1602

commit 311843dd22bc5ea2b11d10ae9011645f797c504d
Author: Claude Warren 
Date:   2018-10-07T12:10:53Z

Merge branch 'master' into 1602-fix

commit 27691564775e52da291e3ae18c8b5989415ea9b8
Author: Claude Warren 
Date:   2018-10-07T14:09:56Z

added license and removed dead code




---