1. 13 2月, 2014 1 次提交
    • S
      Test against CGLIB memory leak for method injection · f2a4537b
      Sam Brannen 提交于
      This commit introduces a test in XmlBeanFactoryTests that verifies that
      CGLIB generated subclasses for method injected beans are reused across
      bean factories for identical bean definitions. In other words, by
      verifying that the same CGLIB generated class is reused for identical
      bean definitions, we can be certain that Spring is no longer generating
      identical, duplicate classes that consume memory in the VM.
      
      Issue: SPR-10785, SPR-11420
      f2a4537b
  2. 12 2月, 2014 1 次提交
  3. 09 2月, 2014 3 次提交
  4. 08 2月, 2014 2 次提交
  5. 07 2月, 2014 4 次提交
  6. 04 2月, 2014 1 次提交
    • S
      Ensure all tests are executed in the Gradle build · b8ed2f49
      Sam Brannen 提交于
      Prior to this commit several test classes named "*Test" were not
      recognized as tests by the Gradle build. This is due to the configured
      inclusion of '**/*Tests.*' which follows Spring's naming convention for
      test classes.
      
      This commit addresses this issue by:
      
       - Renaming real test classes consistently to "*Tests".
       - Renaming internal test classes to "*TestCase".
       - Renaming @WebTest to @WebTestStereotype.
       - Disabling broken tests in AnnoDrivenStaticEntityMockingControlTest.
       - Modifying the Gradle build configuration so that classes ending in
         either "*Tests" or "*Test" are considered test classes.
      
      Issue: SPR-11384
      b8ed2f49
  7. 31 1月, 2014 1 次提交
  8. 30 1月, 2014 1 次提交
  9. 27 1月, 2014 1 次提交
    • S
      Introduce value attribute in @RestController · 78542777
      Sam Brannen 提交于
      Stereotype annotations should support a 'value' attribute for
      specifying the name of the Spring-managed component; however,
      @RestController currently does not provide such an attribute.
      
      This commit introduces a 'value' attribute in @RestController so that
      developers can provide custom names for components annotated with
      @RestController.
      
      Issue: SPR-11360
      78542777
  10. 25 1月, 2014 1 次提交
  11. 24 1月, 2014 2 次提交
  12. 23 1月, 2014 1 次提交
  13. 22 1月, 2014 1 次提交
  14. 21 1月, 2014 2 次提交
  15. 14 1月, 2014 6 次提交
  16. 05 1月, 2014 2 次提交
  17. 04 1月, 2014 2 次提交
  18. 03 1月, 2014 1 次提交
  19. 31 12月, 2013 2 次提交
  20. 21 12月, 2013 1 次提交
  21. 20 12月, 2013 3 次提交
  22. 18 12月, 2013 1 次提交