Skip to content

Commit d92f697

Browse files
committed
Remove outdated groovy-bean-definition-dsl id in whats-new
Issue: SPR-15153
1 parent 315698b commit d92f697

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/asciidoc/whats-new.adoc

+2-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ is available on the {wiki-spring-framework}[Spring Framework GitHub Wiki].
1919

2020

2121

22-
2322
=== Improved Getting Started Experience
2423
The new https://spring.io[spring.io] website provides a whole series of
2524
https://spring.io/guides["Getting Started"] guides to help you learn Spring. You
@@ -33,7 +32,6 @@ Framework release.
3332

3433

3534

36-
3735
=== Removed Deprecated Packages and Methods
3836
All deprecated packages, and many deprecated classes and methods have been removed with
3937
version 4.0. If you are upgrading from a previous release of Spring, you should ensure
@@ -52,7 +50,6 @@ retained for the time being where Spring 3.2 had it; now just in deprecated form
5250

5351

5452

55-
5653
=== Java 8 (as well as 6 and 7)
5754
Spring Framework 4.0 provides support for several Java 8 features. You can make use of
5855
__lambda expressions__ and __method references__ with Spring's callback interfaces. There
@@ -68,7 +65,6 @@ based on Spring 4, we recommend the use of Java 7 or 8.
6865

6966

7067

71-
7268
=== Java EE 6 and 7
7369
Java EE version 6 or above is now considered the baseline for Spring Framework 4, with
7470
the JPA 2.0 and Servlet 3.0 specifications being of particular relevance. In order to
@@ -96,7 +92,6 @@ Spring Framework 4.0. The same applies to Hibernate Validator 5.0 as a Bean Vali
9692

9793

9894

99-
[[groovy-bean-definition-dsl]]
10095
=== Groovy Bean Definition DSL
10196
Beginning with Spring Framework 4.0, it is possible to define external bean configuration
10297
using a Groovy DSL. This is similar in concept to using XML bean definitions but allows
@@ -131,7 +126,6 @@ For more information consult the `GroovyBeanDefinitionReader`
131126

132127

133128

134-
135129
=== Core Container Improvements
136130
There have been several general improvements to the core container:
137131

@@ -159,7 +153,6 @@ There have been several general improvements to the core container:
159153

160154

161155

162-
163156
=== General Web Improvements
164157
Deployment to Servlet 2.5 servers remains an option, but Spring Framework 4.0 is now
165158
focused primarily on Servlet 3.0+ environments. If you are using the
@@ -179,7 +172,6 @@ have been made to Spring's Web modules:
179172

180173

181174

182-
183175
=== WebSocket, SockJS, and STOMP Messaging
184176
A new `spring-websocket` module provides comprehensive support for WebSocket-based,
185177
two-way communication between client and server in web applications. It is compatible with
@@ -201,7 +193,6 @@ For further details, including a more thorough introduction, see the <<websocket
201193

202194

203195

204-
205196
=== Testing Improvements
206197
In addition to pruning of deprecated code within the `spring-test` module, Spring
207198
Framework 4.0 introduces several new features for use in unit and integration testing.
@@ -389,6 +380,7 @@ method has been added.
389380

390381

391382

383+
392384
[[new-in-4.2]]
393385
== New Features and Enhancements in Spring Framework 4.2
394386

@@ -624,6 +616,7 @@ public @interface MyTestConfig {
624616

625617

626618

619+
627620
[[new-in-4.3]]
628621
== New Features and Enhancements in Spring Framework 4.3
629622

0 commit comments

Comments
 (0)