Commit Graph

37 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 608e9d5059 Removed commons-logging and configured exceptions for the maven-duplicate-finder-plugin 2012-04-26 16:07:33 -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 9336105d34 Cleaned up TweetStore project names 2012-02-13 11:22:40 +00:00
Andrew Phillips 110cd9fc40 Corrected Javadoc 2012-02-05 01:13:25 -05: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
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 56aa4e5ece Updated maven-gae-plugin version to 0.9.2 2012-01-08 23:16:13 -05:00
Andrew Phillips 53563179a8 GAE SDK 1.5.5 -> 1.6.1 2011-12-23 16:27:29 +00:00
andreisavu 2284588513 Issue 752. Move off deprecated systemProperties to systemPropertyVariables in surefire 2011-12-02 16:47:14 +02:00
Andrew Phillips c61c0e2ade Using different containers for testing and live 2011-11-18 13:37:03 +01:00
Andrew Phillips 1c32b110b2 GAE SDK version 1.5.3 -> 1.5.5 2011-10-25 11:06:32 -04:00
Andrew Phillips 7086d98d68 maven-gae-plugin 0.8.4 -> 0.9.1 2011-10-25 11:01:06 -04:00
Adrian Cole 552242e863 moved to 1.3.0-SNAPSHOT 2011-10-16 12:26:31 -07:00
Andrew Phillips b577cb8da0 GAE SDK version 1.4.2 -> 1.5.3 2011-08-23 22:16:39 -04: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
Adrian Cole 0a8f38b90e bumped snapshot version to 1.2.0-SNAPSHOT 2011-08-05 04:09:23 +01:00
Andrew Phillips 16856d3ea3 Using cloudonestorage and ninefold-storage as the default blobstores for integration tests 2011-08-01 23:38:35 -04:00
Andrew Phillips 6b4a995529 Corrected a syntax error in a log format string 2011-08-01 23:37:37 -04:00
Andrew Phillips c3b92ef911 Removed an unused bit of surefire plugin configuration 2011-07-07 22:09:07 -04:00
Adrian Cole cc49951404 updated demos to new jclouds version 2011-06-28 18:11:00 -07:00
Andrew Phillips 4cd17db523 Added a 'tweetstore.instance' identifier to fetch the correct jclouds.properties remote resource bundle 2011-06-03 03:08:11 +02: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 b1fb4f686a Added 'deploy' profiles for each TweetStore instance 2011-06-02 02:18:18 +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
Andrew Phillips 20b32e77a9 Added instructions to generate Twitter consumer keys and access tokens to READMEs 2011-06-01 21:36:09 +02:00