Deprecate Spring.js
Issue: SWF-1628
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user