Backport "Add 3.1 migration section to reference docs"

Address error raised when using component-scan against the unqualified
"org" base package.

Issue: SPR-9843
Backport-Commit: b8f223c404
This commit is contained in:
Chris Beams
2013-01-08 11:30:22 +01:00
parent 1cd7600d8a
commit a7889c9df4
3 changed files with 38 additions and 1 deletions

View File

@@ -13,7 +13,8 @@
<para>This is a list of new features for Spring 3.1. Most features do not
yet have dedicated reference documentation but do have Javadoc. In such
cases, fully-qualified class names are given.</para>
cases, fully-qualified class names are given. See also <xref linkend="migration-3.1"/>
</para>
<section id="new-in-3.1-cache-abstraction">
<title>Cache Abstraction</title>