1. 21 11月, 2019 3 次提交
  2. 20 11月, 2019 1 次提交
  3. 19 11月, 2019 3 次提交
  4. 15 11月, 2019 1 次提交
  5. 14 11月, 2019 4 次提交
  6. 13 11月, 2019 5 次提交
  7. 11 11月, 2019 1 次提交
  8. 10 11月, 2019 1 次提交
  9. 08 11月, 2019 2 次提交
  10. 07 11月, 2019 10 次提交
  11. 02 11月, 2019 1 次提交
  12. 31 10月, 2019 3 次提交
    • R
      Use int for maxParts instead of long · e731a0a1
      Rossen Stoyanchev 提交于
      e731a0a1
    • B
      Polish · 0f2efdbe
      Brian Clozel 提交于
      See gh-23884
      0f2efdbe
    • B
      Reorder date formatting converter in registrar · feeeab17
      Brian Clozel 提交于
      Prior to this commit, the `DateFormatterRegistrar` would register the
      annotation-based formatter before the pattern-based formatter. This
      would create an issue when an application tries to convert a `String` to
      an annotated `@DateTimeFormat Date`: since the converters are considered
      in reversed order of registration in
      `GenericConversionServicei#ConvertersForPair`, the pattern-based variant
      would always be considered before the annotation-based variant,
      overriding the developer's opinion.
      
      This commit aligns the `DateFormatterRegistrar` with the
      `DateTimeFormatterRegistrar` and registers the annotation-based variant
      last.
      
      Closes gh-23896
      feeeab17
  13. 30 10月, 2019 5 次提交