1. 19 3月, 2016 7 次提交
  2. 18 3月, 2016 6 次提交
  3. 17 3月, 2016 17 次提交
  4. 16 3月, 2016 3 次提交
  5. 15 3月, 2016 5 次提交
    • S
      Add missing constructors to SynthesizingMethodParameter · dfd4aae4
      Sam Brannen 提交于
      This commit primarily allows for a `SynthesizingMethodParameter` to be
      created for a `Constructor` parameter but also introduces an additional
      overloaded constructor from `MethodParameter`.
      
      Issue: SPR-14054
      dfd4aae4
    • S
      Polish doc · 2a9b2ca5
      Stephane Nicoll 提交于
      Issue: SPR-14012
      2a9b2ca5
    • S
      Prevent non public bean to be exposed to JMX · 33a4e9e5
      Stephane Nicoll 提交于
      Previously, a package private `@ManagedResource` annotated bean was
      registered to the JMX domain even if any attempt to invoke an operation
      on it will fail since it has to be public.
      
      This commit validates that any `@ManagedResource` annotated bean is
      public and throws an InvalidMetadataException otherwise. Note that the
      actual bean type does not have to be public as long as the class
      annotated with `@ManagedResource` in the hierarchy is pubic and no extra
      operations or attributes are defined on the child.
      
      Issue: SPR-14042
      33a4e9e5
    • R
      Ensure RedirectModel is initialized · 58286480
      Rossen Stoyanchev 提交于
      This commit fixes an old bug in ModelAndViewContainer where getModel
      returns a new ModelMap instance that isn't saved and re-used.
      
      Issue: SPR-14045
      58286480
    • R
      DeferredResult/ResponseBodyEmitter adapter mechanism · 971ccab0
      Rossen Stoyanchev 提交于
      The DeferredResult~ and the ResponseBodyEmitterReturnValueHandler now
      each expose an adapter mechanism for plugging in other async return
      value types. As a result the ListenableFutureReturnValueHandler and
      CompletionStageReturnValueHandler are no longer needed and are now
      deprecated.
      
      Issue: SPR-14046
      971ccab0
  6. 14 3月, 2016 1 次提交
  7. 12 3月, 2016 1 次提交