Weld 2.4.7.Final
Weld 2.4.7.Final is now available. It includes multiple important bugfixes, many of them focused around proxy generation and/or invocation.
Note
|
Weld 2.4 now enters maintenance mode - there will be no further active development on Weld 2. We will be channeling our efforts into Weld 3 instead. |
Notable fixes and improvements:
-
Weld Core:
-
Proxy-related issues:
-
Fixed possible NPE with multiple deployments one of which uses
relaxed construction
configuration (WELD-2448) -
BeanManager.getInjectableReference
was using unnecessarily strict checks for proxyability (WELD-2466) -
Proxy serialization is now container agnostic (WELD-2447)
-
Fix invocation of private observer method (WELD-2443)
-
This only applies to private observer method which is not intercepted but is declared on a bean which has some other intercepted methods
-
-
Correct proxy generation for class hierarchy with abstract class and generics (WELD-2470)
-
-
Other issues:
-
-
Weld SE
-
Other
WildFly Patch
As usual, a patch for WildFly 11.0.0.Final is available. If you’re not familiar with patching WildFly, check the FAQ.
[ Download ] [ Documentation ] [ Release notes ]