1. 01 2月, 2014 4 次提交
    • S
      Verify ServletCtxAware beans are processed in WAC tests · a521ef5c
      Sam Brannen 提交于
      SPR-11145 claims that ServletContextAware beans declared in an
      ApplicationContext loaded for an integration test by the TestContext
      framework (TCF) do not have their setServletContext() methods invoked
      if the tests are executed manually using JUnit 4.11.
      
      This commit verifies that such ServletContextAware beans are processed
      properly regardless of how the test was launched. Specifically:
      
       - A ServletContextAwareBean has been introduced.
      
       - BasicAnnotationConfigWacTests has been retrofitted with a
         ServletContextAwareBean in its context.
      
       - ServletContextAwareBeanWacTests has been introduced to execute
         BasicAnnotationConfigWacTests manually via JUnitCore.
      
      Issue: SPR-11145
      a521ef5c
    • J
      Consistent iteration over actualValue in Velocity and FreeMarker macros · 4f60b98b
      Juergen Hoeller 提交于
      This requires consistent exposure of an actualValue in BindStatus, even if no BindingResult available.
      
      Issue: SPR-10837
      4f60b98b
    • R
      Fix test class name · e680e346
      Rossen Stoyanchev 提交于
      e680e346
    • S
      Fix grammar in Javadoc for @ResponseBody · 474f1b03
      Sam Brannen 提交于
      474f1b03
  2. 31 1月, 2014 3 次提交
  3. 30 1月, 2014 2 次提交
  4. 29 1月, 2014 4 次提交
  5. 28 1月, 2014 14 次提交
  6. 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
  7. 26 1月, 2014 6 次提交
  8. 25 1月, 2014 6 次提交