Weld 3.0.0.Alpha3 发布了,Alpha 阶段主要用于原型的改进,包括当前正在讨论的对即将发布的 CDI 2.0 的支持。
-
declarative ordering of observer methods using @Priority
-
ability for an extension to veto and modify an observer method
-
support for Java 8 repeatable annotations as qualifiers and interceptor bindings
-
enhanced AnnotatedType API
下一步的主要工作内容:
-
简化扩展注册 Beans 和 Observers
-
监控和调试 CDI 应用
-
experimenting with full interception (intercepting even calls within a given component)
-
splitting the codebase into a “light” and “full” version (to support proposed CDI light version)
-
bootstrap API for SE environment
|