Weld 2.4.4.Final
We have been busy chasing down some annoying little bugs and it’s high time you got the fruits of those efforts into your hands. Say hello to Weld 2.4.4.Final.
Notable fixes and improvements:
-
Weld Core
-
Fixed bean discovery event ordering when processing producers (WELD-2393)
-
Eliminated an NPE for a corner case with abstract decorator (WELD-2273)
-
Corrected
@Initialized(RequestScoped.class)
event firing in@PostConstruct
callbacks (WELD-2372) -
Fixed
BeanManager.isStereotype()
behavior when checking a qualifier annotated with yet another qualifier (WELD-2390)
-
-
Weld SE
-
Weld Servlet
-
Improved logging and make checks more lenient in case the container is not yet bootstrapped (WELD-2382)
-
-
Configuration options
-
In SE and Servlet environments, Jandex can now be forcibly prohibited from processing your archives. This is useful when a third-party dependecy brings in some unsupported Jandex version (WELD-2374)
-
-
Development tools
-
If a deployment validation fails and the development mode is enabled, a simple validation HTML report (which contains a lot of useful information) is generated
-
Users are encouraged to always attach this report when asking a question on the mailing list or any other communication channel
-
-
WildFly Patch
As usual, a patch for WildFly is available. Target platform is WildFly 10.1.0.Final. If you’re not familiar with patching WildFly, check the FAQ.
[ Download ] [ Documentation ] [ Release notes ]