Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -07:00 |
Adrian Cole
|
c7f35d3bb1
|
removed invalid @Nullable usage and also usage of javax package usage
|
2012-08-11 20:59:16 -07:00 |
Adrian Cole
|
7a23930df6
|
typo
|
2012-07-29 16:30:19 -07:00 |
Adrian Cole
|
0bc602a3d2
|
Issue 309: support CRUD on instances, w/incidental security group fns
|
2012-07-25 22:56:52 -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 |
Adrian Cole
|
addeb0d031
|
added concat to PagedIterable
|
2012-07-16 11:07:17 -04:00 |
Adrian Cole
|
315d5fb3ef
|
Issue 1011: introducing PagedIterable
|
2012-07-15 23:34:42 -07:00 |
Adrian Cole
|
05fd64af44
|
cleaned up http builders and expect tests
|
2012-07-15 01:50:38 -07:00 |
Adrian Cole
|
25ab7814e4
|
Issue 1022: updated aws-elb aws-iam aws-rds iam elb rds to new naming conventions
|
2012-07-12 10:08:10 -07:00 |
Adrian Cole
|
c9f49bd512
|
Issue 309: initial support for amazon rds
|
2012-07-11 00:11:05 -07:00 |