1. 29 8月, 2013 14 次提交
  2. 28 8月, 2013 23 次提交
  3. 27 8月, 2013 3 次提交
    • R
      Revise use of FilterChain in MockMvc · ed9b2966
      Rossen Stoyanchev 提交于
      MockFilterChain should not be re-used across requests. This is not an
      issue unless tests are executed concurrently. This change ensures the
      MockFilterChain is re-created for each request in MockMvc.
      
      Issue: SPR-10838
      ed9b2966
    • P
      Ensure @Conditions consider super classes · 620c16f5
      Phillip Webb 提交于
      Fix @Condition evaluation to also consider super classes for both
      @Configuration classes and regular @Components. This change allows
      @Conditional annotations to be inherited and restores the previous
      behavior of @Profile.
      
      Issue: SPR-10840
      620c16f5
    • J
      Polishing · 8f90eacd
      Juergen Hoeller 提交于
      8f90eacd