Apache Wicket 7.3.0 和 6.23.0 發布
Apache Wicket 7.3.0 和 6.23.0 發布了,Wicket是一個Java 語言的Web開發框架,與Struts,WebWork,Tapestry 相類似。其特點在于對Html和代碼進行了有效的分離(有利于程序員和美工的合作),基于規則的配置(減少了XML 等配置文件的使用),學習曲線較低(開發方式與C/S相似),更加易于調試(錯誤類型比較少,而且容易定位)。
Apache Wicket 7.3.0 一些提升:
* [WICKET-6053] - Allow to reuse the same application instance in several tests
* [WICKET-6081] - Add "assertNotRequired" to the WicketTester
* [WICKET-6098] - Add logging to HttpSessionDataStore
* [WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3
* [WICKET-6103] - Synchronization on JSR 356 connection
* [WICKET-6106] - Propagate JSR 356 WebSocket connection error to a page
* [WICKET-6107] - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed
state
* [WICKET-6110] - Add a message to StalePageException for better debugging
* [WICKET-6122] - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
* [WICKET-6123] - Remove 'abstract' from ChainingModel
* [WICKET-6127] - Add metrics for request duration
* [WICKET-6128] - Add metrics for currently active sessions
* [WICKET-6130] - Make it easier to override parts of SystemMapper
* [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass proper exception handling
* [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions
* [WICKET-6152] - Allow to add more than one WebSocketBehavior in the component tree
更多詳情,請看這里。
Apache Wicket 7.3.0 下載地址:
* Source: http://www.apache.org/dyn/closer.cgi/wicket/7.3.0
* Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries
Apache 6.23.0 改進記錄:
** Bug
* [WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors
* [WICKET-6111] - Empty redirect on redirect to home page if home page already shown
* [WICKET-6131] - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl
* [WICKET-6135] - There is no good way to get POST body content
** Improvement
* [WICKET-6098] - Add logging to HttpSessionDataStore
* [WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3
* [WICKET-6110] - Add a message to StalePageException for better debugging
* [WICKET-6122] - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
* [WICKET-6123] - Remove 'abstract' from ChainingModel
* [WICKET-6144] - Wicket-ajax parameter / header may be used to bypass proper exception handling
* [WICKET-6145] - Enable DeltaManager to replicate PageTable in Sessions
* [WICKET-6152] - Allow to add more than one WebSocketBehavior in the component tree
下載地址:
* Source: http://www.apache.org/dyn/closer.cgi/wicket/6.23.0
* Binary: http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries
來自:oschina