Apache Wicket 8.6.1 release, Java Web development framework

Apache Wicket 8.6.1 was released. Wicket is a Java language Web development framework with Struts, WebWork, Tapestry is similar, which is characterized by a code of Html and effective separation (in favor of cooperation of programmers and artists), rule-based configuration (reduced XML using the configuration file, etc.), the learning curve is low (development mode and C / S similar), easier to debug (error type is relatively small, easy positioning).

Due to an error, the previous version 8.6.0 with the source branch can not be updated correctly, this version solves the problem. Updates are as follows:

Bug fixes

  • [WICKET-6613] - Wicket 8.1 ModalWindow Automatic Adjustment
  • [WICKET-6671] - IAjaxLink should be serializable
  • [WICKET-6676] - QuickStart application is not deployed to the GlassFish
  • [WICKET-6680] - JavaScriptStripper template text contains two forward slash throttling
  • [WICKET-6689] - When the UTC offset and DST are different, ClientProperties.getTimeZone () will have problems
  • [WICKET-6690] - KeyInSessionSunJceCryptFactory 中的 NullPointerException
  • [WICKET-6692] - page on websocket closed deserialization - possible performance problems

Improve

  • [WICKET-6675] - log4j-slf4j-impl need slf4j-api version 1.7.25, Wicket 8.5 requires version 1.7.26
  • [WICKET-6684] - allowing designated by introducing a wicket: for reference locator interface component, to make more flexible function autolabel
  • [WICKET-6695] - 添加 AjaxEditable*Label#shouldTrimInput()

annouce

Guess you like

Origin www.oschina.net/news/109879/wicket-8-6-1-released