Struts 2.3.28 发布了,Struts 是 Apache软件基金会(ASF)赞助的一个开源项目。它最初是 Jakarta项目中的一个子项目,并在2004年3月成为ASF的顶级项目。它通过采用 Java Servlet/JSP 技术,实现了基于Java EE Web应用的MVC设计模式的应用框架,是MVC经典设计模式中的一个经典产品。
更新日志:
-
New Configurationprovider type was introduced-ServletContextAwareConfigurationProvider, see WW-4410
-
Setting status code in HttpHeaders isn’t ignored anymore, see WW-4545
-
Spring BeanPostProcessor(s) are called only once to constructed
objects., see WW-4554
-
OGNL was upgraded to version 3.0.13, see WW-4562
-
Tiles 2 Plugin was upgraded to latest available Tiles 2 version, see WW-4568
-
A dedicated assembly with minimal set of jars was defined, see WW-4570
-
Struts2 Rest plugin properly handles JSESSIONID with DMI, see WW-4585
-
Improved the Struts2 Rest plugin to honor Accept header, see WW-4588
-
MessageStoreInterceptor was refactored to use PreResultListener to store messages, see WW-4605
-
A new annotation was added to support configuring Tiles-@TilesDefinition, see WW-4606
如需了解更多更新详情,请点击这里。