Apache Wicket 6.3 发布
Apache Wicket 6.3 发布。这是 6 系列的一个修正,主要修复了 IE7 和 IE 8 一些 Javascript 相关的 Bug, 同时 JQuery 更新到最新版本 1.8.2。详细情况参考后面的更新记录。
在 Maven 中使用只要更新版本号。
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
<version>6.3.0</version>
</dependency>
下载:
* Source: http://www.apache.org/dyn/closer.cgi/wicket/6.3.0
* Binary: http://www.apache.org/dyn/closer.cgi/wicket/6.3.0/binaries
更新记录
Release Notes - Wicket - Version 6.3.0
** Bug
* - UploadProgressBar does not show up if the form
submitted by AjaxButton or AjaxLink
* - PaletteButton#onComponentTag(ComponentTag) does
not call super
* - ComponentResolvers created in app init ignore
markup's namespace
* - Unmount a page does not work if the path starts with /
* - SmartLinkMultiLineLabel does not display email
addresses or web URLs as hyperlinks
* - Return error code 400 when an Ajax request has
no base url set in header/request parameters.
* - WicketRuntimeException when Tomcat cleans up a
session later on
* - AbstractResourceReferenceMapper doesn't escape
separators in style/variation names
* - Reporter of FeedbackMessage should not be set to
'null' on detach
* - BaseWicketTester discards cookies with MaxAge =
-1 when processing a new request
* - IE8, IE7 javascript errors with Wicket 6
* - AutoCompleteTextFields submits Form if a choice
is selected via enter-key
* - Integer overflow in AbstractToolbar
* - 'format' not set in ConversionException
* - Page parameters not working with CryptoMapper
** Improvement
* - Append the feedback message CSS class instead of
overriding it
* - Add debug log messages in CompoundRequestMapper#mapRequest
* - Make BasicResourceReferenceMapper public so it
is easy to extend it
* - Change FormComponent#reportRequiredError() from
private to protected
* - Support SVG extension in SecurePackageResourceGuard
* - Customize ValidationError creation by FormComponent
* - Detach the object before calculating its size
** Task
* - Upgrade JQuery to 1.8.2
页:
[1]