1. 13 Dec, 2017 1 commit
  2. 12 Dec, 2017 6 commits
  3. 11 Dec, 2017 1 commit
  4. 07 Dec, 2017 1 commit
    • Stephane Nicoll's avatar
      Properly handle class reference · 846e6426
      Stephane Nicoll authored
      Previously, a condition on a class targeting an inner class would
      generate an invalid String representation of it. Unfortunately, the
      `toString` representation misses the `$` sign between the outer class
      and the inner class name.
      
      This commit post-processes the values to generate the appropriate
      representation.
      
      Closes gh-11282
      846e6426
  5. 06 Dec, 2017 1 commit
  6. 02 Dec, 2017 1 commit
  7. 30 Nov, 2017 1 commit
  8. 29 Nov, 2017 6 commits
  9. 28 Nov, 2017 2 commits
  10. 27 Nov, 2017 3 commits
  11. 24 Nov, 2017 1 commit
  12. 23 Nov, 2017 10 commits
  13. 21 Nov, 2017 1 commit
  14. 20 Nov, 2017 1 commit
  15. 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
  16. 13 Nov, 2017 1 commit
  17. 12 Nov, 2017 1 commit
  18. 07 Nov, 2017 1 commit