Andrew Gaul
|
af963df92d
|
Use Map.entrySet where possible
Improves run-time efficiency and addresses FindBugs warnings.
|
2013-01-21 23:59:42 -08:00 |
Andrew Gaul
|
93d69ece2b
|
Enforce newline at end of file via Checkstyle
Also address all warnings, via:
find -name \*.java | while read i; do if [ x`tail -c 1 $i` != x"" ]; then echo >> $i; fi; done
|
2012-10-29 22:12:44 -07:00 |
Adrian Cole
|
28d766b9df
|
bumped to 1.6.0-SNAPSHOT
|
2012-09-17 01:43:52 -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
|
51e5e4c4bb
|
freshen ning
|
2012-05-07 13:34:55 -07:00 |
Andrew Gaul
|
646f8d8b13
|
Improve use of Throwables.propagate
Throwing the return value removes some unneeded asserts and return
statements. Also remove some useless and misspelled propogate
wrappers.
|
2012-05-02 11:05:22 -07:00 |
Ioannis Canellos
|
5490b3068c
|
[842] Added required import packages to cloudfiles api bundle. Improved import packages in all bundles.
|
2012-02-17 00:49:39 +02:00 |
Adrian Cole
|
fe4d148528
|
updated current version to 1.5.0-SNAPSHOT
|
2012-02-04 11:06:07 -08:00 |
Adrian Cole
|
3df052565f
|
updated current version to 1.4.0-SNAPSHOT
|
2012-01-16 13:08:32 -08:00 |
Adrian Cole
|
552242e863
|
moved to 1.3.0-SNAPSHOT
|
2011-10-16 12:26:31 -07:00 |
Adrian Cole
|
960bfe709f
|
Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file
|
2011-08-16 18:14:30 -07:00 |
Adrian Cole
|
0a8f38b90e
|
bumped snapshot version to 1.2.0-SNAPSHOT
|
2011-08-05 04:09:23 +01:00 |
Andrew Phillips
|
f89a213843
|
Updated the sandbox POMs to the new 1.1.0-SNAPSHOT version, since the maven-release-plugin didn't
|
2011-06-23 01:02:00 +02:00 |
Gustavo Morozowski
|
557c0d75fe
|
moved maven-bundle-plugin instructions to top project pom
|
2011-05-16 09:14:12 -03:00 |
Adrian Cole
|
ddc514d602
|
Issue 42: added osgi fragment plugin to poms
|
2011-05-15 12:08:53 -07:00 |
Adrian Cole
|
9e94fc6fc9
|
updated license headers
|
2011-04-09 03:20:17 -07:00 |
Adrian Cole
|
95310ba680
|
Issue 527:update to official build of jetty
|
2011-04-09 03:18:42 -07:00 |
Adrian Cole
|
b406a462b0
|
updated async http lib
|
2011-04-08 22:56:13 -07:00 |
Adrian Cole
|
cc37ac1847
|
updated ning to 1.6.1
|
2011-02-22 23:40:34 -08:00 |
Adrian Cole
|
0064787912
|
Issue 440: renamed vsphere->vi, made sure all sandbox modules compile
|
2011-01-11 12:37:46 -08:00 |
Adrian Cole
|
79e5df9ace
|
renamed ning to asynchttpclient
|
2011-01-11 11:30:46 -08:00 |
Adrian Cole
|
fe0ce33241
|
Issue 440: classified sandbox items as providers, apis, or drivers
|
2011-01-11 11:25:45 -08:00 |