发布于 2016-07-01 23:50:10 | 123 次阅读 | 评论: 0 | 来源: 网友投递
Weld JSR299的实现
Weld 是一个实现了 JSR-299 的框架。JSR 299 是 Java EE 6 中非常重要的部分
Weld 2.3.5.Final 发布了,本次发布增强 API,新增一些新特性,预计在Weld 2.4将移除CDI 1.2。 主要改进记录如下:
fixed static disposer method invocation (WELD-2176)
fixed private observer/producer/disposer invocation on a bean with decorator (WELD-2179)
fixed Instance.destroy()
for dependent session beans (WELD-2148)
fixed ArraySet.hashCode()
to comply with java.util.Set.hashCode()
contract (WELD-2185)
log veto actions and modifications of lists returned by AfterTypeDiscovery
(WELD-2170, WELD-2171)
log a warning when a class is annotated with a scope but does not declare an appropriate constructor (WELD-2178)
support extension deployed in multiple WARs in an EAR (WELD-2143)
detect non-unique BeanDeploymentArchive
identifier (WELD-2165)
Weld Servlet
Weld SE
do not pass system properties to Weld configuration (WELD-2146)
Probe - allow to test bean availability in a given bean archive
check for example the availability of an alternative in the demo application
many documentation and reference guide updates
下载地址:http://weld.cdi-spec.org/download/