Polish the migration guide
- Added missing <para> tags to the JDiff reports section. - Converted tabs to spaces.
This commit is contained in:
parent
2775862c50
commit
59a8da3eff
|
|
@ -148,6 +148,7 @@
|
|||
|
||||
<section xml:id="migration-3.2-api-changes">
|
||||
<title>JDiff reports</title>
|
||||
<para>
|
||||
Select JDiff reports are now being published to provide users with a convenient
|
||||
means of understanding what's changed between versions. Going forward these will be
|
||||
published between each minor version, e.g. from 3.1.3.RELEASE to 3.1.4.RELEASE; from
|
||||
|
|
@ -157,6 +158,7 @@
|
|||
and/or RC for users who are tracking next-generation development, e.g.
|
||||
<link xl:href="http://static.springsource.org/spring-framework/docs/3.2.0.RC2_to_3.2.0.RELEASE">
|
||||
3.2.0.RC2 to 3.2.0.RELEASE</link>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="migration-3.2-removals-and-deprecations">
|
||||
|
|
@ -292,8 +294,8 @@
|
|||
<para>
|
||||
<link xl:href="http://static.springsource.org/spring-framework/docs/current/javadoc-api/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.html">
|
||||
org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests</link>:
|
||||
use of the <varname>simpleJdbcTemplate</varname> instance variable has been deprecated
|
||||
in favor of the new <varname>jdbcTemplate</varname> instance variable.</para>
|
||||
use of the <varname>simpleJdbcTemplate</varname> instance variable has been deprecated
|
||||
in favor of the new <varname>jdbcTemplate</varname> instance variable.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Reference in New Issue