1. 07 8月, 2015 5 次提交
    • C
      Introduce additional JsonPath matchers in Spring MVC Test · fffdd1e9
      Craig Andrews 提交于
      This commit introduces the following methods in JsonPathResultMatchers
      in the Spring MVC Test framework.
      
      - isString()
      - isBoolean()
      - isNumber()
      - isMap()
      
      In addition, this commit overhauls the Javadoc in
      JsonPathResultMatchers and JsonPathExpectationsHelper.
      
      Issue: SPR-13320
      fffdd1e9
    • S
      Improve performance of NumberUtils · 48b965ad
      Sam Brannen 提交于
      This commit aims to improve the space and time performance of
      NumberUtils by invoking valueOf() factory methods instead of the
      corresponding constructors when converting a number to a target class.
      48b965ad
    • S
      Polish NumberUtilsTests · e0392d9d
      Sam Brannen 提交于
      e0392d9d
    • S
      Polish Javadoc for NumberUtils · 15033c1c
      Sam Brannen 提交于
      15033c1c
    • S
      Ensure @AliasFor overrides attribute in correct meta-annotation · c8d604bf
      Sam Brannen 提交于
      Prior to this commit, an explicit override for an attribute in a
      meta-annotation configured via @AliasFor could potentially result in an
      incorrect override of an attribute of the same name but in the wrong
      meta-annotation.
      
      This commit fixes the algorithm in getAliasedAttributeName(Method,
      Class) in AnnotationUtils by ensuring that an explicit attribute
      override is only applied to the configured target meta-annotation
      (i.e., configured via the 'annotation' attribute in @AliasFor).
      
      Issue: SPR-13325
      c8d604bf
  2. 05 8月, 2015 1 次提交
  3. 04 8月, 2015 1 次提交
  4. 01 8月, 2015 1 次提交
  5. 31 7月, 2015 10 次提交
  6. 30 7月, 2015 16 次提交
  7. 29 7月, 2015 6 次提交