Deprecate OGNL support

Issue: SWF-1627
This commit is contained in:
Rossen Stoyanchev
2014-03-31 15:30:31 -04:00
parent 893df095c6
commit 77198b5c5f
5 changed files with 29 additions and 9 deletions

View File

@@ -121,6 +121,11 @@
</sect2>
<sect2 xml:id="el-ognl">
<title>OGNL</title>
<note>
<para>
OGNL support is deprecated as of Web Flow version 2.4.
</para>
</note>
<para>
<link xl:href="http://www.ognl.org">OGNL</link> is the third supported expression language.
OGNL is the EL most familiar to Web Flow version 1.0 users.

View File

@@ -78,6 +78,12 @@
See <xref linkend="portlet-jsf"/>.
</para>
</sect2>
<sect2 xml:id="whatsnew-deprecation">
<title>Deprecations</title>
<para>
OGNL support is now deprecated.
</para>
</sect2>
</sect1>
<sect1 xml:id="whatsnew-swf-230">
<title>Spring Web Flow 2.3</title>