From 3af4cdb0f1eb698ba0f816ff7bc0fd4d31df423f Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 4 Jun 2011 12:45:58 +0000 Subject: [PATCH] Rename ref docs section new-in-3 => new-in-3.0 --- spring-framework-reference/src/aop.xml | 2 +- spring-framework-reference/src/mvc.xml | 2 +- .../src/{new-in-3.xml => new-in-3.0.xml} | 18 +++++++++--------- .../src/spring-framework-reference.xml | 6 +++--- spring-framework-reference/src/testing.xml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) rename spring-framework-reference/src/{new-in-3.xml => new-in-3.0.xml} (98%) diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 765d4fb9927..d1844d4cf73 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -3185,7 +3185,7 @@ public class Account { Now that the sales pitch is over, let us first walk through a quick example of AspectJ LTW using Spring, followed by detailed specifics about elements introduced in the following example. For a - complete example, please see the Petclinic sample application. + complete example, please see the Petclinic sample application.
A first example diff --git a/spring-framework-reference/src/mvc.xml b/spring-framework-reference/src/mvc.xml index 55a5f5de9d7..058be3827e2 100644 --- a/spring-framework-reference/src/mvc.xml +++ b/spring-framework-reference/src/mvc.xml @@ -589,7 +589,7 @@ configure access to Servlet or Portlet facilities. - Available in the samples repository, + Available in the samples repository, a number of web applications leverage the annotation support described in this section including MvcShowcase, MvcAjax, MvcBasic, PetClinic, diff --git a/spring-framework-reference/src/new-in-3.xml b/spring-framework-reference/src/new-in-3.0.xml similarity index 98% rename from spring-framework-reference/src/new-in-3.xml rename to spring-framework-reference/src/new-in-3.0.xml index c53a2d4383d..555cba6ac40 100644 --- a/spring-framework-reference/src/new-in-3.xml +++ b/spring-framework-reference/src/new-in-3.0.xml @@ -1,7 +1,7 @@ - + New Features and Enhancements in Spring 3.0 If you have been using the Spring Framework for some time, you will be @@ -9,7 +9,7 @@ October 2006, and Spring 2.5, released in November 2007. It is now time for a third overhaul resulting in Spring 3.0. - + Java SE and Java EE Support The Spring Framework is now based on Java 5, and Java 6 is fully @@ -19,7 +19,7 @@ at the same time introducing some early support for Java EE 6. -
+
Java 5 The entire framework code has been revised to take advantage of Java @@ -43,7 +43,7 @@ @Asynchronous annotation).
-
+
Improved documentation The Spring reference documentation has also substantially been @@ -56,14 +56,14 @@ issue.
-
+
New articles and tutorials There are many excellent articles and tutorials that show how to get started with Spring 3 features. Read them at the Spring Documentation page. - + The samples have been improved and updated to take advantage of the new features in Spring 3. Additionally, the samples have been moved out of the source tree into a dedicated SVN repository available at: @@ -81,7 +81,7 @@
-
+
New module organization and build system The framework modules have been revised and are now managed @@ -153,7 +153,7 @@ - + Note: The spring.jar artifact that contained almost the entire framework @@ -182,7 +182,7 @@
-
+
Overview of new features This is a list of new features for Spring 3.0. We will cover these diff --git a/spring-framework-reference/src/spring-framework-reference.xml b/spring-framework-reference/src/spring-framework-reference.xml index 286bf04998e..9e4dbdabe77 100644 --- a/spring-framework-reference/src/spring-framework-reference.xml +++ b/spring-framework-reference/src/spring-framework-reference.xml @@ -7,7 +7,7 @@ Spring Framework - 3.0 + 3.1 @@ -238,9 +238,9 @@ - What's New in Spring 3.0 + What's New in Spring 3 - + diff --git a/spring-framework-reference/src/testing.xml b/spring-framework-reference/src/testing.xml index 23d599a09d4..ee4e09293ee 100644 --- a/spring-framework-reference/src/testing.xml +++ b/spring-framework-reference/src/testing.xml @@ -1699,7 +1699,7 @@ public class SimpleTest { PetClinic example The PetClinic application, available from the - samples repository, + samples repository, illustrates several features of the Spring TestContext Framework in a JUnit 4.5+ environment. Most test functionality is included in the