1. 31 1月, 2012 1 次提交
    • C
      Introduce Gradle-based build · f79c5149
      Chris Beams 提交于
       - Use recent Gradle 1.0-milestone-8 snapshot
       - Add initial cut of build.gradle able to compile/test all modules
       - Update .gitignore
       - Generate Gradle wrapper scripts
       - Remove all Eclipse metadata files
       - Temporarily @Ignore tests that do not pass under Gradle
      f79c5149
  2. 10 1月, 2012 1 次提交
  3. 22 12月, 2011 3 次提交
    • C
      Update cache ref docs re 'args' vs 'params' naming · e9ab1a7a
      Costin Leau 提交于
      Prior to this change, the caching reference docs referred to
      'root.params', whereas the actual naming should be 'root.args'. This
      naming was also reflected in the "#p" syntax for specifying method args.
      
      This change updates the documentation to refer to 'root.args' properly
      and also adds "#a" syntax for specifying method arguments more
      intuitively. Note that "#p" syntax remains in place as an alias for
      backward compatibility.
      
      Issue: SPR-8938
      e9ab1a7a
    • C
      Normalize whitespace in cache reference doc · 02cd8681
      Chris Beams 提交于
      02cd8681
    • C
      Convert CRLF=>LF on files missed earlier · 41c40599
      Chris Beams 提交于
      Complete pass with `dos2unix` found additional files missed on earlier
      related commit.
      
      Issue: SPR-5608
      41c40599
  4. 13 12月, 2011 2 次提交
  5. 08 12月, 2011 1 次提交
    • C
      Remove unnecessary mentions of aspectjrt/aspectjweaver · b94040f3
      Chris Beams 提交于
      aspectjrt is a subset of aspectjweaver. Eliminate mentions of aspectjrt
      where aspectjweaver is already necessary (e.g. LTW), and do not mention
      aspectjweaver where only aspectrt is required (e.g. @Aspect proxying)
      
      Also bump required version of aspect* libs from 1.5 to 1.6.8, reflecting
      OSGi and pom metadata.
      
      Issue: SPR-8896
      b94040f3
  6. 06 12月, 2011 2 次提交
  7. 28 11月, 2011 3 次提交
  8. 26 11月, 2011 1 次提交
    • C
      + add docs · 3416a261
      Costin Leau 提交于
      + rename cache:definitions to cache:caching (to be consistent with annotations)
      3416a261
  9. 23 11月, 2011 1 次提交
  10. 18 11月, 2011 1 次提交
  11. 17 11月, 2011 1 次提交
  12. 10 11月, 2011 1 次提交
  13. 09 11月, 2011 1 次提交
  14. 05 11月, 2011 1 次提交
  15. 03 11月, 2011 1 次提交
    • R
      SPR-8694 HTML5 updates to the "type" attribute of the Spring Form tags. · c290a4e6
      Rossen Stoyanchev 提交于
      Since dynamic attributes were allowed in Spring 3, it raised the 
      possibility to specify a type attribute on a number of the form tags.
      Where it makes sense (see below) that attribute is now rejected
      and reversely where it makes sense it is accepted.
      
      InputTag allows types other than "text" but rejects type="radio" or 
      type="checkbox" since there is a good reason for those to be used 
      only in conjunction with the appropriate form library tags.
      
      Other HTML input tags such as PasswordTag, HiddenInputTag, 
      Checkbox(es)Tag and RadioBox(es)Tag check the dynamic attributes 
      and reject them if they contain a type attribute since.
      
      
      c290a4e6
  16. 13 10月, 2011 1 次提交
  17. 12 10月, 2011 6 次提交
  18. 11 10月, 2011 1 次提交
  19. 10 10月, 2011 1 次提交
  20. 08 10月, 2011 2 次提交
  21. 07 10月, 2011 1 次提交
  22. 30 9月, 2011 7 次提交