1. 27 5月, 2019 2 次提交
    • P
      Use less confusing MergedAnnotation method names · e386e53f
      Phillip Webb 提交于
      Rename some `MergedAnnotation` methods to prevent using parent/child
      terminology, specifically:
      
      	`getDepth()` has been renamed `getDistance()`
      	`getParent()` has been renamed `getMetaSource()`
      	`getTypeHierarchy()` has been renamed `getMetaTypes()`
      
      The parent child naming was particularly confusing given that the
      parent/child relationships were inverted from the way that a lot of
      users think about meta-annotations. For example, a `@RequestMapping`
      having a parent of `@GetMapping` feels odd given that `@GetMapping`
      is the thing declaring the meta-annotation relationship.
      
      The new method names are designed to align more closely with existing
      terms. For example, `getMetaSource` hints at the relationship with
      `isMetaAnnotated` and `getSource`.
      
      Closes gh-22946
      e386e53f
    • S
      Migrate TestNG assertions to AssertJ · 4f4427f5
      Sam Brannen 提交于
      Migrate all existing TestNG based assertions to AssertJ and add
      Checkstyle rules to ensure they don't return.
      
      See gh-23022
      4f4427f5
  2. 26 5月, 2019 4 次提交
  3. 25 5月, 2019 10 次提交
  4. 24 5月, 2019 13 次提交
  5. 23 5月, 2019 7 次提交
  6. 22 5月, 2019 4 次提交