This is using the src zip file. Gary
On Mon, Mar 16, 2015 at 11:41 AM, Gary Gregory <[email protected]> wrote: > I found a problem when I run 'mvn test': > > Tests run: 13, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.868 sec > <<< FAILURE! - in org.apache.http.ssl.TestSSLContextBuilder > testSSLHanskshakeProtocolMismatch2(org.apache.http.ssl.TestSSLContextBuilder) > Time elapsed: 0.062 sec <<< ERROR! > java.lang.Exception: Unexpected exception, > expected<javax.net.ssl.SSLHandshakeException> but > was<java.net.SocketException> > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.read(SocketInputStream.java:152) > at java.net.SocketInputStream.read(SocketInputStream.java:122) > at sun.security.ssl.InputRecord.readFully(InputRecord.java:442) > at sun.security.ssl.InputRecord.read(InputRecord.java:480) > at > sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934) > at > sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332) > at > sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359) > at > sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343) > at > org.apache.http.ssl.TestSSLContextBuilder.testSSLHanskshakeProtocolMismatch2(TestSSLContextBuilder.java:603) > > Using: > > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; > 2014-12-14T09:29:23-08:00) > Maven home: C:\Java\apache-maven-3.2.5 > Java version: 1.7.0_75, vendor: Oracle Corporation > Java home: C:\Program Files\Java\jdk1.7.0_75\jre > Default locale: en_US, platform encoding: Cp1252 > OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows" > > Gary > > On Sat, Mar 14, 2015 at 9:50 AM, Oleg Kalnichevski <[email protected]> > wrote: > >> Please vote on releasing these packages as HttpComponents Core 4.4.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-4.4.1-RC1/RELEASE_NOTES-4.4.x.txt >> >> Maven artefacts: >> >> https://repository.apache.org/content/repositories/orgapachehttpcomponents-1027/org/apache/httpcomponents/ >> >> SVN tag: >> https://svn.apache.org/repos/asf/httpcomponents/httpcore/tags/4.4.1-RC1 >> revision 1666708 >> >> Packages: >> https://dist.apache.org/repos/dist/dev/httpcomponents/httpcore-4.4.1-RC1 >> revision 8284 >> >> Hashes: >> 18b504839a8a915c2438f7e266a01d29 httpcomponents-core-4.4.1-bin.tar.gz >> a9f30246e8a20e0d225940c9deb15fc1 >> httpcomponents-core-4.4.1-osgi-bin.tar.gz >> 33100ac8ac90803a13c410a53d0677e3 httpcomponents-core-4.4.1-src.tar.gz >> 20fd9fe8f4a2ee5872a34233dc379b8c httpcomponents-core-4.4.1-bin.zip >> 2cb4593c65e35e0da7ef44fdbc2938cb httpcomponents-core-4.4.1-osgi-bin.zip >> f3b28f1e41b3151535bdb273e434b41f httpcomponents-core-4.4.1-src.zip >> >> Keys: >> http://www.apache.org/dist/httpcomponents/httpcore/KEYS >> >> -------------------------------------------------------------------------- >> Vote: HttpComponents Core 4.4.1 release >> [ ] +1 Release the packages as HttpComponents Core 4.4.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] >> >> > > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
