Skip to content

Commit 4e47521

Browse files
committed
Update version references in documentation
Closes gh-1835
1 parent 795122b commit 4e47521

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/dist/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is a powerful controller engine that addresses the "C" in MVC.
2020

2121
2. RELEASE NOTES
2222
----------------
23-
Spring Web Flow 3.0 requires JDK 17 and Spring Framework 6.0.x as a baseline.
23+
Spring Web Flow 4.0 requires JDK 17 and Spring Framework 7 as a baseline.
2424

2525
Release distribution contents:
2626

src/docs/asciidoc/overview.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ It covers implementing flows in end-user applications and working with the featu
66
It also covers extending the framework and the overall architectural model.
77

88
[[_system_requirements]]
9-
=== Web Flow Requirements
9+
=== Web Flow 4.0 Baseline
1010

1111
* Java 17 or higher.
12-
* Spring Framework 6.0 or higher.
12+
* Spring Framework 7.0 baseline
13+
* Servlet 6.1
1314

1415
=== Resources
1516

src/docs/asciidoc/spring-faces.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Spring Web Flow provides a JavaServer Faces (JSF) integration that lets you use
55
Web Flow also provides a Spring Security tag library for use in JSF environments.
66
See <<_spring_faces_security_taglib>> for more details.
77

8-
Spring Web Flow 3.0 requires JSF 4.0 or higher.
8+
Spring Web Flow 4.0 requires JSF 4.1 or higher.
99

1010
[[_spring_faces_config_web.xml]]
1111
=== Configuring `web.xml`

0 commit comments

Comments
 (0)