Deprecate Spring.js

Issue: SWF-1628
This commit is contained in:
Rossen Stoyanchev
2014-03-31 15:57:30 -04:00
parent 77198b5c5f
commit 33bd09801b
2 changed files with 13 additions and 2 deletions

View File

@@ -24,11 +24,13 @@ import org.springframework.util.StringUtils;
/**
* Ajax handler for Spring Javascript (Spring.js).
*
*
* @see AbstractAjaxHandler
*
*
* @author Jeremy Grelle
* @author Keith Donald
*
* @deprecated as of version 2.4 Spring.js is deprecated
*/
public class SpringJavascriptAjaxHandler extends AbstractAjaxHandler {

View File

@@ -80,6 +80,15 @@
</sect2>
<sect2 xml:id="whatsnew-deprecation">
<title>Deprecations</title>
<para>
This release deprecates <emphasis>Spring.js</emphasis>. The deprecation includes the entire
<emphasis>spring-js-resources</emphasis> module including <emphasis>Spring.js</emphasis> and
<emphasis>Spring-Dojo.js</emphasis> and the bundled Dojo and CSS Framework.
Also deprecated is the <classname>SpringJavascriptAjaxHandler</classname>
from the <emphasis>spring-js</emphasis> module. The rest of <emphasis>spring-js</emphasis>,
e.g. <classname>AjaxHandler</classname>, <classname>AjaxTilesView</classname>, will be
folded into <emphasis>spring-webflow</emphasis> in a future release.
</para>
<para>
OGNL support is now deprecated.
</para>