Oliver Gondža
|
edde721937
|
JCLOUDS-962: Make all @Provider methods final
|
2015-09-02 23:54:44 +02:00 |
Zack Shoylev
|
25ec655d74
|
Adds support for the orchestration type.
|
2015-06-10 12:39:10 -05:00 |
Ignasi Barrera
|
f469cf8b51
|
Next development version 2.0.0-SNAPSHOT
|
2015-03-24 10:52:01 +01:00 |
Ignasi Barrera
|
bb41ed4341
|
Apache jclouds 1.9.0 release
|
2015-03-24 10:35:42 +01:00 |
Jeremy Daggett
|
ade72d44ef
|
Add Rackspace CDN service type
|
2015-01-16 10:24:37 -08:00 |
Jeremy Daggett
|
d3c1e2eab4
|
Use AutoService to generate service loader metadata
|
2015-01-09 11:22:12 -08:00 |
Everett Toews
|
dd743e58b1
|
Remove Rackspace Cloud Identity v1.1
|
2014-11-20 07:44:47 -08:00 |
Adrian Cole
|
3980cd791b
|
Revert "JCLOUDS-653: Address Guava 18 deprecations"
This reverts commit 95cfc0d950 .
Many conflicts due to duration between above commit and now
|
2014-10-24 10:45:58 -07:00 |
Andrew Gaul
|
489850d7db
|
Fix GuiceAssistedInjectScoping error-prone warning
|
2014-10-12 15:47:30 -07:00 |
Adrian Cole
|
99e217b720
|
Move off confusing test names.
|
2014-10-05 17:22:18 -07:00 |
Andrew Gaul
|
200481300d
|
Convert fake interfaces to utility classes
|
2014-09-20 18:48:40 -07:00 |
Andrew Gaul
|
95cfc0d950
|
JCLOUDS-653: Address Guava 18 deprecations
Mostly renaming Objects.toStringHelper to MoreObjects.toStringHelper.
|
2014-08-08 11:12:21 -07:00 |
Andrew Gaul
|
9e9acf1f3e
|
Address Checkstyle violations
|
2014-08-05 17:13:29 -07:00 |
Jeremy Daggett
|
95a3c7ec2c
|
JCLOUDS-646: Copied Cloud Identity v1.1 classes from openstack-common and fixed incorrect Keystone package names
|
2014-08-05 09:01:21 -07:00 |
Andrew Phillips
|
e3d9851216
|
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
|
2014-08-05 09:10:24 +02:00 |
Jeremy Daggett
|
1a3ad75efd
|
JCLOUDS-40: Unasync Rackspace Cloud Identity
|
2014-07-16 08:47:39 -07:00 |
Andrew Gaul
|
9cdd53b0b7
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:44:54 -07:00 |
Jeremy Daggett
|
b112e8069e
|
Updated service types for OpenStack/Rackspace services
|
2014-05-01 13:54:53 -07:00 |
Jeremy Daggett
|
55aadf858a
|
JCLOUDS-423: Update Service Type for Cloud Files CDN
|
2014-01-20 11:53:56 -06:00 |
Andrew Bayer
|
c1ee11d9bd
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:31:56 -08:00 |
Andrew Gaul
|
0398276be3
|
Remove redundant imports
Also enforce no new ones via Checkstyle
|
2013-12-12 18:23:43 -08:00 |
Andrew Gaul
|
828d8790c2
|
Enforce no unused imports via Checkstyle
Removed with:
mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain | tac | while read i; do echo $i | sed -n 's/\([^:]*\):\([^:]*\):.*/sed -i \2d \1/p' | bash; done
|
2013-12-11 17:27:43 -08:00 |
Andrew Gaul
|
cb98a47173
|
Correct jcloud -> jclouds typos
Corrected with:
find -name pom.xml | xargs sed -i 's/jcloud\>/jclouds/'
|
2013-12-01 11:21:26 -08:00 |
Everett Toews
|
1013986585
|
Refactored OpenStack pagination. Removed Rackspace pagination. Prefer PaginationOptions.
|
2013-10-24 16:52:25 -05:00 |
Everett Toews
|
3172e0bc11
|
ServiceType for Marconi/Cloud Queues.
|
2013-10-11 13:47:55 -05:00 |
Andrew Gaul
|
f1fc63ab76
|
Add whitespace around keywords and braces
|
2013-09-30 09:39:29 -07:00 |
zack-shoylev
|
46f25bc913
|
Ensure rackspace cloudidentity live tests pass where applicable
Disables incompatible keystone tests
|
2013-06-21 11:33:05 -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 |
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 |
adriancole
|
5bc0678a1c
|
naming convention and warning feedback from issue #1511
|
2013-04-10 08:13:13 -07:00 |
adriancole
|
210250f63f
|
decoupled code that requires async apis from cloud identity
|
2013-04-09 22:07:54 -07:00 |
adriancole
|
61067d3683
|
Deprecated remaining code related to RestContext, RestApiMetadata, and RestClientModule for ApiContext, HttpApiMetadata, HttpApiModule
|
2013-04-09 22:07:43 -07:00 |
adriancole
|
053197fe61
|
deprecated all top-level Async apis and clients
|
2013-04-09 10:18:31 -07:00 |
Everett Toews
|
67745b5ef9
|
Moved CloudIdentityFallbacks to src instead of test.
|
2013-03-27 16:10:28 -05:00 |
Everett Toews
|
870c7d8450
|
PaginatedCollection for Rackspace style pagination.
|
2013-03-25 14:22:32 -05:00 |
Adrian Cole
|
fb69ae0fa9
|
bump master to 1.7.0-SNAPSHOT
|
2013-03-08 23:02:40 -08:00 |
Everett Toews
|
5ad9867e27
|
Initial commit for the Rackspace DNS API.
|
2013-03-06 16:02:39 -06: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 |
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 |
Everett Toews
|
11e6eb02ed
|
@Named annotations in all async api methods for Rackspace.
|
2013-01-19 19:07:47 -06:00 |
Adrian Cole
|
47c215c63c
|
removed custom guava code for scoped binding and type params
|
2013-01-08 22:48:10 -08:00 |
Adrian Cole
|
9745e9dc2f
|
fixed covariance and warnings on ApiMetadata subclasses
|
2012-12-31 19:40:49 -08:00 |
Adrian Cole
|
2523ab54ac
|
removed use of static fields to share type mapping info
|
2012-12-30 17:22:03 -08:00 |
Adrian Cole
|
13d8b9c402
|
replaced @Timeout w/explicit properties
|
2012-12-30 12:31:43 -08:00 |