Apache Wicket v7.4.0 發布,一個Java 語言的Web開發框架

jopen 8年前發布 | 15K 次閱讀 Java Apache Wicket NOSQL

Wicket是一個Java 語言的Web開發框架,與Struts,WebWork,Tapestry 相類似。其特點在于對Html和代碼進行了有效的分離(有利于程序員和美工的合作),基于規則的配置(減少了XML 等配置文件的使用),學習曲線較低(開發方式與C/S相似),更加易于調試(錯誤類型比較少,而且容易定位)。

更新日志

Bug修復

  • [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
  • [WICKET-6155] - Newline in ModalWindow title 
  • [WICKET-6157] - WicketTester and application servers are destroying app differently
  • [WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos
  • [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable to find component with id'
  • [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
  • [WICKET-6170] - Wrong requestmapper used for cache decorated resources
  • [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
  • [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
  • [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
  • [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
  • [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3
  • [WICKET-6185] - Border body not reachable for visitors
  • [WICKET-6187] - Enclosures rendered twice in derived component
  • [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
  • [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
  • [WICKET-6198] - Unable to disable a MultiFileUploadField
  • [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct
  • [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion

改進

  • [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose setLocale(aLocale) method
  • [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
  • [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler
  • [WICKET-6183] - Improve stateless support for AJAX
  • [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4

新功能

  • [WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files

下載

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!