Skip to content

Commit a4f882f

Browse files
committed
Fully qualify Spring=>Spring Framework in ref docs
This is not a comprehensive update, only covering the "What's new" sections for now.
1 parent b16bf2d commit a4f882f

File tree

3 files changed

+27
-28
lines changed

3 files changed

+27
-28
lines changed

src/reference/docbook/new-in-3.0.xml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
xsi:schemaLocation="
88
http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
99
http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
10-
<title>New Features and Enhancements in Spring 3.0</title>
10+
<title>New Features and Enhancements in Spring Framework 3.0</title>
1111

1212
<para>If you have been using the Spring Framework for some time, you will be
1313
aware that Spring has undergone two major revisions: Spring 2.0, released in
1414
October 2006, and Spring 2.5, released in November 2007. It is now time for
15-
a third overhaul resulting in Spring 3.0.</para>
15+
a third overhaul resulting in Spring Framework 3.0.</para>
1616

1717
<sidebar xml:id="new-in-3.0-intro-java">
1818
<title>Java SE and Java EE Support</title>
@@ -52,8 +52,8 @@
5252
<title>Improved documentation</title>
5353

5454
<para>The Spring reference documentation has also substantially been
55-
updated to reflect all of the changes and new features for Spring 3.0.
56-
While every effort has been made to ensure that there are no errors in
55+
updated to reflect all of the changes and new features for Spring Framework
56+
3.0. While every effort has been made to ensure that there are no errors in
5757
this documentation, some errors may nevertheless have crept in. If you do
5858
spot any typos or even more serious errors, and you can spare a few cycles
5959
during lunch, please do bring the error to the attention of the Spring
@@ -65,20 +65,23 @@
6565
<title>New articles and tutorials</title>
6666

6767
<para>
68-
There are many excellent articles and tutorials that show how to get started with Spring 3 features.
69-
Read them at the <link xl:href="http://www.springsource.org/documentation">Spring Documentation</link> page.
68+
There are many excellent articles and tutorials that show how to get
69+
started with Spring Framework 3 features. Read them at the
70+
<link xl:href="http://www.springsource.org/documentation">Spring Documentation</link> page.
7071
</para>
7172
<para xml:id="new-in-3.0-samples">
72-
The samples have been improved and updated to take advantage of the new features in Spring 3.
73-
Additionally, the samples have been moved out of the source tree into a dedicated SVN
73+
The samples have been improved and updated to take advantage of the new features in Spring
74+
Framework 3. Additionally, the samples have been moved out of the source tree into a dedicated SVN
7475
<link xl:href="https://anonsvn.springframework.org/svn/spring-samples/">repository</link> available at:</para>
7576

7677
<para>
7778
<literal>https://anonsvn.springframework.org/svn/spring-samples/</literal>
7879
</para>
7980

80-
<para>As such, the samples are no longer distributed alongside Spring 3 and need to be downloaded separately from the repository mentioned above. However, this documentation
81-
will continue to refer to some samples (in particular Petclinic) to illustrate various features.</para>
81+
<para>As such, the samples are no longer distributed alongside Spring
82+
Framework 3 and need to be downloaded separately from the repository
83+
mentioned above. However, this documentation will continue to refer to
84+
some samples (in particular Petclinic) to illustrate various features.</para>
8285

8386
<note><para>For more information on Subversion (or in short SVN), see the project homepage at:
8487
<literal>http://subversion.apache.org/</literal></para>
@@ -190,7 +193,7 @@
190193
<section xml:id="new-in-3.0-features-overview">
191194
<title>Overview of new features</title>
192195

193-
<para>This is a list of new features for Spring 3.0. We will cover these
196+
<para>This is a list of new features for Spring Framework 3.0. We will cover these
194197
features in more detail later in this section.</para>
195198

196199
<itemizedlist>

src/reference/docbook/new-in-3.1.xml

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@
77
xsi:schemaLocation="
88
http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
99
http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd">
10-
<title>New Features and Enhancements in Spring 3.1</title>
11-
12-
<para>Building on the support introduced in Spring 3.0, Spring 3.1 is
13-
currently under development, and at the time of this writing Spring 3.1 RC1
14-
is being prepared for release.</para>
10+
<title>New Features and Enhancements in Spring Framework 3.1</title>
1511

1612
<section xml:id="new-in-3.1-features-overview">
1713
<title>Overview of new features</title>
1814

19-
<para>This is a list of new features for Spring 3.1. Most features do not
20-
yet have dedicated reference documentation but do have Javadoc. In such
15+
<para>This is a list of new features for Spring Framework 3.1. A number of features
16+
do not have dedicated reference documentation but do have complete Javadoc. In such
2117
cases, fully-qualified class names are given.</para>
2218

2319
<section xml:id="new-in-3.1-cache-abstraction">
@@ -114,7 +110,7 @@
114110
form of <interfacename>@Enable</interfacename> annotations. These are
115111
designed for use in conjunction with Spring's
116112
<interfacename>@Configuration</interfacename> classes, which were
117-
introduced in Spring 3.0.</para>
113+
introduced in Spring Framework 3.0.</para>
118114

119115
<itemizedlist>
120116
<listitem>
@@ -256,10 +252,10 @@
256252
<title>Support for injection against non-standard JavaBeans
257253
setters</title>
258254

259-
<para>Prior to Spring 3.1, in order to inject against a property method
260-
it had to conform strictly to JavaBeans property signature rules, namely
261-
that any 'setter' method must be void-returning. It is now possible in
262-
Spring XML to specify setter methods that return any object type. This
255+
<para>Prior to Spring Framework 3.1, in order to inject against a property
256+
method it had to conform strictly to JavaBeans property signature rules,
257+
namely that any 'setter' method must be void-returning. It is now possible
258+
in Spring XML to specify setter methods that return any object type. This
263259
is useful when considering designing APIs for method-chaining, where
264260
setter methods return a reference to 'this'.</para>
265261
</section>
@@ -309,8 +305,8 @@
309305
which will in turn get searched for <literal>@Entity</literal> classes.
310306
In many cases, persistence.xml does not contain more than a unit name
311307
and relies on defaults and/or external setup for all other concerns
312-
(such as the DataSource to use, etc). For that reason, Spring 3.1
313-
provides an alternative:
308+
(such as the DataSource to use, etc). For that reason, Spring Framework
309+
3.1 provides an alternative:
314310
<classname>LocalContainerEntityManagerFactoryBean</classname> accepts a
315311
'packagesToScan' property, specifying base packages to scan for
316312
<literal>@Entity</literal> classes. This is analogous to
@@ -328,8 +324,8 @@
328324
<title>New HandlerMethod-based Support Classes For Annotated Controller
329325
Processing</title>
330326

331-
<para>Spring 3.1 introduces a new set of support classes for processing
332-
requests with annotated controllers:</para>
327+
<para>Spring Framework 3.1 introduces a new set of support classes for
328+
processing requests with annotated controllers:</para>
333329

334330
<itemizedlist>
335331
<listitem>

src/reference/docbook/new-in-3.2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
xmlns:xl="http://www.w3.org/1999/xlink"
88
xmlns:xi="http://www.w3.org/2001/XInclude"
99
xmlns:ns="http://docbook.org/ns/docbook">
10-
<title>New Features and Enhancements in Spring 3.2</title>
10+
<title>New Features and Enhancements in Spring Framework 3.2</title>
1111

1212
<section xml:id="new-in-3.2-webmvc-async">
1313
<title>Support for Servlet 3 based asynchronous request processing</title>

0 commit comments

Comments
 (0)