Seam Faces - 版本 3.0.0.Beta1 已发布。包括几个错误修复和几个新特性。此新版本需要 Weld 版本 1.0.1.Beta1 或更高版本。(意味着 GlassFish 3.1 或 JBoss AS 6 M5+)
我们还开始整合 Seam 管理事务,但这需要一个可选的 Seam 持久化模块依赖项。
http://seamframework.org/Seam3/FacesModule
<dependency> <groupId>org.jboss.seam.faces</groupId> <artifactId>seam-faces</artifactId> <version>3.0.0.Beta1</version> </dependency>
请注意,现在需要 JBoss Logging 而不是 SLF4J。
<dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> <version>1.0.0.Beta4</version> </dependency>
错误
- [SEAMFACES-42] - IllegalProductException: WELD-000052 Cannot return null from a non-dependent producer method
特性请求
- [SEAMFACES-21] - 在导航之前触发事件
- [SEAMFACES-22] - 创建一个输入字段容器组件,以补充复合组件
- [SEAMFACES-54] - 需要一个标准 Faces javax.faces.context.Flash 对象的生产者
- [SEAMFACES-56] - 将 Seam Faces 更新为使用 JBoss Logging
修补程序
- [SEAMFACES-53] - FlashScopedContext 不必要地将 fid 参数添加到查询字符串中,当只有一个 Flashcontext 激活时。