Andrew Gaul
|
5399cb6877
|
Avoid unnecessary boxing
Found with FindBugs.
|
2014-08-30 14:30:47 -07:00 |
Andrew Gaul
|
37d65d3d81
|
Avoid primitive wrapper constructors
|
2014-08-26 17:51:11 -07:00 |
Andrew Gaul
|
74fb8f0183
|
Add whitespace after semicolons
Also correct some bad line-wrapping.
|
2014-08-26 11:06:00 -07:00 |
Jeremy Daggett
|
e711275fb1
|
Prefer isEmpty() for collections rather than size()
|
2014-08-20 11:07:48 -07:00 |
Jeremy Daggett
|
7d70362590
|
Removed @Nullable annotations on region parameters
|
2014-08-13 15:37:54 -07:00 |
Jeremy Daggett
|
744cd5d7eb
|
Prefer Regions to Zones in OpenStack APIs
|
2014-08-13 09:58:53 -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 Phillips
|
e3d9851216
|
Up to 2.0.0-SNAPSHOT after the 1.8.0 release
|
2014-08-05 09:10:24 +02:00 |
Andrew Gaul
|
fb60d76704
|
JCLOUDS-622: Remove most vestiges of InputSupplier
Guava 16 deprecated InputSupplier and a future release will remove it.
|
2014-07-16 16:07:59 -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 |
Andrew Gaul
|
67c2b5f6b9
|
Enable whitespace around Checkstyle rule
|
2014-05-08 18:31:47 -07:00 |
Zack Shoylev
|
d76a9d921e
|
The metadata needs to be ordered for this implementation.
|
2014-01-20 23:03:26 -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
|
4cef85d1cd
|
Address Checkstyle violations in tests
|
2013-12-09 14:40:07 -08:00 |
Everett Toews
|
ab4473561e
|
Style fixes and corrections.
|
2013-11-15 10:46:49 -06:00 |
Andrew Gaul
|
17ce72794c
|
Enable RedundantModifier for Checkstyle
|
2013-10-31 10:23:30 -07:00 |
Everett Toews
|
1013986585
|
Refactored OpenStack pagination. Removed Rackspace pagination. Prefer PaginationOptions.
|
2013-10-24 16:52:25 -05:00 |
Andrew Gaul
|
f1fc63ab76
|
Add whitespace around keywords and braces
|
2013-09-30 09:39:29 -07:00 |
Andrew Bayer
|
32ea520f34
|
Add license headers to src/test/resources where possible, more fine-grained RAT exclusions
|
2013-06-12 16:45: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 |
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 |
Everett Toews
|
f3586bec30
|
Make the URI of Servers and Load Balancers available.
|
2013-04-11 17:39:16 -05:00 |
Adrian Cole
|
3c34aeb112
|
Merge pull request #1514 from jclouds/use-more-constants
use more constants in tests
|
2013-04-09 23:33:01 -07:00 |
adriancole
|
d1af582ed0
|
removed async api from cloudloadbalancers
|
2013-04-09 22:07:55 -07:00 |
adriancole
|
091ef98dc9
|
use more constants in cloudloadbalancers tests
|
2013-04-09 21:34:17 -07:00 |
adriancole
|
053197fe61
|
deprecated all top-level Async apis and clients
|
2013-04-09 10:18:31 -07:00 |
adriancole
|
36dd831b84
|
moved all code off use of RestContext except CloudStackContext, which will use it until 1.7
|
2013-04-09 09:23:31 -07:00 |
adriancole
|
88871c9fe9
|
issue #1501: add Closeable annotation to all top-level apis
|
2013-04-08 16:13:09 -07:00 |
Everett Toews
|
51a73e76dc
|
Fixed pluralization, Javadoc, Nullable, and static import stuff.
|
2013-04-02 20:11:44 -05:00 |
Matt Stephenson
|
1713e9f102
|
Fix missing final keyword for private member variables in cloudloadbalancers api.
|
2013-03-21 16:06:29 -07:00 |
Everett Toews
|
d8b82401ea
|
Renamed Rackspace Cloud Load Balanacer domain objects with verb first.
|
2013-03-18 16:55:53 -05:00 |
Everett Toews
|
159b983a4b
|
Renamed classes that create and update to be consistent with other Rackspace APIs.
|
2013-03-13 15:51:13 -05: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 |
Everett Toews
|
eef3d71526
|
Added version to Rackspace Cloud Load Balancer package namespace.
|
2013-02-21 16:07:15 -06:00 |
Everett Toews
|
9c2990201b
|
Updated Rackspace Cloud Load Balancers doc.
|
2013-02-14 16:13:51 -06: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 |
adriancole
|
a51e6a8323
|
issue #1089 removed default timeout values so that those not using async will have simpler debugging
|
2013-01-29 04:19:00 -08:00 |
Everett Toews
|
907c6a3a11
|
Rename methods for consistency with other Rackspace/OpenStack APIs. Changed remove to delete as delete is the opposite of create.
|
2013-01-28 16:24:54 -06:00 |
Everett Toews
|
96f98c4fc4
|
The Report API for Rackspace Cloud Load Balancers.
|
2013-01-27 11:30:25 -06:00 |
Everett Toews
|
495f78d8ce
|
The Error Page API for Rackspace Cloud Load Balancers.
|
2013-01-24 19:26:22 -06:00 |