diff --git a/spring-js/src/main/java/org/springframework/js/ajax/SpringJavascriptAjaxHandler.java b/spring-js/src/main/java/org/springframework/js/ajax/SpringJavascriptAjaxHandler.java index 48a6268d..2ddb7f06 100644 --- a/spring-js/src/main/java/org/springframework/js/ajax/SpringJavascriptAjaxHandler.java +++ b/spring-js/src/main/java/org/springframework/js/ajax/SpringJavascriptAjaxHandler.java @@ -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 { diff --git a/src/reference/whatsnew.xml b/src/reference/whatsnew.xml index 53658da3..703848b4 100644 --- a/src/reference/whatsnew.xml +++ b/src/reference/whatsnew.xml @@ -80,6 +80,15 @@ Deprecations + + This release deprecates Spring.js. The deprecation includes the entire + spring-js-resources module including Spring.js and + Spring-Dojo.js and the bundled Dojo and CSS Framework. + Also deprecated is the SpringJavascriptAjaxHandler + from the spring-js module. The rest of spring-js, + e.g. AjaxHandler, AjaxTilesView, will be + folded into spring-webflow in a future release. + OGNL support is now deprecated.