1. 11 Jan, 2019 2 commits
  2. 10 Jan, 2019 2 commits
  3. 09 Jan, 2019 1 commit
  4. 20 Dec, 2018 6 commits
  5. 17 Dec, 2018 1 commit
  6. 07 Dec, 2018 3 commits
  7. 29 Nov, 2018 3 commits
  8. 27 Nov, 2018 2 commits
  9. 26 Nov, 2018 2 commits
  10. 23 Nov, 2018 3 commits
  11. 22 Nov, 2018 9 commits
  12. 15 Nov, 2018 3 commits
  13. 14 Nov, 2018 1 commit
    • Phillip Webb's avatar
      Protect against NPE when collecting annotations · 79b5dd3a
      Phillip Webb authored
      Update `AnnotationsPropertySource` to ensure that `null` results from
      `findMergedAnnotation` are not added to the annotation list.
      
      Prior to this commit, if `findMergedAnnotation` returned `null` then
      `AnnotationsPropertySource.collectProperties` would throw an NPE.
      Although `findMergedAnnotation` should never return `null`, we're
      best off being defensive so that bugs such as SPR-17495 won't cause
      problems.
      
      Closes gh-15175
      79b5dd3a
  14. 29 Oct, 2018 2 commits