1. 06 5月, 2017 7 次提交
    • J
      Upgrade to Kotlin 1.1.2-3 · edbf9fa7
      Juergen Hoeller 提交于
      Also removes JDK 9 build support for the time being since Gradle 3.5 still doesn't run on JDK 9.
      edbf9fa7
    • J
      Polishing · 39f8bd66
      Juergen Hoeller 提交于
      39f8bd66
    • J
      Aligned exception handling in Jackson and JAXB codecs · 4fdd8532
      Juergen Hoeller 提交于
      Issue: SPR-15516
      4fdd8532
    • R
      Fix minor issue in ExchangeResult · 1c4babd4
      Rossen Stoyanchev 提交于
      1c4babd4
    • R
      Polish · 0d28a1c3
      Rossen Stoyanchev 提交于
      0d28a1c3
    • R
      Remove HttpStatus from HttpMessageConversionException · 4d962a17
      Rossen Stoyanchev 提交于
      HttpMessageConverter's are client and server and arguably shouldn't
      contain a server-side concept such a response status.
      
      The status field is recent, it was added to differentiate 400 vs 500
      errors with Jackson 2.9+ but there is no need for it since the same
      distinction is reflected in raising an HttpMessageNotReadableException
      vs a general HttpMessageConversionException.
      
      Issue: SPR-15516
      4d962a17
    • R
      Refine encoding/decoding exception handling · 83e0e160
      Rossen Stoyanchev 提交于
      Starting with removing a package cycle on the use of
      ResponseStatusException in the codec package, this commit generally
      refines codec exception handling.
      
      The new [Encoding|Decoding]Exception mirror the existing
      HttpMessageNot[Readable|Writable]Exception and are used similarly
      especially to differentiate betwen 400 and 500 errors when parsing
      server request body content.
      
      The commit also aligns some of the exception handling of JSON and XML
      on the WebFlux side with that on the Spring MVC side.
      
      Issue: SPR-15516
      83e0e160
  2. 05 5月, 2017 11 次提交
  3. 04 5月, 2017 12 次提交
  4. 03 5月, 2017 10 次提交