Java-g
Java-g

Reputation: 143

Where can i find spring-dojo.js for dojo Version 1.7.2?

i want to update dojo to 1.7.2. Can someone tell me where i can find the related spring-dojo.js file?

Upvotes: 2

Views: 1905

Answers (2)

Joseph Lust
Joseph Lust

Reputation: 19985

Spring-Js is a dead project. Even in Jan 2014 they're still bundling the 2010 version of Dojo as it looks like either no one wants to upgrade it, or no one is maintaining it any longer. Last Github update was 4 years ago.

Further, Dojo has made breaking changes since 1.5.0 which will cause various SpringJs functions to fail.

I detailed my experience on this Spring Forums post.

Upvotes: 1

ludovicc
ludovicc

Reputation: 454

Short answer: there is no support for Dojo 1.7 in Spring.

Long answer: other people have tried to upgrade Dojo to the latest version while using Spring Javascript, and they gave up after a couple of days. See this blog entry: http://www.rimple.com/tech/2012/3/1/quizzo-its-thursday-must-go-into-the-dojo-and-meditate.html

Upvotes: 1

Related Questions