On Thu, 2018-07-05 at 10:36 -0600, Gary Gregory wrote: > I am having problems running a local build: > >
... > testResponseParsingWithSomeGarbage(org.apache.http.impl.conn.TestDefa > ultHttpResponseParser) > Time elapsed: 0 s <<< ERROR! > java.lang.NoSuchMethodError:Packages > java.nio.CharBuffer.flip()Ljava/nio/CharBuffer; > at > org.apache.http.impl.conn.TestDefaultHttpResponseParser.testResponseP > arsingWithSomeGarbage(TestDefaultHttpResponseParser.java:61) > Looks some kind of incompatibility with your local JDK. Release source builds for me with or without toolchain. Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11- 10T17:41:47+01:00) Maven home: /opt/maven Java version: 1.7.0_75, vendor: Oracle Corporation Java home: /opt/oracle-jdk-1.7.0.75/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "4.9.0-6-amd64", arch: "amd64", family: "unix" The release tag also builds cleanly on Travis-CI https://travis-ci.org/apache/httpcomponents-client/builds/400387814 Please double-check your local setup. Oleg > I tried various combinations of Maven 3.0.5, 3.5.4 and Java 6, 7, and > 8 to > no avail. > > The above was with: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013- > 02-19 > 06:51:28-0700) > Maven home: C:\Java\apache-maven-3.0.5 > Java version: 1.7.0_80, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.7.0_80\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 8.1", version: "6.3", arch: "amd64", family: > "windows" > > Any clues? > > Gary > > > On Thu, Jul 5, 2018 at 6:16 AM Oleg Kalnichevski <[email protected]> > wrote: > > > Please vote on releasing these packages as HttpClient 4.5.6. > > 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-4. > > 5.6-RC1/RELEASE_NOTES-4.5.x.txt > > > > Maven artefacts: > > > > https://repository.apache.org/content/repositories/orgapachehttpcom > > ponents-1079/org/apache/httpcomponents/ > > > > Git Tag: 4.5.6-RC1 > > https://github.com/apache/httpcomponents-client/tree/4.5.6-RC1 > > > > Packages: > > > > https://dist.apache.org/repos/dist/dev/httpcomponents/httpclient-4. > > 5.6-RC1 > > revision 27923 > > > > Hashes: > > 32eabb9142f10f58298f5db7f32d5e97 httpcomponents-client-4.5.6- > > bin.zip > > 436dc40ab008d20891d5fde8996e770b httpcomponents-client-4.5.6- > > src.tar.gz > > 406caf4c1333ff9696815374f3421996 httpcomponents-client-4.5.6- > > src.zip > > 8f485b3a108c7378c8f92888a228910f httpcomponents-client-4.5.6-osgi- > > bin.zip > > adbc4575f158a1393e1da3a545482394 > > httpcomponents-client-4.5.6-osgi-bin.tar.gz > > 8fcb2e6233113f052dad98e5124f70a0 httpcomponents-client-4.5.6- > > bin.tar.gz > > > > Keys: > > http://www.apache.org/dist/httpcomponents/httpclient/KEYS > > > > ----------------------------------------------------------------- > > --------- > > Vote: HttpClient 4.5.6 release > > [ ] +1 Release the packages as HttpClient 4.5.6. > > [ ] -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]
