1. 11 8月, 2010 5 次提交
  2. 10 8月, 2010 5 次提交
    • C
      Polish validation chapter program listings · 720f7ecf
      Chris Beams 提交于
      <programlisting/> elements must contain no newlines at beginning or end.
      The following is an example of what not to do:
      
          <programlisting><![CDATA[
      package com.foo.bar;
      
      class XFoo implements Foo<X> {
      }]]>
          </programlisting>
      
      This leaves newlines at the beginning and end of the programlisting
      panel within the PDF. Instead, do it like this:
      
          <programlisting><![CDATA[package com.foo.bar;
      
      class XFoo implements Foo<X> {
      }]]></programlisting>
      720f7ecf
    • C
      Clarify ConversionServiceFactoryBean documentation (SPR-7362) · 87caa133
      Chris Beams 提交于
      - The sentence at the end of section 5.5.5 now refers to the
        <mvc:annotation-driven conversion-service="..."/> example at the end
        of section 5.6.
      
      - The sentence at the end of section 5.5.5 refers to the
        FormatterConversionServiceFactoryBean section that follows.
      87caa133
    • C
      Fix typo in validation chapter · cecee4d0
      Chris Beams 提交于
      cecee4d0
    • C
      Format validation chapter docbook source · f45bb929
      Chris Beams 提交于
      f45bb929
    • C
      Remove dependency-check coverage from reference docs (SPR-7303) · 73ec8402
      Chris Beams 提交于
      - 'dependency-check' attribute of the <bean/> element was removed
        in the spring-beans-3.0 XSD; documentation now reflects this change.
      
      - 'autodetect' was removed from the enumeration of possible values
        for autowire mode in the spring-beans-3.0 XSD; documentation now
        reflects this change.
      
      Note that the underlying functionality for these values has not been
      removed from Spring Core.  Users of Spring 3.0 who still need this
      support may choose to use spring-beans-2.5.xsd in order to preserve
      backward-compatibility.
      73ec8402
  3. 09 8月, 2010 6 次提交
  4. 08 8月, 2010 5 次提交
  5. 07 8月, 2010 18 次提交
  6. 04 8月, 2010 1 次提交