271 Commits

Author SHA1 Message Date
Adrian Cole
878ec1bcab undid Serializable and added checkstyle InterfaceIsType:allowMarkerInterfaces=false 2012-11-18 09:23:44 -08:00
Adrian Cole
a63f927deb Issue 1116: update and centralize plugin version for maven-remote-resources-plugin 2012-11-04 08:32:56 -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
Aled Sage
09425f4f69 Version upgrades
- gson from 2.2 to 2.2.2
- guava from 13.0 to 13.0.1
- rocoto from 6.1 to 6.2
- log4j from 1.2.16 to 1.2.17
- log back from 1.0.0 to 1.0.7
- httpclient from 4.1.3 to 4.2.2
- netty from 3.3.1 to 3.5.9
- slf4j from 1.6.4 to 1.7.2
- testing from various to 6.8
- jetty from 8.1.1 to 8.1.7
- snakeyaml from 1.10 to 1.11
2012-10-29 13:00:44 +00:00
Adrian Cole
546e027db0 Issue 1113:Move perftest to new jclouds-perftest-s3 repository 2012-10-21 16:14:51 -07:00
Adrian Cole
e43df10f39 Issue 1111:Move tweetstore to new jclouds-tweetstore repository 2012-10-21 15:27:45 -07:00
Andrew Gaul
28d7a6f143 Prefer immutable over empty collections
The former does not create an object when calling iterator(), as
discussed here:

https://groups.google.com/d/msg/jclouds-dev/l7BviKDXreA/mP6Ow_RYxIgJ
2012-10-20 15:35:29 -07:00
Andrew Gaul
c3728525bd Fix compile error regression from a5c56e7 2012-10-15 13:53:13 -07:00
Andrew Gaul
2b8b72758f Prefer Files.toString over FileInputStream 2012-10-10 21:33:22 -07:00
Adrian Cole
28d766b9df bumped to 1.6.0-SNAPSHOT 2012-09-17 01:43:52 -07:00
Andrew Gaul
8ed0e28e68 Spelling corrections 2012-07-26 22:39:35 -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
Andrew Phillips
3654527302 Fixed compilation failures caused by 70fa74df1a6 2012-07-19 16:00:14 -04: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
Andrew Phillips
4c5ac30341 Added a 'clear container' admin function to cf-tweetstore-spring 2012-05-22 02:41:27 -04:00
Andrew Phillips
dabfcb839d Added a 'clear container' admin function to runatcloud-tweetstore 2012-05-22 02:37:41 -04:00
Andrew Phillips
c2a17e6227 Added a 'clear container' admin function to rhcloud-tweetstore 2012-05-22 02:31:48 -04:00
Andrew Phillips
43f357e1bd Added a 'clear container' admin function to gae-tweetstore-spring 2012-05-22 02:25:52 -04:00
Andrew Phillips
f229927847 Added a 'clear container' admin function to gae-tweetstore 2012-05-22 02:21:09 -04:00
Adrian Cole
6e1c354423 cleanup 2012-05-17 01:31:20 -07:00
Adrian Cole
a2c8993592 updated gae demo to demonstrate use of views and GAE ThreadFactory 2012-05-17 00:42:08 -07:00
Adrian Cole
251754b20a updated gae demo to work on hpcloud 2012-05-15 16:14:52 -07:00
Adrian Cole
00e28b9910 fixed syntax of perftest 2012-05-07 16:54:34 -07:00
Adrian Cole
2698736301 made perftest compile and run again 2012-05-07 16:22:25 -07:00
Adrian Cole
05ab8b16df Issue 918:update to latest GAE sdk 1.6.5 2012-05-07 16:22:12 -07:00
Andrew Phillips
596cf4e044 Removed the scheduler component from heroku-tweetstore because the platform can provide it 2012-05-05 18:56:17 -07:00
Andrew Phillips
6f75c85313 Added a 'clear tweets' option to heroku-tweetstore. Using unique container names in unit tests. 2012-05-04 03:44:16 -07:00
Andrew Phillips
b9188872f2 Made the application port configurable for local testing 2012-05-04 03:44:15 -07:00
Andrew Phillips
e03208bfea Using absolute links to images to account for different starting paths 2012-05-02 01:53:43 -07:00
Andrew Phillips
4c35bc7756 Using the Heroku logo 2012-05-02 00:43:09 -07:00
Andrew Phillips
2110145f49 $%^$&# jetty-runner packages taglibs, jstl and a couple of other dependencies that result in duplicates 2012-05-01 20:13:16 -07:00
Andrew Phillips
7a7e40c0d6 First cut of heroku-tweetstore 2012-05-01 17:32:47 -07:00
Andrew Phillips
b665733423 Made the serverThread final 2012-05-01 17:30:38 -07:00
Andrew Phillips
bbe157576c Renamed properties rhcloud.jboss.* -> jboss.* 2012-05-01 17:30:38 -07:00
Andrew Phillips
588a7c38ad Added cf-tweetstore-spring and rhcloud-tweetstore to the Tweetstore aggregator POM 2012-04-26 22:21:19 -04:00
Andrew Phillips
608e9d5059 Removed commons-logging and configured exceptions for the maven-duplicate-finder-plugin 2012-04-26 16:07:33 -04:00
Andrew Phillips
13abe19cb2 Using the new context view (see http://code.google.com/p/jclouds/issues/detail?id=904) in cf-tweetstore-spring 2012-04-26 01:48:05 -04:00
Andrew Phillips
8be906301e Using the new context view (see http://code.google.com/p/jclouds/issues/detail?id=904) in runatcloud-tweetstore 2012-04-26 01:47:51 -04:00
Andrew Phillips
a9f62a8c77 Using the new context view (see http://code.google.com/p/jclouds/issues/detail?id=904) in rhcloud-tweetstore 2012-04-26 01:47:07 -04:00
Andrew Phillips
507a929f72 Using the new context view (see http://code.google.com/p/jclouds/issues/detail?id=904) in gae-tweetstore-spring 2012-04-26 01:25:00 -04:00
Andrew Phillips
a1c26e5701 Using the new context view (see http://code.google.com/p/jclouds/issues/detail?id=904) in gae-tweetstore 2012-04-26 01:25:00 -04:00
Andrew Phillips
874884c61b Using the public rather than the internal address to trigger tweet storage in Cloud Foundry TweetStore while we figure out if it's possible to use the internal address (see http://support.cloudfoundry.com/requests/102117) 2012-04-13 17:05:48 -04:00
Andrew Phillips
4539174a7f Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for gae-tweetstore-spring 2012-04-13 15:29:24 -04:00
Andrew Phillips
365d3af7fa Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for cf-tweetstore-spring 2012-04-13 15:20:50 -04:00
Andrew Phillips
7d0d5d91a2 Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for rhcloud-tweetstore 2012-04-13 15:12:38 -04:00
Andrew Phillips
dcc8e2f9ef Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for runatcloud-tweetstore 2012-04-13 15:04:42 -04:00
Andrew Phillips
ce8315f31f Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for gae-tweetstore 2012-04-12 15:52:18 -04:00
Andrew Phillips
6f6790d9d3 Added the Quartz listener to cf-tweetstore-spring for CRON functionality 2012-04-11 17:29:13 -04:00
Andrew Phillips
e24e8cd98c Removed an unused request attribute (originally included for testing) 2012-04-11 10:49:48 -04:00
Andrew Phillips
b161fcc48e Returning one logger per class in Spring JavaConfig's logger @Resource injection support 2012-04-11 10:36:47 -04:00