Skip to content

Commit fb82f14

Browse files
committed
Merge branch '2.5.x'
2 parents 2e8acc9 + 233c114 commit fb82f14

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Diff for: publish-maven.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ publishing {
4242
developer {
4343
id = "rstoyanchev"
4444
name = "Rossen Stoyanchev"
45-
email = "rstoyanchev@pivotal.io"
45+
email = "rstoyanchev@vmware.com"
4646
}
4747
}
4848
issueManagement {

Diff for: spring-webflow/spring-webflow.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ dependencies {
4444
exclude group: 'org.hibernate', module: 'hibernate-core'
4545
}
4646
}
47+

Diff for: src/reference/system-setup.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[_system_setup]]
12
== System Setup
23

34
This chapter shows you how to set up the Web Flow system for use in any web environment.

Diff for: src/reference/whatsnew.adoc

-3
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ Java ServerFaces version 1.2 and earlier are no longer supported by Spring Web F
6767
If you have not done so already, you need to upgrade to JSF 2.0 or later.
6868
In addition, the Spring Faces components that were previously provided with JSF 1.2 for progressive AJAX enhancements have been removed in this release.
6969

70-
See <<_spring_faces_upgrade_from_swf23>>.
71-
7270
[[_whatsnew_swf_jsf20_portlet]]
7371
==== Portlet API 2.0 and JSF 2.0 support
7472

@@ -262,5 +260,4 @@ This change is transparent for applications but results in simpler and safer con
262260

263261
In previous versions of Spring Web Flow, support for JSF Portlets relied on a Portlet Bridge for JSF implementation and was considered experimental.
264262
Spring Web Flow 2.2 adds support for JSF Portlets based on its own internal Portlet integration targeting Portlet API 2.0 and JSF 1.2 environments.
265-
See <<_portlet_jsf>> for more details.
266263
The Spring Web Flow Travel JSF Portlets sample has been successfully tested on the Apache Pluto portal container.

0 commit comments

Comments
 (0)