1. 31 10月, 2013 3 次提交
    • P
      Multicaster support for events with null source · 1ea7f741
      Phillip Webb 提交于
      Update `AbstractApplicationEventMulticaster` to support `EventObjects`
      with a null source (which can happen if they have been serialized).
      
      Issue: SPR-10945
      (cherry picked from commit b0ff834e)
      1ea7f741
    • P
      Consistent ordering for @PropertySource locations · 8c6fe2cb
      Phillip Webb 提交于
      Ensure that property source locations are processed in the same order
      regardless if the 'name' attribute is set or not.
      
      Prior to this commit multiple locations from a `@PropertySource` with
      a name were added to a `CompositePropertySource` in such a way that
      the first location would take precedence. This has now been reversed
      for consistence with unnamed `@PropertySource`s
      
      Issue: SPR-10820
      (cherry picked from commit e3d3d8cd)
      8c6fe2cb
    • R
      Avoid filling up AntPathMatcher cache · 7a5a6893
      Rossen Stoyanchev 提交于
      This change avoid use of AntPathMatcher to extract URI template
      variables when the lookup path is used as the best matching pattern.
      
      Issue: SPR-10803
      7a5a6893
  2. 28 10月, 2013 3 次提交
  3. 27 10月, 2013 2 次提交
  4. 26 10月, 2013 7 次提交
  5. 22 10月, 2013 1 次提交
    • S
      Assert context uniqueness against merged config · 63de2fab
      Sam Brannen 提交于
      Prior to this commit, the uniqueness check for @ContextConfiguration
      attributes within a @ContextHierarchy was performed at a single test
      class level instead of against the merged configuration for all test
      class levels in the test class hierarchy.
      
      This commit addresses this issue by moving the uniqueness check
      algorithm from resolveContextHierarchyAttributes() to
      buildContextHierarchyMap() within ContextLoaderUtils.
      
      Issue: SPR-11011
      Backport-Commit: 7658d856
      63de2fab
  6. 19 10月, 2013 1 次提交
  7. 18 10月, 2013 4 次提交
  8. 11 10月, 2013 1 次提交
  9. 05 10月, 2013 1 次提交
  10. 03 10月, 2013 1 次提交
  11. 28 9月, 2013 1 次提交
  12. 27 9月, 2013 2 次提交
  13. 25 9月, 2013 4 次提交
  14. 24 9月, 2013 1 次提交
  15. 21 9月, 2013 1 次提交
    • C
      Fix "Problem locating method" SpEL error message · d66cf0c3
      Clément Plantier 提交于
      Replace "Problem locating method {0} cannot on type {1}" with
      "Problem locating method {0} on type {1}".
      
      Issue: SPR-10928
      (cherry picked from 824ac5)
      
      Conflicts:
      	spring-expression/src/main/java/org/springframework/expression/spel/SpelMessage.java
      d66cf0c3
  16. 14 9月, 2013 2 次提交
  17. 05 9月, 2013 5 次提交