1. 19 10月, 2013 3 次提交
  2. 18 10月, 2013 13 次提交
  3. 17 10月, 2013 2 次提交
    • P
      Refine ResolvableType class · 3337fd32
      Phillip Webb 提交于
      - Support for serialization
      - Allow programmatic creation of an array from a given component type
      - Allow programmatic creation with given generics
      - Extract generics from Class types using Class.getTypeParameters()
      - Move TypeVariableResolver to an inner class (and make method private)
      - Refine 'resolve()' algorithm
      
      Issue: SPR-10973
      3337fd32
    • S
      Document 'annotated classes' in Testing chapter · 7ffd05a8
      Sam Brannen 提交于
      In order to help developers avoid surprises from unintended use of
      "@Bean Lite Mode" when referencing classes via @ContextConfiguration in
      the TestContext framework, this commit duplicates the previous
      discussion of "annotated classes" from the Javadoc for
      @ContextConfiguration as a tip in the "Context configuration with
      annotated classes" section of the Testing chapter in the reference
      manual.
      
      Issue: SPR-10971
      7ffd05a8
  4. 16 10月, 2013 4 次提交
  5. 15 10月, 2013 14 次提交
  6. 14 10月, 2013 2 次提交
  7. 13 10月, 2013 1 次提交
    • R
      Add support for resolving message headers · 8ae88c20
      Rossen Stoyanchev 提交于
      This change adds support for @Header and @Headers annotated method
      arguments to spring-messaging. Also supported are arguments of type
      MessageHeaders, and MessageHeaderAccessor (including sub-types of
      MessageHeaderAccessort as long as they provide a wrap(Message<?>)
      static factory method).
      
      This change also renames @MessageBody to @Payload.
      
      Issue: SPR-10985
      8ae88c20
  8. 12 10月, 2013 1 次提交
    • P
      Return rather than throw converted http exception · ca9df4d2
      Phillip Webb 提交于
      Fix HttpInvokerClientInterceptor.convertHttpInvokerAccessException to
      return the translated exception rather than throwing it. This brings
      the method implementation in line with the Java Doc and the obvious
      original intent.
      
      Issue: SPR-10965
      ca9df4d2