Re: [RDF] PR - GraphLike with addAll

2025-04-17 Thread Gary Gregory
Fredy, Would you mind investigating how to fix the build on Java 21 and above before we make any changes? TY! Gary On Thu, Apr 17, 2025, 13:17 Fred Hauschel wrote: > Hi there, > > reworked my request from last year > > > Looking foreward to you

[RDF] PR - upgrade rdf4j to 5.1.3

2025-04-17 Thread Fred Hauschel
Hi there, i upgraded the rdf4j version to 5.1.3 (Tue, Apr 15, 2025) Looking forward to your feedback. PR 324 Thanks Fredy

[RDF] PR - GraphLike with addAll

2025-04-17 Thread Fred Hauschel
Hi there, reworked my request from last year Looking foreward to your feedback. Thanks Fredy

[RDF] ModelGraphImpl returns 'parallelStream()' instead of expected 'stream()'

2025-04-17 Thread Fred Hauschel
Hi there, in my opinion this is a bug: * https://github.com/apache/commons-rdf/blob/006fbc3e47003c2d0fe8eb055f60f7cb267e1321/commons-rdf-rdf4j/src/main/java/org/apache/commons/rdf/rdf4j/impl/ModelGraphImpl.java#L142 * https://github.com/apache/commons-rdf/blob/006fbc3e47003c2d0fe8eb055f60f7cb

Re: [VOTE] Release Apache Commons JXPath 1.4.0 based on RC2

2025-04-17 Thread Rob Tompkins
+1 all looks good. -Rob > On Apr 13, 2025, at 7:04 PM, Gary Gregory wrote: > > We have fixed a few bugs and added enhancements since Apache Commons > JXPath 1.3 was released, so I would like to release Apache Commons > JXPath 1.4.0. > > Apache Commons JXPath 1.4.0 RC2 is available for review h

RE: RE: Re: [RDF] Problems building master

2025-04-17 Thread Fred Hauschel
Aha, i never used maven without specifying a goal, but commons-rdf is building when just running 'mvn'. Magic happens, but the build is green. br Fredy On 2025/04/17 08:59:45 Fred Hauschel wrote: > Hi Gary, > i thought that. The info in the Readme is wrong: > > > However, if i build it with >

RE: Re: [RDF] Problems building master

2025-04-17 Thread Fred Hauschel
Hi Gary, i thought that. The info in the Readme is wrong: However, if i build it with $ java -version openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime Environment 18.9 (build 11.0.12+7) OpenJDK 64-Bit Server VM 18.9 (build 11.0.12+7, mixed mode) I stuck with: $ mvn clean install ... ... [