Also OK on Macos: mvn clean package -V -P-use-toolchains
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec Java version: 1.8.0_282, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.15.7", arch: "x86_64", family: "mac" Gary On Sun, Feb 7, 2021 at 11:55 AM Gary Gregory <garydgreg...@gmail.com> wrote: > +1 > > mvn apache-rat:check OK. > > mvn clirr:check OK. > > > > ---- > > > > mvn clean package > > > > With toolchain for Oracle Java jdk1.7.0_80. > > > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 1.8.0_261, vendor: Oracle Corporation, runtime: C:\Program > Files\Java\jdk1.8.0_261\jre > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > ---- Testing disabling toolchains to test specific runtimes: > > > > mvn clean package -P-use-toolchains > > > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 1.8.0_261, vendor: Oracle Corporation, runtime: C:\Program > Files\Java\jdk1.8.0_261\jre > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > ---- > > > > openjdk version "11.0.10" 2021-01-19 > > OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) > > OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode) > > > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 11.0.10, vendor: AdoptOpenJDK, runtime: C:\Program > Files\AdoptOpenJDK\jdk-11.0.10.9-hotspot > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > ---- > > > > openjdk version "15.0.2" 2021-01-19 > > OpenJDK Runtime Environment AdoptOpenJDK (build 15.0.2+7) > > OpenJDK 64-Bit Server VM AdoptOpenJDK (build 15.0.2+7, mixed mode, sharing) > > > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 15.0.2, vendor: AdoptOpenJDK, runtime: C:\Program > Files\AdoptOpenJDK\jdk-15.0.2.7-hotspot > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > ---- > > > > openjdk version "16" 2021-03-16 > > OpenJDK Runtime Environment (build 16+35-2229) > > OpenJDK 64-Bit Server VM (build 16+35-2229, mixed mode, sharing) > > > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 16, vendor: Oracle Corporation, runtime: C:\Program > Files\Java\openjdk\jdk-16 > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > Fails: > > > > [INFO] Running org.apache.hc.client5.http.impl.cache.TestCachingExec > > [ERROR] Tests run: 63, Failures: 0, Errors: 63, Skipped: 0, Time elapsed: > 0.2 s <<< FAILURE! - in > org.apache.hc.client5.http.impl.cache.TestCachingExec > > [ERROR] > org.apache.hc.client5.http.impl.cache.TestCachingExec.testRevalidationCallsHandleBackEndResponseWhenNot200Or304 > Time elapsed: 0.148 s <<< ERROR! > > java.lang.ExceptionInInitializerError > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > Caused by: org.easymock.cglib.core.CodeGenerationException: > java.lang.reflect.InaccessibleObjectException-->Unable to make protected > final java.lang.Class > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > throws java.lang.ClassFormatError accessible: module java.base does not > "opens java.lang" to unnamed module @511baa65 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make > protected final java.lang.Class > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > throws java.lang.ClassFormatError accessible: module java.base does not > "opens java.lang" to unnamed module @511baa65 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > > > [ERROR] > org.apache.hc.client5.http.impl.cache.TestCachingExec.testUnsuitableValidatableCacheEntryCausesRevalidation > Time elapsed: 0.001 s <<< ERROR! > > java.lang.NoClassDefFoundError: Could not initialize class > org.easymock.internal.ClassProxyFactory$3 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > > > and many more like the above. > > > > ---- > > > > openjdk version "17-ea" 2021-09-14 > > OpenJDK Runtime Environment (build 17-ea+8-562) > > OpenJDK 64-Bit Server VM (build 17-ea+8-562, mixed mode, sharing) > > > > 11:50:24.00 > C:\Users\ggregory\Downloads\httpcomponents-client-5.1-beta1-src>mvn clean > package -P-use-toolchains -V > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > > Java version: 17-ea, vendor: Oracle Corporation, runtime: C:\Program > Files\Java\openjdk\jdk-17 > > Default locale: en_US, platform encoding: Cp1252 > > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" > > > > Fails: > > > > [INFO] Running org.apache.hc.client5.http.impl.cache.TestCachingExec > > [ERROR] Tests run: 63, Failures: 0, Errors: 63, Skipped: 0, Time elapsed: > 0.156 s <<< FAILURE! - in > org.apache.hc.client5.http.impl.cache.TestCachingExec > > [ERROR] > org.apache.hc.client5.http.impl.cache.TestCachingExec.testRevalidationCallsHandleBackEndResponseWhenNot200Or304 > Time elapsed: 0.111 s <<< ERROR! > > java.lang.ExceptionInInitializerError > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > Caused by: org.easymock.cglib.core.CodeGenerationException: > java.lang.reflect.InaccessibleObjectException-->Unable to make protected > final java.lang.Class > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > throws java.lang.ClassFormatError accessible: module java.base does not > "opens java.lang" to unnamed module @43a25848 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make > protected final java.lang.Class > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > throws java.lang.ClassFormatError accessible: module java.base does not > "opens java.lang" to unnamed module @43a25848 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > > > [ERROR] > org.apache.hc.client5.http.impl.cache.TestCachingExec.testUnsuitableValidatableCacheEntryCausesRevalidation > Time elapsed: 0.001 s <<< ERROR! > > java.lang.NoClassDefFoundError: Could not initialize class > org.easymock.internal.ClassProxyFactory$3 > > at > org.apache.hc.client5.http.impl.cache.TestCachingExec.setUp(TestCachingExec.java:93) > > > > -END- > > > > On Sun, Feb 7, 2021 at 9:38 AM Oleg Kalnichevski <ol...@apache.org> wrote: > >> Please vote on releasing these packages as HttpClient 5.1-beta1. >> The vote is open for the at least 72 hours, and only votes from >> HttpComponents PMC members are binding. The vote passes if at least >> three binding +1 votes are cast and there are more +1 than -1 votes. >> >> Release notes: >> >> https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.1-beta1-RC1/RELEASE_NOTES-5.1.x.txt >> >> Maven artefacts: >> >> https://repository.apache.org/content/repositories/orgapachehttpcomponents-1128/org/apache/httpcomponents/client5/ >> >> Git Tag: 5.1-beta1-RC1 >> https://github.com/apache/httpcomponents-client/tree/5.1-beta1-RC1 >> >> Packages: >> >> https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-5.1-beta1-RC1 >> revision 45873 >> >> Hashes: >> >> fc768130e471cf838f704120638ed4bade65aa9a9c67863f78ed1995e2f53c97a430f3255a56027fdaa2a24a25aa455cc47c3887443ccb78fb1af8fec8e31b43 >> httpcomponents-client-5.1-beta1-src.zip >> >> 1657c28822e74bda5d808a1fe247737720383713dad5145e1c9aaa7ab6e801363d4c8b41f494116182b3e91304d1d566f5dfe5c12061df8f671974277ffcba74 >> httpcomponents-client-5.1-beta1-src.tar.gz >> >> 89bc3ae09701bf76a8e06adabff5f7457f0cd3833b2228da1a0aa0faae1cfb48c76935a055c168f6f74801075f30d108920d3c7f0e39fd90fec3f0234d3c2eee >> httpcomponents-client-5.1-beta1-bin.tar.gz >> >> 0d665e16e8e13da0c748407c26f8a344338fc0635c4c3cf670ca589b4fd5d70084f93a7258264c62af681fbfd0b5014b79b473be10c8210b82575da52b9a9d7d >> httpcomponents-client-5.1-beta1-bin.zip >> >> Keys: >> https://www.apache.org/dist/httpcomponents/httpclient/KEYS >> >> -------------------------------------------------------------------------- >> Vote: HttpClient 5.1-beta1 release >> [ ] +1 Release the packages as HttpClient 5.1-beta1. >> [ ] -1 I am against releasing the packages (must include a reason). >> ----------------8<-------------[ cut here ]------------------ >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org >> For additional commands, e-mail: dev-h...@hc.apache.org >> >>