+1for 1.3.6 release. Just upgraded and all is well. cheers, Steve
On 27 Apr 2009, at 08:48, Johan Compagner wrote:
+1 (we already use snapshot versions of 1.3.5+ for quite some time in servoyand those are working fine)On Mon, Apr 27, 2009 at 07:59, Igor Vaynberg <[email protected]>wrote:I've created a release for Wicket 1.3.6. You can download the release from the usual location: dist: http://people.apache.org/~ivaynberg/wicket-1.3.6/dist maven: http://people.apache.org/~ivaynberg/wicket-1.3.6/m2-repo List of changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12313176&styleName=Text&projectId=12310561&Create=Create (see also announcement attached below) Tag: http://svn.apache.org/repos/asf/wicket/sandbox/ivaynberg/1.3.6 Your vote please (lasts 72h): [ ] Yes release 1.3.6 [ ] No, don't release it -igor Announcement:The Apache Wicket team is proud to announce the availability of the fifth maintenance release: Apache Wicket 1.3.6. A lot of bugs have been squashedandseveral improvements implemented. It is recommended you update to Wicket1.3.6 at your earliest convenience. Eager people click here to download the distribution, others can read further: http://www.apache.org/dyn/closer.cgi/wicket/1.3.6 We thank you for your patience and support. - The Wicket Team Apache WicketApache Wicket is a component oriented Java web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lackofXML, Apache Wicket makes developing web-apps simple and enjoyable again.Swapthe boilerplate, complex debugging and brittle code for powerful, reusablecomponents written with plain Java and HTML. You can find out more about Apache Wicket on our website: http://wicket.apache.org This releaseThis release is the fifth maintenance release for the Wicket 1.3 product. This release fixes several bugs and adds some minor improvements. You canfind out about the changes at the bottom of this announcement. Migrating from 1.2If you are coming from Wicket 1.2, you really want to read our migrationguide, found on the wiki: http://cwiki.apache.org/WICKET/migrate-13.html Downloading the releaseYou can download the release from the official Apache mirror system, andyou can find it through the following link: http://www.apache.org/dyn/closer.cgi/wicket/1.3.6/For the Maven and Ivy fans out there: update your pom's to the following,and everything will be downloaded automatically: <dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket</artifactId> <version>1.3.6</version> </dependency>Substitute the artifact ID with the projects of your liking to get theother projects.Please note that we don't prescribe a Logging implementation for SLF4J. You need to specify yourself which one you prefer. Read more about SLF4J here:http://slf4j.org Validating the releaseThe release has been signed by Igor Vaynberg, your release manager for today. The public key can be found in the KEYS file in the download area.Download the KEYS file only from the Apache website. http://www.apache.org/dist/wicket/1.3.6/KEYS Instructions on how to validate the release can be found here: http://www.apache.org/dev/release-signing.html#check-integrity Reporting bugsIn case you do encounter a bug, we would appreciate a report in our JIRA:http://issues.apache.org/jira/browse/WICKET The distribution In the distribution you will find a README. The README contains instructionson how to build from source yourself. You also find a CHANEGELOG-1.3 which contains a list of all things that have been fixed, added and/or removedsince Wicket 1.3.0. Release Notes - Wicket - Version 1.3.6 ** Bug * [WICKET-693] - What to do with the wicket dtd? * [WICKET-1403] - Reinjection fails after Server restart * [WICKET-1483] - Unusual ClassCastException (SimpleAttributeModifier to IBehaviorListener) processing onError. * [WICKET-1504] - AutoCompleteTextField - javascript error "type mismatch" in line 227 in IE * [WICKET-1567] - AutoLinkResolver does not work with <a href="#internal">Internal link</a> * [WICKET-1605] - onclick is null or not an object in IE6, IE7; Form.appendDefaultButtonField * [WICKET-1619] - PagingNavigator.setEnabled(false) doesn't work * [WICKET-1689] - style resources not looked up correctly in markup inheritance * [WICKET-1781] - ParentResourceEscapePathTest fails on OS X using cmd line maven * [WICKET-1855] - Using an AjaxSubmitLink outside of a Form does not set the form property * [WICKET-1864] - MockHttpServletRequest does not support absolute redirection URLs. * [WICKET-1868] - i18n package resource resolving depends too much on available locale * [WICKET-1871] - org.apache.wicket.util.string.Strings#stripJSessionId StringIndexOutOfBoundsException * [WICKET-1886] - WicketTester Cookie handling * [WICKET-1890] - Palette.onBeforeRender() throws IllegalArgumentException in cases when Palette is invisible.* [WICKET-1901] - Spelling error in fonts list in CaptchaImageResource* [WICKET-1903] - RadioChoice disable certain choice bug * [WICKET-1904] - CheckBox incorrectly converts its model value when a custom Boolean converter is installed - again * [WICKET-1906] - AutocompleteTextField throws javascript error Object Required * [WICKET-1909] - Wrong translation for StringValidator.range in Application_pl.properties * [WICKET-1914] - Form.appendDefaultButtonField produces invalid JavaScript if Ajax is disabled * [WICKET-1915] - wicket:message sometimes broken * [WICKET-1930] - FileUpload.writeToTempFile uses field Id as filename - Windows doesn't support some characters * [WICKET-1943] - Wicket is changing the HTML within an input tag, autocomplete attribute from off to false * [WICKET-1955] - Error about misplaced <wicket:head> very uninformative and incorrect * [WICKET-1959] - PropertyResolver causes memory leaks with proxies * [WICKET-1970] - package goal does not work , com.thoughtworks.xstream.converters.enums.EnumMapConverter issue * [WICKET-1998] - setResponsePage redirects to wrong url * [WICKET-2006] - The page set by setReponsePage does not process its own response. * [WICKET-2037] - Should adding AJAX behaviour to a page make it stateful? * [WICKET-2038] - Missing redirects in AjaxPagingNavigationLink and AjaxPagingNavigationIncrementLink * [WICKET-2048] - HtmlProblemFinder documentation bug * [WICKET-2077] - SerializationChecker issue * [WICKET-2079] - Component Use Check always fails for visible components inside an invisible border body * [WICKET-2087] - typo in SpringBeanLocator.java * [WICKET-2091] - Error feedback is hidden by lower level messages * [WICKET-2095] - error in modal.js wrong use of typeof * [WICKET-2096] - MultiFileUploadField.js can't find file input when serving pages as XHTML * [WICKET-2100] - DynamicImageResouce blocks loading of AjaxLazyLoadPanel * [WICKET-2109] - IResourceStream.close is not called by ResourceStreamRequestTarget * [WICKET-2130] - Pages stored in Session.touchedPages aren't detached when part of ModalWindow * [WICKET-2131] - RequestCycle.urlFor does not escape & properly* [WICKET-2140] - FormComponentPanel should not add a name attribute * [WICKET-2142] - Getting live sessions from RequestLogger results inNPE * [WICKET-2151] - WicketSessionFilter doesn't takes into account WebApplication#getSessionAttributePrefix(WebRequest)* [WICKET-2154] - ServletWebRequest#getURL does not return relative URLs * [WICKET-2156] - StringResourceModel's Localizer cannot be overwritten* [WICKET-2191] - WebApplication is not thread-safe * [WICKET-2234] - typo in pom.xml * [WICKET-2236] - Palette problem in IE7 Problem * [WICKET-2243] - WicketSessionFilter assumes that the WicketFilter has already been inited ** Improvement* [WICKET-1895] - AjaxButton should have a constructor to set the label* [WICKET-1921] - Add an extension of AutoCompleteTextField which includes default css * [WICKET-1965] - Remove final from MarkupCache#clear() * [WICKET-1984] - MarkupContainer's add(final Component child) does not initially check for a child null reference * [WICKET-1986] - MarkupContainer's addOrReplace(final Component child) does not initially check for a child null reference * [WICKET-2072] - Allow for maps in the widgetProperties * [WICKET-2090] - Need reliable hook for storing/restoring data to/from page metadata that is tes compatbile * [WICKET-2160] - application_nl.properties is outdated ** New Feature * [WICKET-1900] - Implement isEscapeLabalMarkup for RadioChoice
smime.p7s
Description: S/MIME cryptographic signature
