1. 12 8月, 2014 1 次提交
  2. 11 8月, 2014 4 次提交
  3. 10 8月, 2014 5 次提交
  4. 09 8月, 2014 5 次提交
  5. 08 8月, 2014 10 次提交
  6. 07 8月, 2014 4 次提交
    • S
      Fix some warning · 0b2c0cfb
      Stephane Nicoll 提交于
      0b2c0cfb
    • S
      Use @Payload on method declaration · e0103095
      Stephane Nicoll 提交于
      Issue: SPR-12071
      e0103095
    • S
      Update references to RFC 2616 · 3922f6fc
      Sebastien Deleuze 提交于
      Replace references to the old RFC 2616 (HTTP 1.1) with references
      to the new RFCs 7230 to 7235.
      
      This commit also deprecates:
       - HttpStatus.USE_PROXY
       - HttpStatus.REQUEST_ENTITY_TOO_LARGE in favor of HttpStatus.PAYLOAD_TOO_LARGE
       - HttpStatus.REQUEST_URI_TOO_LONG in favor of HttpStatus.URI_TOO_LONG
      
      Issue: SPR-12067
      3922f6fc
    • A
      Add support for inline maps in SpEL expressions · 095bd999
      Andy Clement 提交于
      This commit introduces the ability to specify an inline map in
      an expression. The syntax is similar to inline lists and of
      the form: "{key:value,key2:value}". The keys can optionally
      be quoted. The documentation is also updated with information
      on the syntax.
      
      Issue: SPR-9472
      095bd999
  7. 06 8月, 2014 2 次提交
    • S
      Merge pull request #607 from dharaburda/SPR-12050 · c2993719
      Stephane Nicoll 提交于
      * SPR-12050:
        Change GenericConversionService to better handle enum
      c2993719
    • D
      Change GenericConversionService to better handle enum · d0e6f0f7
      David Haraburda 提交于
      Prior to this commit, given an enum which implements some interface,
      GenericConversionService would select the String -> Enum converter even
      if a converter for String -> SomeInterface was registered.  This also
      affected converters that were registered for String ->
      SomeBaseInterface, when SomeInterface extended SomeBaseInterface.
      
      This change modifies the behavior of the private method
      getClassHierarchy() by placing Enum.class as late as possible, pretty
      much the same way as Object.class is handled.
      
      Issue: SPR-12050
      d0e6f0f7
  8. 05 8月, 2014 1 次提交
  9. 04 8月, 2014 5 次提交
  10. 02 8月, 2014 3 次提交