Apache Wicket 6.3 发布
程序员文章站
2022-03-09 15:16:31
...
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
更新记录:
** Bug
- [WICKET-4623] - UploadProgressBar does not show up if the form submitted by AjaxButton or AjaxLink
- [WICKET-4826] - PaletteButton#onComponentTag(ComponentTag) does not call super
- [WICKET-4829] - ComponentResolvers created in app init ignore markup's namespace
- [WICKET-4836] - Unmount a page does not work if the path starts with /
- [WICKET-4837] - SmartLinkMultiLineLabel does not display email addresses or web URLs as hyperlinks
- [WICKET-4841] - Return error code 400 when an Ajax request has no base url set in header/request parameters.
- [WICKET-4842] - WicketRuntimeException when Tomcat cleans up a session later on
- [WICKET-4844] - AbstractResourceReferenceMapper doesn't escape separators in style/variation names
- [WICKET-4848] - Reporter of FeedbackMessage should not be set to 'null' on detach
- [WICKET-4850] - BaseWicketTester discards cookies with MaxAge = -1 when processing a new request
- [WICKET-4851] - IE8, IE7 javascript errors with Wicket 6
- [WICKET-4857] - AutoCompleteTextFields submits Form if a choice is selected via enter-key
- [WICKET-4859] - Integer overflow in AbstractToolbar
- [WICKET-4864] - 'format' not set in ConversionException
- [WICKET-4865] - Page parameters not working with CryptoMapper
** Improvement
- [WICKET-4831] - Append the feedback message CSS class instead of overriding it
- [WICKET-4835] - Add debug log messages in CompoundRequestMapper#mapRequest
- [WICKET-4845] - Make BasicResourceReferenceMapper public so it is easy to extend it
- [WICKET-4853] - Change FormComponent#reportRequiredError() from private to protected
- [WICKET-4856] - Support SVG extension in SecurePackageResourceGuard
- [WICKET-4863] - Customize ValidationError creation by FormComponent
- [WICKET-4867] - Detach the object before calculating its size
** Task
- [WICKET-4855] - Upgrade JQuery to 1.8.2
推荐阅读
-
rhel6.3使用yum安装apache的方法
-
rhel6.3如何使用yum安装Apache
-
CentOS 6.3 安装配置Apache2.2.6的方法(源码编译安装)
-
rhel6.3使用yum安装apache的方法
-
荣耀20青春版发布:6.3寸珍珠屏+4800万三摄+4000mA大电池
-
Apache Spark 3.0 预览版正式发布,多项重大功能发布
-
CentOS 6.3下源码安装LAMP(Linux+Apache+Mysql+Php)运行环境步骤
-
Apache Wicket 学习 (准备)
-
Apache Struts 2.2.1 GA版发布
-
Apache Struts 2.2.1 GA版发布