1. 28 Nov, 2017 1 commit
  2. 27 Nov, 2017 3 commits
  3. 24 Nov, 2017 1 commit
  4. 23 Nov, 2017 10 commits
  5. 21 Nov, 2017 1 commit
  6. 20 Nov, 2017 1 commit
  7. 15 Nov, 2017 1 commit
    • Andy Wilkinson's avatar
      Make serialization of @ConfigurationProperties beans more defensive · 85dc89e1
      Andy Wilkinson authored
      Previously, serialization of a @ConfigurationProperties bean to JSON
      would fail if:
      
      - A property on the bean returned the bean (the bean was
        self-referential)
      - An exception was thrown when attempting to retrieve a property's
        value.
      
      This commit makes the serialization more defensive by skipping any
      property that is affected by either of the problems described above.
      Debug logging has been added to aid diagnosis of missing properties.
      
      Closes gh-10846
      85dc89e1
  8. 13 Nov, 2017 1 commit
  9. 12 Nov, 2017 1 commit
  10. 07 Nov, 2017 3 commits
  11. 06 Nov, 2017 1 commit
  12. 03 Nov, 2017 9 commits
  13. 30 Oct, 2017 3 commits
  14. 29 Oct, 2017 4 commits