1. 31 1月, 2012 2 次提交
    • C
      Upgrade reference docs to DocBook 5 · 36413371
      Chris Beams 提交于
      For compatibility with Gradle docbook-reference-plugin, which cannot
      handle DocBook 4.
      36413371
    • C
      Move reference docs => src/reference · 62e94461
      Chris Beams 提交于
      This change eliminates the spring-framework-reference subproject, moving
      these sources into the root project's own src directory.
      
      This makes sense because the reference docs span all submodules, and
      also because api Javadoc is created at the root project level as well.
      This means that both api and reference documentation output will now
      reside in the root project's 'build' directory. This is more consistent
      and easy to discover.
      62e94461
  2. 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
  3. 06 12月, 2011 1 次提交
  4. 22 7月, 2011 1 次提交
  5. 04 6月, 2011 1 次提交
  6. 26 4月, 2011 1 次提交
  7. 01 2月, 2011 2 次提交
  8. 07 8月, 2010 2 次提交
  9. 11 6月, 2010 2 次提交
  10. 19 5月, 2010 1 次提交
  11. 05 5月, 2010 1 次提交
    • C
      SPR-7163 · 42cdfbcd
      Costin Leau 提交于
      SPR-7161
      + update Petclinic references
      + minor corrections
      42cdfbcd
  12. 28 4月, 2010 1 次提交
  13. 26 1月, 2010 2 次提交
    • C
      SPR-4493 · 1152d51c
      Costin Leau 提交于
      + added some clarifications
      + improved the document structure
      1152d51c
    • C
      SPR-4493 · bc37c509
      Costin Leau 提交于
      SPR-6756
      bc37c509
  14. 23 1月, 2010 1 次提交
  15. 22 1月, 2010 1 次提交
  16. 10 12月, 2009 1 次提交
  17. 04 12月, 2009 1 次提交
  18. 30 11月, 2009 1 次提交
    • C
      SPR-6469 · 7a1c4d23
      Costin Leau 提交于
      + renamed spring-agent.jar to org.springframework.instrument.jar through-out the documentation.
      7a1c4d23
  19. 24 11月, 2009 1 次提交
    • C
      SPR-4724 · 1f5568fa
      Costin Leau 提交于
      + most of the problems were already fixed (probably by Mark). These are just minor adjustments
      1f5568fa
  20. 02 10月, 2009 1 次提交
  21. 31 8月, 2009 1 次提交
    • C
      updates made during my review of beans.xml: · 19bccaaa
      Chris Beams 提交于
      * eliminated all usage of "the section entitled", because <xref> links already render including "the section called ".  This was resulting in sentences like 'see also the section entitled the section called "@Autowired"'. This issue affected nearly all sections of the documentation, so went beyond just beans.xml
      
      * fixed table overflow in the "Using filters to customize scanning" section (approx. p.90)
      
      * fixed all code overflows in <programlisting/> elements
      
      * corrected a couple minor syntax errors with SpEL examples (missing closing braces)
      
      * added 'language="..."' element to <programlisting> elements where appropriate to enable syntax highlighting.
      
      * normalized all code indention to four-space (some code listings were using one- and two-space)
      
      * updated all code listings to use same-line opening braces.
      
      * eliminated section regarding backward compatibility with Spring DTDs and singleton=true|false.  This seems like cruft to me, and we shouldn't keep historical notes around forever.
      
      * Added <note> regarding the new thread scope (SimpleThreadScope) to Section 3.5 Bean Scopes.  Also updated the section on registering a custom Scope implementation to use the SimpleThreadScope as an example.
      
      * updated the new-in-3.xml section to improve the @Configuration example
      19bccaaa
  22. 31 7月, 2009 1 次提交
  23. 10 6月, 2009 1 次提交
  24. 30 4月, 2009 1 次提交
  25. 15 4月, 2009 1 次提交
  26. 08 4月, 2009 1 次提交
  27. 19 3月, 2009 1 次提交