The Java Multi-Cloud Toolkit
Go to file
Xavier BOURGOUIN 316b74db94 Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule (#51)
Because the Java type BasicHttpParams wasn't matching the one returned
by provider "newBasicHttpParams" (which is returning a HttpParams type), it was configuring the Apache HTTP client with default settings (including connection and socket timeout), ignoring the ones of JClouds which were must safer in this regard (JCloudsones are currently 60sec for both, while Apache HC ones are -1, so infinite). It also prevented to override those default/infinite timeout settings with JClouds ones.
2019-10-23 11:44:58 +02:00
all Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
allblobstore Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
allcompute Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
allloadbalancer Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
apis Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
blobstore Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
common Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
compute Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
core Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
drivers Fix infinite socket timeout when using ApacheHCHttpCommandExecutorServiceModule (#51) 2019-10-23 11:44:58 +02:00
gson Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
loadbalancer Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
project Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
providers Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
resources Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
scriptbuilder Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
skeletons Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00
.dir-locals.el JCLOUDS-26. Adding .dir-locals.el for Emacs tab-width setting 2013-05-10 14:52:52 -07:00
.gitattributes Add .gitattributes to avoid line endings issues 2015-10-07 20:43:55 +02:00
.gitignore JCLOUDS-1166: Relocate the gson internal packge to be able to keep using it (#35) 2019-06-17 17:43:29 +02:00
.mailmap Update mailmap for acole@twitter.com 2014-10-04 09:22:01 -07:00
.travis.yml Add TravisCI file for pull requests (#50) 2019-10-14 10:25:06 +02:00
CONTRIBUTING.md Fixed the CONTRIBUTING links 2015-02-05 15:10:37 +01:00
README.md Update README copyright dates 2019-09-19 19:19:16 -04:00
pom.xml Next development version 2.3.0-SNAPSHOT 2019-10-21 10:32:43 +02:00

README.md

jclouds

Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.

For more information about using or contributing to jclouds, please visit our website at jclouds.apache.org.

License

Copyright (C) 2009-2019 The Apache Software Foundation

Licensed under the Apache License, Version 2.0