1. 26 11月, 2015 1 次提交
  2. 25 11月, 2015 4 次提交
  3. 23 11月, 2015 2 次提交
  4. 21 11月, 2015 2 次提交
  5. 14 11月, 2015 6 次提交
    • R
      Refactor package structure for web · 81867fa4
      Rossen Stoyanchev 提交于
      The web related code is now under org.springframework.web.reactive.
      This is parallel to org.springframework.web (the top-level package of
      spring-webmvc).
      81867fa4
    • R
      Rename field in HandlerResult · 54ce20a5
      Rossen Stoyanchev 提交于
      54ce20a5
    • S
      Add a ResolvableType field to HandlerResult · c6713c23
      Sebastien Deleuze 提交于
      This change allows to be able to check generic type on the return value
      at HandlerAdapter and ResultHandler level. For example, it allows to do
      a Publisher<Void> check in SimpleHandlerResultHandler.
      c6713c23
    • R
      Fix "Content-Type" and "Accept" header processing · 5d4201d5
      Rossen Stoyanchev 提交于
      "Content-Type" is just a single MediaType.
      
      For the response, the MediaType must be fully selected before
      selecting and encoder.
      
      The ResponseBodyResultHandler now includes actual content negotiation
      with a potential 406 response.
      5d4201d5
    • R
      Polish · 2de127ad
      Rossen Stoyanchev 提交于
      2de127ad
    • S
      Refactor codecs · bdc5b38c
      Sebastien Deleuze 提交于
      This commit introduces the following changes:
       - MessageToByteEncoder/Decoder renamed to Encoder/Decoder
       - JsonObjectEncoder/Decoder are now used directly in
         JacksonJsonEncoder/Decoder
       - Codec uses MimeType instead of MediaType since they
         are not specific to HTTP
       - Default MimeType are now managed thanks to
         Encoder/Decoder#getSupportedMimeTypes()
       - AbstractEncoder/Decoder takes care of generic MimeType related behavior
      bdc5b38c
  6. 13 11月, 2015 1 次提交
  7. 07 11月, 2015 3 次提交
  8. 31 10月, 2015 4 次提交
  9. 30 10月, 2015 7 次提交
  10. 29 10月, 2015 7 次提交
  11. 19 10月, 2015 2 次提交
  12. 16 10月, 2015 1 次提交