Andrew Bayer
|
91b9dbd9c6
|
JCLOUDS-30. Switch to 2 space indents for POM files.
|
2013-05-13 12:19:36 -07:00 |
Andrew Bayer
|
0d4eac1dbb
|
JCLOUDS-16. Switch groupId to org.apache.jclouds, change parent POM, remove old distributionManagement content, add ASF repos.
|
2013-05-13 12:19:35 -07:00 |
adriancole
|
d7fd5b3d59
|
[maven-release-plugin] prepare for next development iteration
|
2013-04-10 14:21:50 -07:00 |
adriancole
|
1a50d1382c
|
[maven-release-plugin] prepare release jclouds-1.5.10
|
2013-04-10 14:21:48 -07:00 |
Ignasi Barrera
|
27ee3f263b
|
[maven-release-plugin] prepare for next development iteration
|
2013-03-14 23:49:05 +01:00 |
Ignasi Barrera
|
ce42efbce8
|
[maven-release-plugin] prepare release jclouds-1.5.9
|
2013-03-14 23:49:03 +01:00 |
Adrian Cole
|
e8d6c0643c
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-25 20:44:16 -08:00 |
Adrian Cole
|
d0577b518f
|
[maven-release-plugin] prepare release jclouds-1.5.8
|
2013-02-25 20:44:08 -08:00 |
adriancole
|
72ad7d8199
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-04 18:04:48 -08:00 |
adriancole
|
0eee0f9842
|
[maven-release-plugin] prepare release jclouds-1.5.7
|
2013-02-04 18:04:46 -08:00 |
adriancole
|
da7f6e9575
|
[maven-release-plugin] prepare for next development iteration
|
2013-02-02 08:30:47 -08:00 |
adriancole
|
62dde066e5
|
[maven-release-plugin] prepare release jclouds-1.5.6
|
2013-02-02 08:30:45 -08:00 |
Adrian Cole
|
dae8e10592
|
[maven-release-plugin] prepare for next development iteration
|
2013-01-13 21:19:20 -08:00 |
Adrian Cole
|
3e28b726af
|
[maven-release-plugin] prepare release jclouds-1.5.5
|
2013-01-13 21:19:16 -08:00 |
Adrian Cole
|
a00f4ac86a
|
removed chance of race condition due to duplicate tearDown methods
|
2012-12-24 02:45:35 -08:00 |
Adrian Cole
|
78053601aa
|
[maven-release-plugin] prepare for next development iteration
|
2012-12-10 17:43:56 -08:00 |
Adrian Cole
|
c33c5a40d8
|
[maven-release-plugin] prepare release jclouds-1.5.4
|
2012-12-10 17:43:53 -08:00 |
Adrian Cole
|
dc214f4335
|
[maven-release-plugin] prepare for next development iteration
|
2012-11-13 19:49:47 -08:00 |
Adrian Cole
|
34152311be
|
[maven-release-plugin] prepare release jclouds-1.5.3
|
2012-11-13 19:49:46 -08:00 |
Adrian Cole
|
aa8ff8e7ef
|
[maven-release-plugin] prepare for next development iteration
|
2012-10-11 11:23:44 +02:00 |
Adrian Cole
|
5deb0ca54a
|
[maven-release-plugin] prepare release jclouds-1.5.2
|
2012-10-11 11:23:43 +02:00 |
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
|
612aa2c93a
|
update for elastichosts to support metadata and tags
|
2012-09-16 16:21:09 -07:00 |
Adrian Cole
|
80d3b17720
|
elastichosts test glitches
|
2012-09-16 14:58:34 -07:00 |
Adrian Cole
|
05e495fe08
|
CCE in elasticstack
|
2012-08-17 22:57:39 -07:00 |
vijaykiran
|
d2d70fd2bf
|
Update API end point for elastichosts
|
2012-07-25 20:44:15 +02: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 |
Adrian Cole
|
d980b4fd42
|
changed test poms to use provider.template and provider.ec2-template accordingly
|
2012-06-15 23:35:10 -04:00 |
Adrian Cole
|
bcd3d50ad6
|
Issue 956:add getImage by id to ComputeService
|
2012-06-04 16:54:49 -07: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 |
Adrian Cole
|
96773b8a1b
|
Issue 952:add status field to image
|
2012-05-30 21:22:10 -07:00 |
Adrian Cole
|
07c2c24721
|
Issue 949:Introduce: ComputeMetadataIncludingStatus; Deprecate NodeState -> NodeMetadata.Status
|
2012-05-29 20:41:10 -07:00 |
Andrew Gaul
|
d45404a338
|
Throw exceptions in static blocks
This reports any errors instead of silently ignoring them.
|
2012-05-14 09:37:20 -07:00 |
Matt Stephenson
|
381851b8ab
|
Remove IPSocket class, replace with Guava's HostAndPort class.
|
2012-04-25 17:52:01 -07:00 |
Adrian Cole
|
df7d2acbb4
|
wrapper -> view
|
2012-04-23 19:14:36 -07:00 |
Adrian Cole
|
886d2cafb9
|
created base Context class with ProviderMetadata and Identity
|
2012-04-23 16:16:51 -07:00 |
Adrian Cole
|
dab1dd69fc
|
fix covariance/assignability in RestContext<? extends Client> subclasses
|
2012-04-18 15:05:39 -07:00 |
Adrian Cole
|
5ea29cbbb7
|
Merge pull request #560 from danikov/covariant-future-iterables
covariant compatible version of futureIterables
|
2012-04-18 07:35:23 -07:00 |
danikov
|
fff1c7dc2d
|
make FutureIterables covariant compatible + update tests
|
2012-04-18 13:06:54 +01:00 |
Adrian Cole
|
0b59dea073
|
removed ContextBuilder subclasses; added unwrap; undid generic params
|
2012-04-16 00:44:20 -07:00 |
Adrian Cole
|
23cb01f977
|
refactor PropertiesBuilder and related types into ApiMetadata and ProviderMetadata, and update all usage
|
2012-04-11 19:47:09 -06:00 |
Andrew Gaul
|
b47860afc1
|
Use inference to elide duplicated type parameters
Found with:
grep 'Builder.*<.*>.*Immutable.*<.*>.*builder();'
|
2012-04-08 22:32:04 -07:00 |
Adrian Cole
|
764e0907f7
|
Issue 657:ApiMetadata
|
2012-04-01 18:43:31 -07:00 |
Adrian Cole
|
49e475edcd
|
Issue 888: consolidate code that addresses naming conventions, using hyphen as default delimiter
|
2012-03-28 03:37:54 -04:00 |
Adrian Cole
|
5c6ce9f081
|
organize imports
|
2012-03-28 03:37:48 -04:00 |