1. 02 5月, 2014 2 次提交
  2. 14 5月, 2013 1 次提交
  3. 02 1月, 2013 1 次提交
  4. 29 12月, 2012 1 次提交
  5. 21 11月, 2012 1 次提交
    • R
      Define behavior of null Callable or DeferredResult · 11cf9783
      Rossen Stoyanchev 提交于
      When a controller method declares Callable or DeferredResult as its
      return value, and returns null, async processing will not start and
      the request will be considered "handled" by the controller method.
      
      Issue: SPR-9951
      11cf9783
  6. 18 9月, 2012 1 次提交
    • R
      Polish async support · 97f97c4e
      Rossen Stoyanchev 提交于
      Added handler argument to the signature of
      AsyncHandlerInterceptor.afterConcurrentHandlingStarted(..).
      
      Renamed AsyncWebUtils to WebAsyncUtils.
      97f97c4e
  7. 18 8月, 2012 1 次提交