Weld 2.4.1.Final
The development of Weld 3 (CDI 2) is underway. However, we don’t forget about the maintenance of the stable branch of Weld! So I am very pleased to announce the first bugfix version of Weld 2.4 (CDI 1.2). See also the release details. Thanks to everyone involved in this release!
Notable fixes and improvements:
-
removed false positive warning about Jandex version used (WELD-2231)
-
fixed Groovy support - only filter out relevant methods from Groovy objects when generating bean proxies (WELD-2255)
-
optimized proxy class generation for "large classes" (WELD-2244)
-
improved the way Weld configuration info is logged (WELD-2238)
-
Weld SE
-
Weld Servlet - document the usage of
org.jboss.weld.environment.container.class
init param (WELD-2236)
WildFly Patch
As usual, a patch for WildFly is available. This time the target platform is WildFly 10.1.0.Final. If you’re not familiar with patching WildFly, check Markus’s tutorial.
[ CDI 1.2 API ] [ Download ] [ Documentation ] [ Release notes ]