Hello. Le ven. 28 oct. 2022 à 18:53, Alex Herbert <aherb...@apache.org> a écrit : > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Numbers 1.0 was released, so I would like to > release Apache Commons Numbers 1.1. > > Apache Commons Numbers 1.1 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/numbers/1.1-RC1 > (svn revision 57646)
$ svn co https://dist.apache.org/repos/dist/dev/commons/numbers/1.1-RC1 $ cd 1.1-RC1 $ ./signature-validator.sh . ---CUT--- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: . INFO: Downloading artifacts from nexus INFO: Validating Signatures in /home/gilles/gilles/devel/java/apache/release_check/numbers/1.1-RC1/artifacts-for-validation-deletable-post-validation SUCCESSFUL VALIDATION ---CUT--- Does it try to download "." ? [This contradicts the comments within the script.] Did it perform the validation? Or does it mean "0 files were successfully validated."? > > The Git tag for this RC is commons-numbers-1.1-RC1 which you can browse here: > > https://gitbox.apache.org/repos/asf?p=commons-numbers.git;a=commit;h=commons-numbers-1.1-RC1 > > You may checkout this tag using: > git clone https://gitbox.apache.org/repos/asf/commons-numbers.git > --branch commons-numbers-1.1-RC1 commons-numbers-1.1-RC1 > > Maven artifacts are here: > > https://repository.apache.org/content/repositories/orgapachecommons-1604/org/apache/commons/ Calling $ generates a bunch of message to standard error, like ---CUT--- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: Failed to create the file Warning: /home/gilles/gilles/devel/java/apache/release_check/numbers/1.1-RC1/ar Warning: tifacts-for-validation-deletable-post-validation/: Is a directory 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (23) Failure writing output to destination ---CUT--- While on standard output: ---CUT--- INFO: Downloading artifacts from nexus INFO: Validating Signatures in /home/gilles/gilles/devel/java/apache/release_check/numbers/1.1-RC1/artifacts-for-validation-deletable-post-validation SUCCESSFUL VALIDATION ---CUT--- [Noting again that for the casual reviewer, that's fairly cryptic and possibly misleading (I don't know if the check was actually done...).] > > These are the artifacts and their hashes: > > commons-numbers-1.1-bin.tar.gz=e3827bf92a58bef6c1e1760a771c38a78ef74d452c030e7e0b0220ef439a93e7f9102bf871b1bcc6d2fd36e5cdd3f8cf457bf020d5c7b58b93675cade2937040 > commons-numbers-1.1-bin.zip=5d4f132253df294f30eea4893d94ad3c63788dee5c6b006f861ea502da3da34918b215b3d5cb2f534a59f864ba4c3ba1f536cb914c1de0388974e19e3e5f9b52 > commons-numbers-1.1-src.tar.gz=7398d725ac4fa7d8c3ef6f3578630ffd66c740c70120dfea1dd2dbe99dcbe75925bce7f3c98651613c13878997ccf669b4c66dd8c13e09b737988ce5c69419c6 > commons-numbers-1.1-src.zip=7b448154dc0f917004780e52e982fdbc852840bb5dc87fa14d20cf0fb7701d755fbcaf492a27058db4cfbb6e9e024e19929857b69289d2c77c89f605addc998a > > I have tested this with 'mvn clean install' using: > > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > Maven home: /usr/local/apache-maven-3 > Java version: 1.8.0_333, vendor: Oracle Corporation, runtime: > /usr/lib/jvm/jdk1.8.0_333/jre > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux", version: "4.15.0-194-generic", arch: "amd64", family: "unix" > > I have tested this with 'mvn package site site:stage > -Pcommons-numbers-examples' using: > > Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) > Maven home: /usr/local/apache-maven-3 > Java version: 11.0.16, vendor: Ubuntu, runtime: > /usr/lib/jvm/java-11-openjdk-amd64 > Default locale: en_GB, platform encoding: UTF-8 > OS name: "linux", version: "4.15.0-194-generic", arch: "amd64", family: "unix" Build was successful when running $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Pcommons-numbers-examples clean package site site:stage [on Debian GNU/Linux.] Warning: ---CUT--- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.cxf.transport.http.CXFAuthenticator (file:/home/gilles/gilles/.m2/repository/org/apache/cxf/cxf-rt-transports-http/2.6.3/cxf-rt-transports-http-2.6.3.jar) to field java.net.Authenticator.theAuthenticator WARNING: Please consider reporting this to the maintainers of org.apache.cxf.transport.http.CXFAuthenticator WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release ---CUT--- > > Note: The examples included by the profile require Java 9+. > > Details of changes since 1.0 are in the release notes: > > https://dist.apache.org/repos/dist/dev/commons/numbers/1.1-RC1/RELEASE-NOTES.txt > > https://dist.apache.org/repos/dist/dev/commons/numbers/1.1-RC1/site/changes-report.html There are issues supposedly targeted for v1.1 that are still "open". Either the "fix version" should be modified, or did we miss some intended features? Regards, Gilles > > [...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org