Andrew Gaul
|
4cef85d1cd
|
Address Checkstyle violations in tests
|
2013-12-09 14:40:07 -08:00 |
Andrew Gaul
|
17ce72794c
|
Enable RedundantModifier for Checkstyle
|
2013-10-31 10:23:30 -07:00 |
Andrew Gaul
|
f1fc63ab76
|
Add whitespace around keywords and braces
|
2013-09-30 09:39:29 -07:00 |
adriancole
|
ed2f18a1af
|
JCLOUDS-31. updated to ASF headers via mvn com.mycila.maven-license-plugin:maven-license-plugin:format
|
2013-05-16 21:30:37 -07:00 |
adriancole
|
fa10fc4838
|
JCLOUDS-31. remove malformed, duplicate, or unnecessary headers
|
2013-05-16 21:30:32 -07:00 |
Andrew Bayer
|
7923009eb5
|
JCLOUDS-37. Fix RAT violations in incubator-jclouds, master branch
|
2013-05-13 19:17:50 -07:00 |
Andrew Bayer
|
446ac67884
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:04:43 -07:00 |
Andrew Bayer
|
259b04ff1c
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:04:42 -07:00 |
Andrew Gaul
|
fff2fa6e05
|
Address Checkstyle violations
This commit requires temporarily disabling some checks.
|
2013-04-17 16:21:21 -07:00 |
Andrew Gaul
|
04fad88fd3
|
Remove duplicate Utils getters
Rename callers as required.
|
2013-04-12 16:24:37 -07:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
adriancole
|
c31145e42e
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-04 06:13:59 -08:00 |
adriancole
|
0eb3ee8091
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
|
2013-03-04 06:13:57 -08:00 |
Adrian Cole
|
fd42b450af
|
Merge pull request #1349 from barakm/bouncy-test
Test decryption with bouncy castle crypto module.
|
2013-02-26 09:34:11 -08:00 |
barakm
|
6688f5aa30
|
override bRSA algorithm identifier with string the BouncyCastle expects
|
2013-02-26 12:46:27 +02:00 |
barakm
|
1d3ee50aad
|
Test decryption with bouncy castle crypto module.
|
2013-02-24 00:41:41 +02:00 |
Andrew Gaul
|
1f995879d6
|
Address FindBugs errors
|
2013-02-22 20:59:29 -08:00 |
adriancole
|
89fda8ee28
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 17:30:46 -08:00 |
adriancole
|
2b0ad28f26
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.2
|
2013-02-04 17:30:44 -08:00 |
adriancole
|
267069755e
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:41:53 -08:00 |
adriancole
|
7c924b312f
|
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
|
2013-02-02 08:41:51 -08:00 |
Adrian Cole
|
ecbf2b1808
|
rollback bouncycastle 1.47 as we aren't using it and it causes havok in maven
|
2013-01-31 18:54:24 -08:00 |
adriancole
|
40d9f8bfe7
|
changes that facilitate synchronous fallbacks and http invocation
|
2013-01-29 04:09:45 -08:00 |
Andrew Gaul
|
af963df92d
|
Use Map.entrySet where possible
Improves run-time efficiency and addresses FindBugs warnings.
|
2013-01-21 23:59:42 -08:00 |
Adrian Cole
|
3afdc3550e
|
add support for jsch proxy
|
2013-01-19 20:06:18 -08:00 |
Adrian Cole
|
c5e3b24d3e
|
decoupled ProxyConfig and introduced PROPERTY_PROXY_TYPE
|
2013-01-19 20:06:18 -08:00 |
adriancole
|
dc4ca1efbd
|
removed deprecated methods which were easy to do
|
2013-01-19 08:32:45 -08:00 |
Adrian Cole
|
3ac6f475e7
|
unwound dependencies relating to ssh keys and crypt
|
2013-01-13 20:53:59 -08:00 |
Adrian Cole
|
3962b30808
|
updated to use standard guava Futures and ListenableFuture
|
2013-01-13 09:31:10 -08:00 |
Adrian Cole
|
547f574eea
|
got rid of custom MoreExecutors.sameThreadExecutor
|
2013-01-12 15:47:58 -08:00 |
Adrian Cole
|
afc070ac07
|
First wave of RestAnnotationParser refactoring introduces Invokable, removes SeedAnnotationCache and associated race conditions
|
2013-01-04 13:51:46 -08:00 |
Adrian Cole
|
42c7037a59
|
removed unused code or duplicated code; moved code only used once to where its used
|
2013-01-01 00:08:34 -08:00 |
Adrian Cole
|
bb953c981e
|
fix issue #1101: Move to Guava 14 BaseEncoding and Hashing
|
2012-12-31 14:48:31 -08:00 |
Adrian Cole
|
cddd35bc51
|
removed unnecessary generic types and made RestAnnotationProcessor immutable
|
2012-12-30 23:18:59 -08:00 |
Andrea Turli
|
ac0e5f5e67
|
added support for vbox 4.2.6;
added hostname support;
added generic md5 support;
dralves`s comments addressed
adrian`s comments addressed
dralver`s comments addressed
second round of comments addressed
fix CreateAndRegisterMachineFromIsoIfNotAlreadyExistsLiveTest
formatting
swept check*
updated jclouds-sshj pom.xml with latest bouncycastle version
|
2012-12-31 01:33:43 +01:00 |
Adrian Cole
|
023b549e20
|
Remove explicit dependency on bouncycastle for PEM parsing
|
2012-12-28 23:11:42 -08:00 |
Adrian Cole
|
207b3db41f
|
remove dependency on bcpkix-jdk15on
|
2012-12-27 23:23:28 -08:00 |
Adrian Cole
|
e5e26e223d
|
update to latest version of bouncycastle including moving off deprecated stuff
|
2012-12-20 12:04:32 -08:00 |
Adrian Cole
|
b8eb49f0a9
|
added rfc822 + iso8601Seconds to DateCodecFactory and simplified ctor
|
2012-12-09 02:47:09 -08:00 |
Adrian Cole
|
1a0e0e3594
|
cleaned up clutter in base http tests and converted known failures to skip exceptions
|
2012-12-01 14:01:18 -08:00 |
Adrian Cole
|
1b1bb39deb
|
ensure UTC can be used where GMT is
|
2012-11-27 11:22:28 -08:00 |
Adrian Cole
|
878ec1bcab
|
undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false
|
2012-11-18 09:23:44 -08:00 |
Andrew Gaul
|
3ad36d25d5
|
Enforce no unnecessary parentheses via Checkstyle
|
2012-11-10 13:22:12 -08:00 |
Andrew Gaul
|
3d191253ec
|
Enforce use of Collection helpers via Checkstyle
This ensures that we do not repeat the type name. Some instances remain
due to auto-generated code in dmtf/cim/Cim*.
|
2012-11-04 20:45:49 -08:00 |
Adrian Cole
|
14c056a077
|
Merge pull request #944 from andrewgaul/sshj-remove-commons-io
Remove commons-io dependency from sshj
|
2012-11-04 07:30:29 -08:00 |
Andrew Gaul
|
981b0d047f
|
Remove commons-io dependency from jsch
FilterInputStream suffices since we only override close and we can get
away with using java.io.ByteArrayOutputStream.
|
2012-11-03 10:29:48 -07:00 |
Andrew Gaul
|
f94ee03626
|
Remove commons-io dependency from sshj
FilterInputStream suffices since we only override close.
|
2012-11-02 16:07:36 -07:00 |
Adrian Cole
|
4c72c5c803
|
Merge pull request #927 from iocanel/jclouds-osgi-fixes
Jclouds osgi fixes
|
2012-11-01 13:12:01 -07:00 |
Ioannis Canellos
|
af7f14e76e
|
Specified a wider version range for slf4j
.
|
2012-10-31 11:11:27 +02:00 |
Ioannis Canellos
|
0932195d33
|
Specified a wider version range for netty.
|
2012-10-31 11:11:12 +02:00 |