Apache Wicket 8.1.0 发布了,Wicket 是一个 Java 语言的 Web 开发框架,与 Struts、WebWork、Tapestry 相类似,其特点在于对 Html 和代码进行了有效的分离(有利于程序员和美工的合作),基于规则的配置(减少了 XML 等配置文件的使用),学习曲线较低(开发方式与 C/S 相似),更加易于调试(错误类型比较少,而且容易定位)。
更新内容如下:
Bug
[WICKET-6551] - LazyInitProxyFactory doesn’t work correctly at Weblogic
[WICKET-6552] - Spring proxy creation fails with IAE inside ASM ClassReader on JDK10
[WICKET-6553] - SelectOptions doesn’t html-encode option values
[WICKET-6564] - PageStoreManager#clear() does not completely clear
[WICKET-6568] - Wicket fails / does not encode request header values in AjaxCalls
[WICKET-6571] - BaseWebSocketBehavior should check sessionId cookie name dynamically
[WICKET-6573] - WicketTesterHelper ignores invalid Ajax-Event names starting with “on”
[WICKET-6574] - JQueryResourceReference#get() (still) return V1
[WICKET-6584] - Import Junit Package as optional
New Feature
[WICKET-6577] - Introduce class GenericWebMarkupContainer
Improvement
[WICKET-6560] - Improve serialization warnings in ChainingModel
[WICKET-6565] - ResponseIOException logged as an error in DefaultExceptionMapper
[WICKET-6575] - Ajax requests are still firing even when placeholder tag is written only
[WICKET-6576] - Support multiple dateFormats for LocalDateTextfield
[WICKET-6580] - org.apache.wicket.util.lang.Bytes - toString()
详情见 发布公告 。
下载地址:http://www.apache.org/dyn/closer.cgi/wicket/8.1.0