主要更新:
-
javax.enterprise.inject.spi.InterceptionFactory
implementation (WELD-2257) -
ProcessSyntheticObserverMethod
container lifecycle event (WELD-2279) -
BeforeDestroyed
event fired before a context is actually destroyed (WELD-2269) -
"trimmed" bean archives (WELD-2268)
-
context control -
ActivateRequestContext
interceptor binding (WELD-2267) andRequestContextController
built-in bean (WELD-2266) -
ProcessSyntheticBean
container lifecycle event (WELD-2265) -
few proposals did not make it into CDI 2.0 and so we enhanced the Weld API:
-
org.jboss.weld.inject.WeldInstance
(already part of Weld 2.4 API) -
org.jboss.weld.interceptor.WeldInvocationContext
allows to obtain a set of interceptor bindings for a lifecycle callback, business method, timeout method, or constructor (see also CDI-468) -
org.jboss.weld.bootstrap.event.WeldAfterBeanDiscovery
allows to obtain anInterceptorConfigurator
to configure a newInterceptor
bean
-
WildFly 补丁:
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.
[ Download ] [ Documentation ] [ Release notes ]
详情请看更新日志。