Weld 3.0.2.Final
Weld 3.0.2.Final is out and targetting WildFly 11!
Ever wished you could select events and instances in a truly generic way using just java.lang.reflect.Type
?
Looking for easier way to configure SE container?
We have a bunch of bugfixes and improvements for you, so read on…
Notable fixes and improvements:
-
Weld Core
-
Weld SE
-
There are now multiple convenient error-proof methods to quickly configure SE container (WELD-2426)
-
Weld.enableDevMode()
,Weld.scanClasspathEntries()
, …
-
-
-
Weld API/SPI
-
WeldInstance
has several improvements -
There is new interface in the API -
WeldEvent
- which can be used in place of well knownEvent
but allows you narrow down event type by usingselect()
withjava.lang.reflect.Type
(WELD-2427) -
API now contains a
String
key used to obtain interceptors binding fromInvocationContext
(WELD-2436)
-
-
Other
WildFly Patch
As usual, there is 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 ]