Commit Graph

13 Commits

Author SHA1 Message Date
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 Phillips 3654527302 Fixed compilation failures caused by 70fa74df1a 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 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 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 365d3af7fa Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for cf-tweetstore-spring 2012-04-13 15:20:50 -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
Andrew Phillips 4e5fe4ece3 Added Cloud Foundry TweetStore example using Spring for dependency injection 2012-04-11 01:46:29 -04:00