Re: [RDF] Bump Java requirement from Java 8 to 11

2024-02-19 Thread Gary D. Gregory
A nice-to-have would be to port from JUnit 4 to 5. Gary On 2024/02/20 02:08:03 "Gary D. Gregory" wrote: > I bumped the Java version, the GitHub CI says Java 11 and 17 are OK but 21 > and 22-ea are not. > > See https://github.com/apache/commons-rdf/actions/runs/7967484426 > > I think we need

Re: [RDF] Bump Java requirement from Java 8 to 11

2024-02-19 Thread Gary D. Gregory
PRs will have to be rebased obviously. Gary On 2024/02/20 02:08:03 "Gary D. Gregory" wrote: > I bumped the Java version, the GitHub CI says Java 11 and 17 are OK but 21 > and 22-ea are not. > > See https://github.com/apache/commons-rdf/actions/runs/7967484426 > > I think we need to address

Re: [RDF] Bump Java requirement from Java 8 to 11

2024-02-19 Thread Gary D. Gregory
I bumped the Java version, the GitHub CI says Java 11 and 17 are OK but 21 and 22-ea are not. See https://github.com/apache/commons-rdf/actions/runs/7967484426 I think we need to address Java 21 before anything else. Help wanted ;-) Gary On 2024/02/19 07:29:49 Bruno Kinoshita wrote: > +1 >

Re: [RDF] Bump Java requirement from Java 8 to 11

2024-02-18 Thread Bruno Kinoshita
+1 Since the project is created on top of libs like Jena, exactly to provide a common interface go all these libs, I think the simplest is to always go with the minimum thay works with every lib supported. On Mon, 19 Feb 2024, 08:23 Martijn Verburg, wrote: > Let's move the ecosystem forward

Re: [RDF] Bump Java requirement from Java 8 to 11

2024-02-18 Thread Martijn Verburg
Let's move the ecosystem forward :-) Cheers, Martijn On Mon, 19 Feb 2024 at 05:07, Gary Gregory wrote: > To use a new Jena version, we would require Java 11. > > Raise your hand if this would be a deal breaker for you and why. > > Raise your hand to say hi or anything else ;-) > > See: > > -

[RDF] Bump Java requirement from Java 8 to 11

2024-02-18 Thread Gary Gregory
To use a new Jena version, we would require Java 11. Raise your hand if this would be a deal breaker for you and why. Raise your hand to say hi or anything else ;-) See: - the thread [RDF] New Jena Version - the PR https://github.com/apache/commons-rdf/pull/196 Gary