Adrian Cole
|
269915ce31
|
[maven-release-plugin] prepare for next development iteration
|
2012-09-27 11:00:25 -07:00 |
Adrian Cole
|
e8fc6ae324
|
[maven-release-plugin] prepare release jclouds-1.5.1
|
2012-09-27 11:00:24 -07:00 |
Adrian Cole
|
82f28c1800
|
[maven-release-plugin] prepare for next development iteration
|
2012-09-17 00:25:49 -07:00 |
Adrian Cole
|
93ac6cdf0f
|
[maven-release-plugin] prepare release jclouds-1.5.0
|
2012-09-17 00:25:44 -07:00 |
Adrian Cole
|
76e6f78a67
|
[maven-release-plugin] prepare for next development iteration
|
2012-09-09 12:20:04 -07:00 |
Adrian Cole
|
0b24a7f0ee
|
[maven-release-plugin] prepare release jclouds-1.5.0-rc.1
|
2012-09-09 12:20:00 -07:00 |
Adrian Cole
|
fef7bab24e
|
[maven-release-plugin] prepare for next development iteration
|
2012-08-22 18:55:45 -07:00 |
Adrian Cole
|
80afcf834f
|
[maven-release-plugin] prepare release jclouds-1.5.0-beta.11
|
2012-08-22 18:55:40 -07:00 |
Adrian Cole
|
e2b1ae38b9
|
[maven-release-plugin] prepare for next development iteration
|
2012-08-13 21:05:07 -07:00 |
Adrian Cole
|
fa63b7a4db
|
[maven-release-plugin] prepare release jclouds-1.5.0-beta.10
|
2012-08-13 21:05:00 -07:00 |
Adrian Cole
|
a439c03efc
|
[maven-release-plugin] prepare for next development iteration
|
2012-08-02 21:49:23 -07:00 |
Adrian Cole
|
1ece74b733
|
[maven-release-plugin] prepare release jclouds-1.5.0-beta.9
|
2012-08-02 21:49:21 -07:00 |
Andrew Gaul
|
ed8319dbae
|
Use consistent and latest version of commons-io
Changelogs:
http://commons.apache.org/io/upgradeto2_0.html
http://commons.apache.org/io/upgradeto2_2.html
http://commons.apache.org/io/upgradeto2_4.html
|
2012-07-30 10:58:32 -07:00 |
Andrew Gaul
|
985cccff9a
|
Prefer valueOf over explicit object creation
This allows use of cached values. Patched with:
find -name \*.java | xargs sed -i 's/new Boolean(false)/Boolean.FALSE/g'
find -name \*.java | xargs sed -i 's/new Boolean(true)/Boolean.TRUE/g'
find -name \*.java | xargs sed -i 's/new Boolean(/Boolean.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Integer(/Integer.valueOf(/g'
find -name \*.java | xargs sed -i 's/new Long(/Long.valueOf(/g'
|
2012-07-22 21:01:46 -07:00 |
Andrew Gaul
|
a40983a39d
|
Prefer InputSupplier helpers
These ensure that inputs are closed properly.
Updated with: find -name \*.java | xargs sed -i
's/toStringAndClose(\(.*\)\.getInput())/toString(\1)/'
|
2012-07-18 17:42:48 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Aled Sage
|
8c36f2c0d8
|
Issue #1016: fix jsch hanging
|
2012-07-11 14:49:26 +01:00 |
Aled Sage
|
95c35487f0
|
Issue 1004: changes default SocketOpen impl
Sets it to InetSocketAddressConnect, instead of SocketOpenUnsupported.
Removes overriding the impl from Jsch and Sshj's client modules.
|
2012-07-05 16:00:29 +01:00 |
Ioannis Canellos
|
b078adc3ce
|
Removed fragments and dynamic imports. Added centralized control of the maven-bundle-plugin.
|
2012-06-03 19:41:54 +03:00 |
Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -07:00 |
Adrian Cole
|
728f9612e0
|
moved logback.xml up to compute module
|
2012-03-21 13:05:03 -07:00 |
Adrian Cole
|
755485537b
|
allow execChannel to survive sshclient.disconnect, and not be bound by sessionTimeout
|
2012-03-10 13:25:12 -08:00 |
Adrian Cole
|
06ab36ae76
|
execChannel shouldn't allocate PTY
|
2012-03-10 10:15:44 -08:00 |
Adrian Cole
|
d67aa3bbf5
|
more realistic test of ssh channel
|
2012-03-08 16:51:33 -08:00 |
Adrian Cole
|
dd7b16075e
|
Issue 861:SSHClient should provide access to input/output streams
|
2012-03-08 15:48:51 -08:00 |
Adrian Cole
|
fa7f81c4e7
|
Issue 847:version updates
|
2012-02-23 15:11:05 +02:00 |
Ioannis Canellos
|
5490b3068c
|
[842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
|
2012-02-17 00:49:39 +02:00 |
Adrian Cole
|
fe4d148528
|
updated current version to 1.5.0-SNAPSHOT
|
2012-02-04 11:06:07 -08:00 |
Adrian Cole
|
3df052565f
|
updated current version to 1.4.0-SNAPSHOT
|
2012-01-16 13:08:32 -08:00 |
Adrian Cole
|
f390f314ee
|
Issue 803: changes needed when guice is in production mode
|
2012-01-07 06:08:32 -08:00 |
Adrian Cole
|
f9b38f646c
|
Issue 730: removed deprecated methods from ComputeService RunScript/TemplateOptions SshClient.Factory and replaced occurences of Credentials with LoginCredentials whereever possible
|
2011-12-20 23:19:45 -08:00 |
Adrian Cole
|
b8c6c73fe8
|
add md5 of password to log file
|
2011-12-20 23:19:39 -08:00 |
Adrian Cole
|
e1c813d82c
|
removed dsa keypair test as we currently do not support this
|
2011-12-20 23:01:32 -08:00 |
andreisavu
|
2284588513
|
Issue 752. Move off deprecated systemProperties to systemPropertyVariables in surefire
|
2011-12-02 16:47:14 +02:00 |
Alex Heneveld
|
2d79905ca9
|
forgot fix for tests for 739
|
2011-11-14 13:50:31 +00:00 |
Alex Heneveld
|
524bf68dd9
|
tests for 739
|
2011-11-14 01:47:39 +00:00 |
Alex Heneveld
|
f4656c9e05
|
patch as per issue 739
|
2011-11-14 01:11:16 +00:00 |
Adrian Cole
|
552242e863
|
moved to 1.3.0-SNAPSHOT
|
2011-10-16 12:26:31 -07:00 |
Adrian Cole
|
52d978a602
|
fixed test config problem in jsch
|
2011-10-14 19:04:33 -07:00 |
Jason King
|
9d99f85807
|
Issue 720: Log the ssh key fingerprint information
|
2011-10-14 15:55:24 +01:00 |
Ian Wolfcat Atha
|
ce35fb11b7
|
Explicit check and error for private keys that require a passphrase, as they're currently unsupported.
|
2011-08-17 23:44:06 -07:00 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Adrian Cole
|
0a8f38b90e
|
bumped snapshot version to 1.2.0-SNAPSHOT
|
2011-08-05 04:09:23 +01:00 |
Adrian Cole
|
732491fe17
|
Issue 636: hone ssh code config + tests to make it easier to isolate cause of stderr hang
|
2011-07-25 03:10:55 -07:00 |
Adrian Cole
|
efa574c175
|
Issue 636: disable stderr parsing until we determine cause of hanging
|
2011-07-24 17:42:30 -07:00 |
Adrian Cole
|
76abbe8906
|
jsch error stream wasn't being extracted into a string
|
2011-07-23 17:50:35 +10:00 |
Adrian Cole
|
0b60ccf5ac
|
make it explicit we are not going to retry on a general sftp failure
|
2011-07-23 15:33:50 +10:00 |
Adrian Cole
|
f3a0e6d0bd
|
Issue 632:enhance and automatically work around nodes with sftp problems
|
2011-07-22 10:41:43 +10:00 |
Andrew Phillips
|
7d2fb23119
|
Master version is now 1.1.0-SNAPSHOT (= next feature version) now that 1.0.0 is out
|
2011-06-05 11:17:43 +04:00 |
Dmitri Babaev
|
e1f0cdcfa5
|
Merge commit '6d187ed9baaad1e00dbe65b36ea2989c951a5a28', ssh client patch is reverted due to massive changes in code
Conflicts:
drivers/jsch/src/main/java/org/jclouds/ssh/jsch/JschSshClient.java
|
2011-06-03 03:50:47 +04:00 |