I'm happy to say we (finally) released Weld 1.1.2.Final.
It includes a bunch of implemented tasks and fixed issues:
Big thanks to Stuart for stepping up and fixing some pesky bugs and providing cool thread local
performance boost.
We'll make sure this version is included in our super cool JBossAS7, as well as upcoming JBossAS6.1 and latest GlassFish.
Please give it a spin and let us know. The same means as usual: forum, JIRA, github + pull-requests.
Created: 26. Jul 2011, 22:36 CET (Aleš Justin)
I was not able to run 1.1 on GAE. Is it fixed?
The answer is NOT. It works fine local but does not deployed. java.lang.NoClassDefFoundError: sun.reflect.ReflectionFactory is a restricted class.
Guys. Are you sure that GAE is truly supported?
Well done :)
This just means you're using some bean that requires reflection to be proxyable. This would never work on GAE anyway, we could only ignore the error, hence it's better to avoid such beans if possible.
But I'll see if ignoring (providing just big warn log) is doable; e.g. doesn't break expected behavior.
No Ales. That means 1.0 is ok and next versions does not support GAE.