Apache Struts 2.5.16 GA发布,MVC框架

作者: baihuo 2018-03-17 11:27:02
Apache Struts 2.5.16 GA 发布。Struts 是 Apache软件基金会(ASF)赞助的一个开源项目,最初是 Jakarta 项目中的一个子项目,在 2004年3月 成为 ASF 的顶级项目。它通过采用 Java Servlet/JSP 技术,实现了基于 Java EE Web 应用的 MVC 设计模式的应用框架,是 MVC 经典设计模式中的一个经典产品。

更新内容:

- unclosed instantiation of PrintWriter

- Http Sessions forcefully created for all requests using I18nInterceptor with default Storage value.

- NotSerializableException - org.apache.struts2.dispatcher.StrutsRequestWrapper

- NotSerializableException: com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector when using ExecuteAndWait interceptor

- ClassCastException in JarEntryRevision

- Dependency Mapping Exception When Using PrefixBasedActionProxyFactory

- The converter() method of com.opensymphony.xwork2.conversion.annotations.TypeConversion is now deprecated. If this method is removed in some next release, it will forbid to describe a

converter by the name (id) of a Spring bean.

- Conversion by annotation does not work

下载地址:

http://struts.apache.org/download.cgi#struts-ga

来自:开源中国社区

相关资讯