1. 31 May, 2018 2 commits
  2. 30 May, 2018 6 commits
  3. 28 May, 2018 4 commits
  4. 26 May, 2018 4 commits
  5. 24 May, 2018 2 commits
  6. 22 May, 2018 2 commits
  7. 21 May, 2018 1 commit
  8. 17 May, 2018 3 commits
    • Stephane Nicoll's avatar
      Fix documentation of spring.kafka.producer.batch-size · d9029ef6
      Stephane Nicoll authored
      Closes gh-13127
      d9029ef6
    • Andy Wilkinson's avatar
      Reinstate use of ConversionService for String -> File conversion · 64158eba
      Andy Wilkinson authored
      Prior to 3db5c70b, RelaxedDataBinder would use a ConversionService
      to convert a String into a File via its ObjectToObjectConverter.
      3db5c70b changed the configuration of the data binder such that a
      FileEditor was registered. Property editors take precedence over any
      conversion service so the FileEditor was used instead. This caused a
      regression as the FileEditor uses slightly unusual logic for a String
      to File conversion. Specifically, when given a value of ".", it will
      locate a ClassPathResource for the root of the classpath and use the
      result of calling getFile() on that resource. This fails when the
      root of the classpath is in a jar file and also provides a different
      result when the root of the classpath is not the current directory.
      
      This commit updates RelaxedDataBinder to suppress the registration
      of an editor for File. This restores the behaviour prior to 3db5c70b
      by allowing the ConversionService to be used instead.
      
      Closes gh-12786
      64158eba
    • Andy Wilkinson's avatar
      Start building against Spring Security 4.2.7 snapshots · 700faabc
      Andy Wilkinson authored
      See gh-13196
      700faabc
  9. 16 May, 2018 3 commits
  10. 15 May, 2018 2 commits
  11. 14 May, 2018 6 commits
  12. 12 May, 2018 1 commit
  13. 11 May, 2018 4 commits