1. 11 4月, 2017 1 次提交
  2. 24 3月, 2017 1 次提交
    • A
      Introduce 'useRegisteredExtensionsOnly' property in classes using MediaTypeFactory · a287e679
      Arjen Poutsma 提交于
      This commit introduces a `useRegisteredExtensionsOnly` property that
      indicates whether classes that use the `MediaTypeFactory` for supplying
      default media types can do so.
      
       - In classes that were introduced in Spring 5.0, the
       `useRegisteredExtensionsOnly` property takes the place of the
       `useJaf` property that was removed in 0aaa6528
       - In classes that existed before Spring 5.0, the
       `useRegisteredExtensionsOnly` property is added in addition to the
       deprecated `useJaf`, the latter delegating to the former, but with
       flipped behavior.
      
      Issue: SPR-14908
      a287e679
  3. 21 3月, 2017 1 次提交
    • A
      Remove JAF references · 0aaa6528
      Arjen Poutsma 提交于
      This commit updates the main code base to conform to the dropped JAF
      dependency in MediaTypeFactory. Specifically, it
      
       - Removes JAF detection (JAF_PRESENT constants)
       - Deprecated useJaf properties, with no direct replacement.
       - Updated docs to remove JAF references, in favor of MediaTypeFactory.
      
      Issue: SPR-14908
      0aaa6528
  4. 02 2月, 2017 1 次提交
  5. 14 10月, 2016 1 次提交
  6. 06 9月, 2016 1 次提交
    • R
      Resource handling support for Spring Web Reactive · 1ae64bfb
      Rossen Stoyanchev 提交于
      A straight-forward port of the resource handling support in
      spring-webmvc to spring-web-reactive. Primarily adapting contracts and
      implementations to use the reactive request and response and the
      reactive ResourceHttpMessageWriter.
      
      Issue: SPR-14521
      1ae64bfb
  7. 19 7月, 2016 1 次提交
  8. 15 7月, 2016 1 次提交
  9. 26 5月, 2016 1 次提交
  10. 19 4月, 2016 2 次提交