Skip to content

Commit 22e9e0b

Browse files
committed
Minor rewording
1 parent 0019d68 commit 22e9e0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/dist/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Changes in version 3.2 GA (2012-12-13)
99
* upgraded Spring Framework build to AspectJ 1.7.1, JUnit 4.11, Groovy 1.8.8, JRuby 1.6.5, Joda-Time 2.1
1010
* checked compatibility of Spring's Velocity support with Velocity 1.7 and Velocity Tools 2.0
1111
* checked compatibility of Spring's JasperReports support with JasperReports 5.0
12-
* added unit tests for Hibernate 4
12+
* added unit tests for Spring's Hibernate 4 support
1313
* deprecated Apache iBATIS support in favor of native Spring support in Mybatis (the iBATIS successor)
1414
* deprecated JSF 1.1 VariableResolver implementations in favor of Spring-provided JSF 1.2 ELResolvers
1515
* deprecated BeanReferenceFactoryBean and CommonsLogFactoryBean

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,15 @@
292292
</section>
293293

294294
<section xml:id="new-in-3.2-concurrency">
295-
<title>Refined concurrency within the framework</title>
295+
<title>Concurrency refinements across the framework</title>
296296

297297
<para>Spring Framework 3.2 includes fine-tuning of concurrent data structures
298298
in many parts of the framework, minimizing locks and generally improving the
299299
arrangements for highly concurrent creation of scoped/prototype beans.</para>
300300
</section>
301301

302302
<section xml:id="new-in-3.2-java7">
303-
<title>Refined Java SE 7 support</title>
303+
<title>Refined Java SE 7 / OpenJDK 7 support</title>
304304

305305
<para>Last but not least, Spring Framework 3.2 comes with refined Java 7 support
306306
within the framework as well as through upgraded third-party dependencies:

0 commit comments

Comments
 (0)