[VOTE] Release Apache Commons VFS Project 2.10.0 based on RC1

2024-03-10 Thread Gary Gregory
We have fixed a few bugs and added some enhancements since Apache Commons VFS Project 2.9.0 was released, so I would like to release Apache Commons VFS Project 2.10.0. Apache Commons VFS Project 2.10.0 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/vfs/2.10.0-

Re: [RDF] adding Quads - Bulk

2024-03-10 Thread Peter Hull
I don't know much about RDF4J but my comments would be 1. Better IMO to add a default method to the interface rather than adding 11 implementations which are almost identical 2. No need to restrict it to a List when any iterable would do 3. There is a bulk 'add' method in RepositoryConnection (http

Re: [RDF] adding Quads - Bulk

2024-03-10 Thread Fred Hauschel
Ah, sorry. i forgot to post this PR here: https://github.com/apache/commons-rdf/pull/205 I did it right after the mail. Thanks Fredy On 10.03.24 13:42, Peter Hull wrote: On Sat, 9 Mar 2024 at 22:37, Fred Hauschel wrote: Is there a reason, why there is no Method like GraphLike#add(List state

Re: [RDF] adding Quads - Bulk

2024-03-10 Thread Peter Hull
On Sat, 9 Mar 2024 at 22:37, Fred Hauschel wrote: > Is there a reason, why there is no Method like GraphLike#add(List > statements); ? It would be possible to add a method with a default implementation to GraphLike - then look to see if this can be more efficient for RDF4J (e.g. avoiding the mul