Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(327)

Issue 1696052: Update common container JSON-RPC endpoint for security token refresh (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 8 months ago by mhermanto
Modified:
15 years, 8 months ago
Reviewers:
johnfargo, zhoresh, shindig.remailer
Base URL:
http://svn.apache.org/repos/asf/shindig/trunk
Visibility:
Public.

Description

Refactored code. Tests to be added. Sending this out now for an initial design review.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added tests #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -259 lines) Patch
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java View 8 chunks +245 lines, -164 lines 1 comment Download
java/gadgets/src/test/java/org/apache/shindig/gadgets/servlet/GadgetsHandlerTest.java View 3 chunks +147 lines, -95 lines 0 comments Download

Messages

Total messages: 8
mhermanto
15 years, 8 months ago (2010-07-16 12:02:45 UTC) #1
johnfargo
This strategy looks quite good to me. I'd be sure to sync w/ ZivH, who ...
15 years, 8 months ago (2010-07-19 20:29:19 UTC) #2
zhoresh
design lgtm, please also update the tests http://codereview.appspot.com/1696052/diff/1/2 File src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java (right): http://codereview.appspot.com/1696052/diff/1/2#newcode104 src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java:104: @Operation(httpMethods = ...
15 years, 8 months ago (2010-07-19 21:39:53 UTC) #3
mhermanto
Added tests
15 years, 8 months ago (2010-07-20 07:31:32 UTC) #4
mhermanto
Thanks for the review. New patch uploaded. On Mon, Jul 19, 2010 at 2:39 PM, ...
15 years, 8 months ago (2010-07-20 07:35:24 UTC) #5
johnfargo
http://codereview.appspot.com/1696052/diff/6001/7001 File java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java (right): http://codereview.appspot.com/1696052/diff/6001/7001#newcode123 java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java:123: CompletionService<R> completionService = new ExecutorCompletionService<R>(executor); why not just init ...
15 years, 8 months ago (2010-07-20 22:42:26 UTC) #6
fargo
Chatted on IM; since this is: A) overridable, and... B) generic-typed "<R>" This looks good ...
15 years, 8 months ago (2010-07-20 23:03:46 UTC) #7
johnfargo
15 years, 8 months ago (2010-07-20 23:08:40 UTC) #8
Committed as r966049. Feel free to close out this review.

On 2010/07/20 22:42:26, johnfargo wrote:
> http://codereview.appspot.com/1696052/diff/6001/7001
> File
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java
> (right):
> 
> http://codereview.appspot.com/1696052/diff/6001/7001#newcode123
>
java/gadgets/src/main/java/org/apache/shindig/gadgets/servlet/GadgetsHandler.java:123:
> CompletionService<R> completionService = new
> ExecutorCompletionService<R>(executor);
> why not just init this in GadgetHandler at the top level?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b