Hi Gary, On 3.09.2026 00:21, Gary Gregory wrote: > I would like to release Apache Commons Secure XML 1.0.0. This is the > first release, second release candidate. > > (...) > > Please review the release candidate and vote. > This vote will close no sooner than 72 hours from now. > > [ ] +1 Release these artifacts > [ ] +0 OK, but... > [ ] -0 OK, but really should fix... > [ ] -1 I oppose this release because...
+1, release the artifacts. Checks performed: - Verified checksums and signatures: both are valid and match the key given in your email. - Verified reproducibility using JDK 21 in the UTC timezone. - Ran the unit tests on the JVM and on a virtual Android API 33 device. Android tests don't run out of the box, because build.gradle.kts has a hardcoded library version (1.0.0-SNAPSHOT). Not a blocker. Unlike RC1, the test source is present, and we ran it. - The RAT report looks correct. - No japicmp report, as expected for a first release. I also updated the 11 smoke-test PRs in other Commons projects, plus Log4j, against RC2: - Apache Commons BSF: PASS https://github.com/apache/commons-bsf/pull/280 - Apache Commons Configuration: PASS (experimental Java 26 leg fails, pre-existing) https://github.com/apache/commons-configuration/pull/647 - Apache Commons Digester: PASS https://github.com/apache/commons-digester/pull/289 - Apache Commons Geometry: PASS https://github.com/apache/commons-geometry/pull/300 - Apache Commons Graph: PASS https://github.com/apache/commons-graph/pull/50 - Apache Commons Jelly: PASS https://github.com/apache/commons-jelly/pull/108 - Apache Commons JXPath: PASS https://github.com/apache/commons-jxpath/pull/288 - Apache Commons SCXML: PASS (experimental Java 27-ea leg fails, pre-existing) https://github.com/apache/commons-scxml/pull/393 - Apache Commons Text: PASS https://github.com/apache/commons-text/pull/766 - Apache Commons VFS: PASS https://github.com/apache/commons-vfs/pull/781 - Apache Log4j: PASS https://github.com/apache/logging-log4j2/pull/4162 Pre-existing experimental failures (continue-on-error jobs, also red on the SNAPSHOT runs): - Apache Commons Configuration, build (26, true): JUnit cannot load TestAppletConfiguration on Java 26 (applet API removed). - Apache Commons SCXML, build (27-ea, true): Groovy rejects class file major version 71 in two Groovy env tests. Piotr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
