1. 22 Dec, 2017 4 commits
    • dreis2211's avatar
      Align 'behavior' spelling to style guide · 00d12c5b
      dreis2211 authored
      Closes gh-11394
      00d12c5b
    • Stephane Nicoll's avatar
      Merge pull request #11388 from dreis2211:fix-duplicate-typo · 7c0ed898
      Stephane Nicoll authored
      * pr/11388:
        Fix typo
      7c0ed898
    • Christoph Dreis's avatar
      Fix typo · 1a7fd6c3
      Christoph Dreis authored
      Closes gh-11388
      1a7fd6c3
    • Brian Clozel's avatar
      Support date conversion format for java.time types · 2fa0539e
      Brian Clozel authored
      Prior to this change, the Spring MVC auto-configuration would add a new
      formatter to convert `java.util.Date` to/from `String` using the
      configured configuration property `spring.mvc.date-format`.
      
      This commit adds a new `WebConversionService` class that registers
      date formatters with a custom date format, or register the default ones
      if no custom configuration is provided.
      This avoids duplicating equivalent formatters in the registry.
      
      With this change, date types from `java.util`, `org.joda.time` and
      `java.time` are now all supported.
      
      This commit also replicates this feature for WebFlux applications by
      adding a new `spring.webflux.date-format` configuration property.
      
      Closes gh-5523
      Closes gh-11402
      2fa0539e
  2. 20 Dec, 2017 1 commit
  3. 18 Dec, 2017 1 commit
  4. 16 Dec, 2017 2 commits
  5. 15 Dec, 2017 4 commits
  6. 14 Dec, 2017 23 commits
  7. 13 Dec, 2017 5 commits