Re: [VOTE] Release Apache Commons Configuration 2.11.1 based on RC1

2025-04-18 Thread Rob Tompkins
My +1 > On Apr 16, 2025, at 10:26 PM, Rob Tompkins wrote: > > Hello all > > We have fixed a few bugs and added enhancements since Apache Commons > Configuration 2.11.0 was released, so I would like to release Apache Commons > Configuration 2.11.1. > > Apache Commons Configuration 2.11.1 RC1

Re: [VOTE] Release Apache Commons Configuration 2.11.1 based on RC1

2025-04-18 Thread Gary Gregory
+1 I tested the source zip: - ASC OK - SHA512 OK - Default Maven build OK (some expected failure on spotbugs for newer Java versions until the parent POM picks up a new version, expected Javadoc warnings) Tested with: Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) Maven home: /opt/

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

2025-04-18 Thread Gary Gregory
On Thu, Apr 17, 2025 at 12:18 PM Fred Hauschel wrote: > > 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:

[ANNOUNCE] Apache Commons JXPath 1.4.0

2025-04-18 Thread Gary Gregory
The Apache Commons JXPath team is pleased to announce the release of Apache Commons JXPath 1.4.0. A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures. This release c

[JXPath] No convenience binaries for 1.4.0 on dist.apache.org, Maven Central OK

2025-04-18 Thread Gary Gregory
Hi All, Something odd happened with 1.4.0: There are no convenience binaries for the new release on https://dist.apache.org/repos/dist/release/commons/jxpath/. This does not affect JARs on Maven Central; all is well there. The plugin declaration is missing from the POM to generate the bin zip/tar.

[RESULT][VOTE] Release Apache Commons JXPath 1.4.0 based on RC2

2025-04-18 Thread Gary Gregory
This vote passes with the following +1 binding votes: - Henri Biestro (henrib) - Gary Gregory (ggregory) - Rob Tompkins (chtompki) Gary On Thu, Apr 17, 2025 at 10:23 AM Rob Tompkins wrote: > > +1 all looks good. > > -Rob > > > On Apr 13, 2025, at 7:04 PM, Gary Gregory wrote: > > > > We have fi

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