Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google app engine compatibility with Spring framework

I have started developing a web app using google app engine and Spring 4. But now i have understood that Spring 4 does't fully support with Google app engine. Now i need the latest version of Spring framework that fully support with google app engine. Can someone please help me?

like image 429
Lakmal Vithanage Avatar asked Dec 28 '13 10:12

Lakmal Vithanage


1 Answers

You'll find the list of Spring supported modules and versions in this link :

Spring MVC Version 2.5.6 Status COMPATIBLE

Spring ORM Version 2.5.6 Status COMPATIBLE

Spring Security Version(s) ? Status SEMI-COMPATIBLE To work around a ClassNotFoundException, you can use a re-compiled version of the library which adds a StringInsensitiveComparator class .

For more details check out this link. Hope it helped, Good luck

like image 63
KnightYusuf Avatar answered Oct 12 '22 01:10

KnightYusuf