欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Apache Wicket 1.4.9 发布

程序员文章站 2022-05-14 18:59:02
...
Wicket 1.4.9 已经发布!

这是 1.4 系列的第 9 个维护版本,带了15个修复和改进。

Tag: http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.9/
Changelog:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310561&styleName=Html&version=12314962
 (and pasted below)

Maven 中使用:

<dependency>
 <groupId>org.apache.wicket</groupId>
 <artifactId>wicket</artifactId>
 <version>1.4.9</version>
</dependency>
下载: http://www.apache.org/dyn/closer.cgi/wicket/1.4.9

值得注意的是,基于优先级考虑, WICKET-2846 会留下一个发布版本。

Best Regards,

--
Jeremy Thomerson
http://www.wickettraining.com

PS - Release Notes - Wicket - Version 1.4.9

** Bug
    * [WICKET-2741] - non-performant Collections.synchronizedMap() should be
replaced with ConcurrentMap
    * [WICKET-2843] - Palette is incompatible with ListMultipleChoice in its
use of the model
    * [WICKET-2853] - ListMultipleChoice/CheckBoxMultipleChoice do not
retain selected but disabled items
    * [WICKET-2856] - PackageStringResourceLoader.loadStringResource()
causes NullPointerException when used in a Class within the root package
(i.e. it has no package declaration)
    * [WICKET-2858] - WicketSessionFilter:
java.lang.IllegalArgumentException: Argument application can not be null
    * [WICKET-2859] - Wrong package names in Examples
    * [WICKET-2860] - Wrong name for swiss Application.properties
    * [WICKET-2861] - getConvertedInput() returns null and
selectedValues.addAll tries adding it

** Improvement
    * [WICKET-2790] - wicketTester.executeAjaxEvent method does not check if
form is multiPart
    * [WICKET-2840] - Remove final on
AbstractRequestTargetUrlCodingStrategy#getMountPath()
    * [WICKET-2846] - Store Application in InheritableThreadLocal instead of
ThreadLocal
    * [WICKET-2855] - Constructor of RedirectRequestTarget does not validate
URL
    * [WICKET-2869] - RangeValidator should use getMinimum and getMaximum
    * [WICKET-2870] - Fix hungarian translation for Wizard
    * [WICKET-2879] - delegate isVisible in PanelCachingTab

相关标签: wicket Apache CGI