发布于 2016-02-12 23:55:05 | 151 次阅读 | 评论: 0 | 来源: 网友投递
Weld JSR299的实现
Weld 是一个实现了 JSR-299 的框架。JSR 299 是 Java EE 6 中非常重要的部分
Weld 2.3.3.Final 发布了,这是 2.3 版本最新的 bug 修复版本,详细的改进内容请看 发布详情.
值得关注的改进:
allows to proxy classes with non-static non-private final methods
this is a non-portable way to get around the CDI spec restrictions, see also Proxying classes with final methods and CDI-527
use with caution!
other enhancements and bug-fixes around proxies:
Weld Probe has a slightly redesigned menu and a new Dashboard view with some basic stats
the decorator validation was improved (WELD-2085, WELD-1811, WELD-2039)
与往常一样,我们提供了 WildFly 补丁
相关链接:
[ CDI 1.2 API ] [ Download ] [ Documentation ] [ Release notes ]