Allez je reprend en douceur pour vous annoncez la sortie de la version 1.4-RC5 du framework Wicket
La release n’est plus très loin… car le changelog est cette fois très réduit.
On croise les doigts!
Vous pouvez récuperer cette version à l’adresse suivante : http://www.apache.org/dyn/closer.cgi/wicket/1.4-rc5.
Ou si vous utilisez un outil de gestion de dépendances (maven, ivy, etc…), elle est disponsible sur les repositories officiels, pour Maven par exemple :
<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.4-rc5</version> </dependency>
Et voilà le changelog officiel (source : le jira de chez apache) :
L’info officielle a été postée sur la mailling list officielle.
Release Notes – Wicket – Version 1.4-RC5
Bug
- [WICKET-1912] – StatelessForm problems with query string
- [WICKET-1922] – AbstractTree – setting root to null causes NullPointerException
- [WICKET-2033] – & instead of & in javascript
- [WICKET-2123] – org.apache.wicket.util.convert.converters.SqlTimestampConverter only renders the time part of the timestamp
- [WICKET-2133] – DatePicker inserts incorrect format date
- [WICKET-2188] – PropertyResolver$ArrayPropertyGetSet does not call setAccessible(true) on method
- [WICKET-2245] – PageParameters always non-empty
- [WICKET-2259] – The JavaDoc for IPageLink still holds a reference to PageLink which is deprecated
- [WICKET-2261] – wicketTester.executeAjaxEvent(combo, "onchange"); works with 1.4-rc1 but not anymore with 1.4-rc2
- [WICKET-2270] – GET/POST mismatch with stateless page/form.
- [WICKET-2272] – open/close div tags are rendered erroneously
- [WICKET-2273] – wicket-devutils is missing in wicket-assembly-all.xml and not mentioned in README
- [WICKET-2274] – WicketTester.executeAjaxEvent(AjaxButton, "onclick"); results in clicking of another submit button if its model value is not null.
- [WICKET-2276] – isComponent in BaseWicketTester contains possible nullpointer exception
- [WICKET-2277] – Radio#onComponentTag uses Objects.equal instead of model comparator
- [WICKET-2278] – StatelessChecker is always offended
- [WICKET-2281] – MockHttpServletRequest is broken when used with CryptedUrlWebRequestCodingStrategy
- [WICKET-2286] – proper onBeforeRender() for NavigationToolbar
- [WICKET-2292] – TabbedPanel uses too much generics (revert WICKET-2153)
- [WICKET-2301] – When injecting more than one parm in a method, an ArrayIndexOutOfBoundsException is thrown
- [WICKET-2303] – [devutils] LiveSessionsPage is broken
- [WICKET-2304] – [devutils] RequestsPage is broken
- [WICKET-2305] – [devutils] Can only inspect pages in same pagemap as the inspector
- [WICKET-2308] – Append lastmodified to Resources shouldnt append when the resource is a directory (ends with /)
- [WICKET-2309] – ClassCastException in SqlDateConverter
- [WICKET-2310] – FormTester.setValue should throw exception if not FormComponent
Improvement
- [WICKET-1837] – DiskPageStore: 32k directory entries.
- [WICKET-2240] – Ability to enter ${…} like literals in property values
- [WICKET-2271] – Make navigator ADA friendly
- [WICKET-2293] – Form loadPersistentFormComponentValues condition fix
- [WICKET-2307] – Throw specific RuntimeException in WebRequestCodingStrategy.decode
New Feature
- [WICKET-2260] – NavigatorLabel should support PageableListView
Task
- [WICKET-2287] – change JavaDoc of NumberValidator to point to newly created Validators
Imprimer cet article



juin 19th, 2009 at 09:25
Ça fait pas mal de release candidates! Au moins elle aura été bien testée cette version, ça se voit qu’ils veulent sortir un truc vraiment stable.