1. 20 4月, 2016 1 次提交
  2. 19 4月, 2016 8 次提交
  3. 17 4月, 2016 1 次提交
  4. 16 4月, 2016 10 次提交
  5. 15 4月, 2016 3 次提交
    • R
      Add abstract case class HandlerMappings · 33a7b91e
      Rossen Stoyanchev 提交于
      This commit adds AbstractHandlerMethodMapping, a starting point for
      AbstractHandlerMapping, and HttpRequestPathHelper with a similar
      purpose to UrlPathHelper but based with ServerWebExchange as input.
      33a7b91e
    • R
      Add "result" package under ~.web.reactive · 341f23e0
      Rossen Stoyanchev 提交于
      The new package is parallel to the "mvc" package under spring-webmvc
      and a place to hold the various programming model styles.
      341f23e0
    • R
      Polish "simple" handler support · 3460e577
      Rossen Stoyanchev 提交于
      - correct name of HttpHandlerHandlerAdapter to WebHandlerHandlerAdapter
      - shorten SimpleHandlerResultHandler to SimpleResultHandler
      - add HandlerResult constructor without Model
      - update tests
      3460e577
  6. 11 4月, 2016 1 次提交
  7. 09 4月, 2016 1 次提交
    • B
      Accept all media types in StringDecodere · a3b371bf
      Brian Clozel 提交于
      This commit adds the "*/*" media type in the list of compatible media
      types for the StringDecoder. This allows this decoder to decoder
      payloads of any media type as long as the target type is String.
      
      Fixes #87
      a3b371bf
  8. 08 4月, 2016 2 次提交
  9. 07 4月, 2016 8 次提交
  10. 06 4月, 2016 3 次提交
    • A
      Merge pull request #77 from poutsma/refactor_jaxb2decoder · 5f09a629
      Arjen Poutsma 提交于
      Improve Jaxb2Decoder
      5f09a629
    • A
      Improve Jaxb2Decoder · 75399814
      Arjen Poutsma 提交于
      - Introcuces XmlEventDecoder which decodes from DataBuffer to
        javax.xml.stream.events.XMLEvent. It uses the Aalto async XML API if
        available, but falls back to a blocking default if not.
      
      - Refacors Jaxb2Decoder to use said XmlEventDecoder, and split the
        stream of events into separate substreams by using the JAXB annotation
        value, one stream for each part of the tree that can be unmarshaled to
        the given type.
      
      - Various improvements in the JAXB code.
      75399814
    • A
      Polishing. · a8f27af5
      Arjen Poutsma 提交于
      a8f27af5
  11. 04 4月, 2016 1 次提交
  12. 01 4月, 2016 1 次提交