Commit Graph

18 Commits

Author SHA1 Message Date
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 43f357e1bd Added a 'clear container' admin function to gae-tweetstore-spring 2012-05-22 02:25:52 -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 4539174a7f Replaced the deprecated BlobStoreContextFactory with the new-style BlobStoreContextBuilder for gae-tweetstore-spring 2012-04-13 15:29:24 -04:00
Andrew Phillips ae22bde4ad Supporting jclouds drivers by retrieving the configured logger factory using LoggingModules 2012-04-11 01:38:04 -04:00
Andrew Phillips e852a9d94b Stopping the local DevAppServer in gae-tweetstore-spring after integration tests 2012-04-11 01:37:19 -04:00
Andrew Phillips 2f5f0b3474 Preventing a resource leak of an output stream for the jclouds.properties itest file 2012-02-17 23:01:38 +01:00
Andrew Phillips 110cd9fc40 Corrected Javadoc 2012-02-05 01:13:25 -05:00
Andrew Phillips 69f1fb5749 Now using a cron job to enqueue 'store tweet' tasks every 5min since the GAE task queue actually removes tasks once they have completed successfully. This meant that the blobstores were only populated *once*. 2012-01-11 14:19:15 -05:00
Andrew Phillips a3447e6d4f Added "powered by" buttons to the Tweetstore demos 2011-08-23 22:16:10 -04:00
Adrian Cole 960bfe709f Issue 663:Update license headers to jclouds, Inc. and setup NOTICE file 2011-08-16 18:14:30 -07:00
Andrew Phillips 46a42c22d8 Purging the request queue on context destruction to avoid lingering queued tasks 2011-08-08 01:13:13 -04:00
Andrew Phillips 9215f4fa85 Ported the CredentialsCollector (see commit 741920278) to gae-tweetstore-spring 2011-08-07 22:57:41 -04:00
Andrew Phillips 6b4a995529 Corrected a syntax error in a log format string 2011-08-01 23:37:37 -04:00
Andrew Phillips 5ef3778468 Converted the TweetStore *app* (not just the tests ;-)) to use OAuth for Twitter 2011-06-03 03:08:10 +02:00
Andrew Phillips 3f60d4f707 Extracted a PROPERTY_TWEETSTORE_BLOBSTORES constant 2011-06-02 02:18:16 +02:00
Andrew Phillips c29765d1d0 Created a TweetStore parent project, updated twitter4j to 2.2 and switched to OAuth 2011-06-01 21:36:12 +02:00