On Fri, 2020-06-05 at 09:16 -0400, Gary Gregory wrote: > I have a repeatable failure on Oracle Java 8 (jdk1.8.0_251). See > *below*. > It is fine on Oracle Java 11.0.7. > Please advise. >
Do you have a custom JSSE provider installed by any chance? At any rate I think we should proceed with the release as the failed assert represents an unexpected condition, not a defect. Oleg > Using git tag. > Basic build OK with 'mvn clean package site' with Toolchain in > JDK[C:\Program Files\Java\jdk1.7.0_80] > On top of: Apache Maven 3.6.3 > (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > Java version: 1.8.0_251, vendor: Oracle Corporation, runtime: > C:\Program > Files\Java\jdk1.8.0_251\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 10", version: "10.0", arch: "amd64", family: > "windows" > > "mvn apache-rat:check" OK > "mvn clirr:check" OK (we should switch to japicmp for Java 8 builds) > > Disabling Maven toolchains and building on: "mvn clean test > -P!use-toolchains" > > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > Java version: 1.8.0_251, vendor: Oracle Corporation, runtime: > C:\Program > Files\Java\jdk1.8.0_251\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 10", version: "10.0", arch: "amd64", family: > "windows" > > > > > > > > *[ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time > elapsed: > 1.752 s <<< FAILURE! - in > org.apache.hc.core5.testing.nio.H2ProtocolNegotiationTest[ERROR] > testNegotiateProtocol(org.apache.hc.core5.testing.nio.H2ProtocolNegot > iationTest) > Time elapsed: 0.611 s <<< > FAILURE!java.lang.AssertionError:Expected: > <HTTP/1.1> but: was <HTTP/2.0> at > org.apache.hc.core5.testing.nio.H2ProtocolNegotiationTest.testNegotia > teProtocol(H2ProtocolNegotiationTest.java:239)* > > In the future, it would be nice to update away from deprecated calls: > [WARNING] > /C:/git/httpcomponents-core/httpcore5- > testing/src/main/java/org/apache/hc/core5/benchmark/HttpBenchmark.jav > a:[48,30] > org.apache.commons.cli.PosixParser in org.apache.commons.cli has been > deprecated > [WARNING] > /C:/git/httpcomponents-core/httpcore5- > testing/src/main/java/org/apache/hc/core5/benchmark/HttpBenchmark.jav > a:[93,46] > org.apache.commons.cli.PosixParser in org.apache.commons.cli has been > deprecated > > and: > > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[47,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[48,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[52,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[65,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[66,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[70,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[99,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[100,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/concurrent/TestCompl > exFuture.java:[104,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/ssl/TestSSLContextBu > ilder.java:[94,56] > none() in org.junit.rules.ExpectedException has been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[95,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[96,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[97,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[105,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[106,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[107,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[122,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[123,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[125,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[126,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[139,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[140,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[152,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[153,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[154,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[162,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[163,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[164,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[179,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[180,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[186,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[190,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[194,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[211,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[215,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[223,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[224,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[230,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[234,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[252,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/reactor/TestAbstract > IOSessionPool.java:[278,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[274,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[275,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[276,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[277,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[278,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[279,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[280,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[282,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[283,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[284,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[285,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[286,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[298,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[299,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[300,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[301,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[302,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[303,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/util/TestTimeValue.j > ava:[304,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[42,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[43,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[47,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[48,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[52,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[53,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[57,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[58,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[60,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[61,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[62,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[63,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[64,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[65,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[68,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[69,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[70,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[71,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[74,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[75,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[76,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[77,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[78,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[80,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[81,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[82,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[83,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[84,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[86,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[87,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[89,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[90,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[91,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[93,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/http/config/TestName > dElementChain.java:[94,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/net/TestURLEncodedUt > ils.java:[102,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/net/TestURLEncodedUt > ils.java:[104,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/net/TestURLEncodedUt > ils.java:[106,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/net/TestURLEncodedUt > ils.java:[108,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > [WARNING] > /C:/git/httpcomponents- > core/httpcore5/src/test/java/org/apache/hc/core5/net/TestURLEncodedUt > ils.java:[110,15] > <T>assertThat(T,org.hamcrest.Matcher<? super T>) in org.junit.Assert > has > been deprecated > > Same build is OK on Java 11: > > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > Maven home: C:\Java\apache-maven-3.6.3\bin\.. > Java version: 11.0.7, vendor: Oracle Corporation, runtime: C:\Program > Files\Java\jdk-11.0.7 > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 10", version: "10.0", arch: "amd64", family: > "windows" > > > On Fri, Jun 5, 2020 at 5:39 AM Oleg Kalnichevski <[email protected]> > wrote: > > > Please vote on releasing these packages as HttpCore 5.0.1. > > 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/httpcore-5.0.1-RC1/RELEASE_NOTES-5.0.x.txt > > > > Maven artefacts: > > > > https://repository.apache.org/content/repositories/orgapachehttpcomponents-1114/org/apache/httpcomponents/core5/ > > > > Git Tag: 5.0.1-RC1 > > https://github.com/apache/httpcomponents-core/tree/5.0.1-RC1 > > > > Packages: > > > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-5.0.1-RC1 > > revision 39945 > > > > Hashes: > > 6c3d6de9a8598b8779794b77c8a358add776353d44a7aaefffad3d01cdb339b2ef > > 4ee14072916d108c2ac1408927e108dfa7d9057b3177ff6f170a0582fdd64c > > httpcomponents-core-5.0.1-bin.zip > > fcf2381c8e75a7bcad773834c5ea159edb73b76cf65d48b527f23630dac7d96c12 > > 2cf9c963acdd66b1dd2d8adc400b25495144738de46e43611397c5e4c48e25 > > httpcomponents-core-5.0.1-src.tar.gz > > 2ae60a3065668f902520d7856247024da766cf2fb8b1210dea8a5869817d47d3f0 > > 1d4cd15e14abc3f60d35461a6d98bf738557514af838ec4ac261124ee6af01 > > httpcomponents-core-5.0.1-src.zip > > 01b93d148a7c4c47a3df416f3d8ba48a2fc83d1a1c523b6fdc55471ba0e2d821fc > > 27efca4d665f4d3c48900eac9be7f495be69a12ccc48a8e1bf2d9475922e4c > > httpcomponents-core-5.0.1-bin.tar.gz > > > > Keys: > > http://www.apache.org/dist/httpcomponents/httpcore/KEYS > > > > ----------------------------------------------------------------- > > --------- > > Vote: HttpCore 5.0.1 release > > [ ] +1 Release the packages as HttpCore 5.0.1. > > [ ] -1 I am against releasing the packages (must include a reason). > > > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
