RE: Re: [RDF] Problems building master

2025-04-18 Thread Fred Hauschel
Hi Gary, i thought that. Then 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 ...

RE: Re: [RDF] Problems building master

2025-04-18 Thread Fred Hauschel
Hi Gary, i already thougtht that, but the info in the readme is wrong: On 2025/04/16 19:07:27 Gary Gregory wrote: > Hi Fredy, > > GitHub shows builds are green on Java 11 and 17: > https://github.com/apache/commons-rdf/actions > > Some unit tests are failing on Java 21 and up. > > Java 8 is no

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 ... ... [

Re: [RDF] Problems building master

2025-04-16 Thread Gary Gregory
Hi Fredy, GitHub shows builds are green on Java 11 and 17: https://github.com/apache/commons-rdf/actions Some unit tests are failing on Java 21 and up. Java 8 is no longer supported in git master (see the POM compiler settings). HTH, Gary On Wed, Apr 16, 2025 at 1:50 PM Fred Hauschel wrote: >

[RDF] Problems building master

2025-04-16 Thread Fred Hauschel
Hi there, haven't heard from me for a long time. I'm trying to think my way back into commons-rdf. I made a copy years ago that I'm building on, it's time to change that and switch to the original version. I just built the tag 0.5.0 successfully. but when I build master, I get an error. Used