|
From: VANKEISBELCK R. <re...@rv...> - 2015-12-28 11:54:31
|
Hi folks, Merry xmas to all ! I'm trying to upgrade Stripes to Servlet3. It's required in order to fix those : #35 <https://github.com/StripesFramework/stripes/issues/35> : remove VFSs and let the container provide the classes to ResolverUtil #37 <https://github.com/StripesFramework/stripes/issues/37> : async action beans And anyway I think it's about time to upgrade. Servlet3 has been out for a while now. For those interested, it's in the branch *feature/async*. Would be cool to have at least a few of you guys testing this on your apps. It's quite a big move, and I wouldn't want to break stuff... For now, I'm using Java8 and having issues with this test : net.sourceforge.stripes.validation.ValidationWithGenericsTest#testActionBeanWithTypeParameter The overloads seem to cause random validation problems. I haven't digged yet. Maybe someone has already had a look ? Cheers Rémi |