1. 29 Nov, 2018 2 commits
  2. 27 Nov, 2018 2 commits
  3. 26 Nov, 2018 2 commits
  4. 23 Nov, 2018 3 commits
  5. 22 Nov, 2018 9 commits
  6. 15 Nov, 2018 3 commits
  7. 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
  8. 29 Oct, 2018 2 commits
  9. 25 Oct, 2018 2 commits
  10. 18 Oct, 2018 1 commit
  11. 16 Oct, 2018 3 commits
  12. 15 Oct, 2018 4 commits
  13. 10 Oct, 2018 3 commits
  14. 09 Oct, 2018 2 commits
  15. 08 Oct, 2018 1 commit