Author: ivaynberg
Date: Thu Jun 16 22:43:43 2011
New Revision: 1136718

URL: http://svn.apache.org/viewvc?rev=1136718&view=rev
Log:
rc5 changelog

Modified:
    wicket/trunk/CHANGELOG-1.5
    wicket/trunk/NOTICE

Modified: wicket/trunk/CHANGELOG-1.5
URL: 
http://svn.apache.org/viewvc/wicket/trunk/CHANGELOG-1.5?rev=1136718&r1=1136717&r2=1136718&view=diff
==============================================================================
--- wicket/trunk/CHANGELOG-1.5 (original)
+++ wicket/trunk/CHANGELOG-1.5 Thu Jun 16 22:43:43 2011
@@ -1,5 +1,127 @@
 This file contains all changes done on the 1.5 version.
 
+
+Release Notes - Wicket - Version 1.5-RC5
+
+** Sub-task
+    * [WICKET-3684] - Introduce IComponentAwareEventSink which will pass the 
behavior's component as context to onEvent
+    * [WICKET-3692] - Providing bound Component to Behavior's onEvent()
+    * [WICKET-3724] - Strip the jsessionid from the resource urls in Java 
instead of in wicket-ajax.js
+    * [WICKET-3787] - Bring back IObjectStreamFactory methods to JavaSerializer
+
+** Bug
+    * [WICKET-3449] - Tree doesn't update correctly
+    * [WICKET-3471] - WicketTester checkUsability is called before the request 
has started
+    * [WICKET-3514] - SimpleTree example not working with CryptoMapper
+    * [WICKET-3520] - SHOW_NO_EXCEPTION_PAGE responding with HTTP status 500 
is overwritten by redirect
+    * [WICKET-3566] - IE 8 report error when opening the 'Access Denied' or 
'Internal Error' page
+    * [WICKET-3567] - BookmarkablePageLink on home page renders non 
bookmarkable
+    * [WICKET-3615] - ModalWindow does not work in Opera 11.10 and MSIE 6
+    * [WICKET-3617] - Using render strategy ONE_PASS_RENDER fails for Ajax 
requests
+    * [WICKET-3649] - ClassCastException when AbstractResource writes in 
response of some type other than WebResponse
+    * [WICKET-3655] - Component should use the new renderHead(Component, 
IHeaderResponse) instead of the old renderHead(IHeaderResponse)
+    * [WICKET-3666] - IValidationError should extend IClusterable
+    * [WICKET-3669] - <script> element in Ajax requests is executed twice in 
Opera 11
+    * [WICKET-3670] - WicketTester does not support custom pages for component 
testing using the new API
+    * [WICKET-3675] - Usage of JavaScriptCompressor by resources other than 
PackageTextTemplates is lost!
+    * [WICKET-3688] - WebPage cannot find the head container if 
TransparentWebMarkupContainer is associated with <html>
+    * [WICKET-3690] - Session is invalidated more than once because 
Session.sessionInvalidated is not reset
+    * [WICKET-3691] - NPE in 
PersistentPageManager.SessionEntry.writeObject(ObjectOutputStream) when using 
embedded Tomcat
+    * [WICKET-3696] - PageParameters violates hashCode() contract
+    * [WICKET-3697] - NOTICE File contains wrong notices for 1.5
+    * [WICKET-3698] - FileUploadField no longer updates model in wicket 1.5
+    * [WICKET-3700] - WicketTester.startComponent(Class, Markup) doesn't 
deliver the contributed response to the headers
+    * [WICKET-3702] - wicket:border: inconsistency between add() and remove()
+    * [WICKET-3704] - Quickstart for 1.5-RC4.2 fails with some reference to 
1.5-rc2
+    * [WICKET-3713] - g/apache/wicket/protocol/http/request/UserAgent matches 
method is not correct
+    * [WICKET-3715] - FileUpload writeToTempFile() method throws NPE for 
sessionless requests
+    * [WICKET-3717] - Patch to clean up markup files
+    * [WICKET-3719] - Component's markup cannot be found in Ajax requests if 
the parent is transparent
+    * [WICKET-3721] - The Url's query parameters are not properly URL encoded
+    * [WICKET-3725] - wickettag contents aren't skipped when trying to find 
markup in 1.5
+    * [WICKET-3730] - extremely slow performance in development mode
+    * [WICKET-3731] - 
PackageResourceReference.lookupStream(IResourceStreamLocator, Locale, String, 
String) creates wrong PackageResourceReference.StreamInfo
+    * [WICKET-3733] - org/apache/wicket/util/tester/apps_4/EmailPage Form 
wrong generic type
+    * [WICKET-3735] - IAjaxLink and BaseTree.ILinkCallback have onClick method
+    * [WICKET-3736] - npe in StoredResponsesMap
+    * [WICKET-3739] - wicket-datetime datepicker fails to display calendar 
with js error in calendar.js:3225 in IE8
+    * [WICKET-3740] - Scalability issue with PageAccessSynchronizer
+    * [WICKET-3745] - AbstractSingleSelectChoice tries to convert the input 
using the id generated by IChoiceRenderer
+    * [WICKET-3753] - PropertyVariableInterpolator add support for 
IConverterLocator (patch included)
+    * [WICKET-3755] - RequestLogger was renamed to DummyRequestLogger
+    * [WICKET-3758] - throw new RestartResponseAtInterceptPageException is not 
serializable
+    * [WICKET-3761] - unexpected order of head contributions
+    * [WICKET-3762] - NumberTextField does not work with lists
+    * [WICKET-3764] - Ajax behaviors are failing in stateless pages
+    * [WICKET-3765] - Form in FormComponent causes child components to get 
processed after parent FormComponent
+    * [WICKET-3767] - INullAcceptingValidator behavior seems broken in 
1.5-RC4.2
+    * [WICKET-3769] - WicketSessionFilter and HttpSessionStore use different 
attribute name for Wicket Session
+    * [WICKET-3774] - html file are not encoding to utf-8
+    * [WICKET-3777] - visibility of NavigationToolbar is based on the previous 
filter state
+    * [WICKET-3779] - Session MetaData changes aren't synchronized and don't 
call dirty()
+    * [WICKET-3780] - Warning text outdated in InheritedMarkupMarkupLoader
+    * [WICKET-3792] - Quickstart 1.5RC4.2 depends on wicket not wicket-core
+    * [WICKET-3793] - ModalWindow shows 'Page Expired'
+
+
+
+** Improvement
+    * [WICKET-3564] - AjaxRequestTarget#addComponent(..) should guard against 
improper usage
+    * [WICKET-3572] - Add a link to the main page of Wicket Examples in the 
"stateless" example page
+    * [WICKET-3614] -  MarkupException appends the markup stream to the message
+    * [WICKET-3639] - if and when a xml prolog is written to the response
+    * [WICKET-3652] - Provide a Typesafe Panel, that allows to use 
getDefaultModel and getDefaultModelObject without casting
+    * [WICKET-3673] - A little heuristic for "Unable to find component" 
exception
+    * [WICKET-3685] - Split IHeaderContributor into IHeaderContributor and 
IComponentAwareHeaderContributor to make implementation cleaner
+    * [WICKET-3686] - Provide an xml schema for the wicket tags and attributes
+    * [WICKET-3693] - Enhance ByteArrayResource for dynamic byte arrays
+    * [WICKET-3694] - Simplify AbstractResource#configureCache() signature.
+    * [WICKET-3701] - Simplify focus management in wicket-autocomplete.js
+    * [WICKET-3703] - Disable ModificationWatcher in BaseWicketTester
+    * [WICKET-3706] - add message level 'success' to feedback messages
+    * [WICKET-3707] - add FeedbackMessages#messagesForComponent (plural)
+    * [WICKET-3708] - Component.getAjaxRegionMarkupId loops over all behaviors 
even if markupId is found
+    * [WICKET-3709] - SignInPanel shouldn't hard code input field size
+    * [WICKET-3710] - org/ apache/wicket/markup/html/tree/AbstractTree.java 
treeNodesRemoved loops forever
+    * [WICKET-3714] - org/ apache/wicket/util/lang/EnumeratedType.java method 
getValues never returns null
+    * [WICKET-3716] - Please improve ErrorMessage for 
WicketTester#assertRenderedPage
+    * [WICKET-3723] - Introduce StorageSettings for the settings related to 
default inmemory and disk storages
+    * [WICKET-3726] - set resource caching duration to maximum since the 
default caching strategy will prevent stale caches
+    * [WICKET-3728] - Allow filtering and grouping of resources in the <head>
+    * [WICKET-3732] - Optimize retrieval of last modification timestamp for 
urls that point to local files
+    * [WICKET-3734] - 
org.apache.wicket.extensions.markup.html.tree.table.PropertyRenderableColumn 
IConverter type param
+    * [WICKET-3741] - Don't throw MarkupNotFoundException when the markup is 
acceptable to not be available yet
+    * [WICKET-3742] - BaseWicketTester: provide startComponentInPage with 
componentn parameter but without pageMarkup
+    * [WICKET-3744] - Add RestartResponseException constructors to specify a 
RedirectPolicy
+    * [WICKET-3748] - Normalize methods in IRequestCycleListener by 
introducing RequestCycle as a parameter to methods that are missing it
+    * [WICKET-3757] - Image always noncaching when included in ajax request. 
However, sometimes caching image is desirable.
+    * [WICKET-3759] - Touch the page only when it is just read from the page 
store
+    * [WICKET-3775] - Add methods to allow for better configuration of header 
values in WicketTester
+    * [WICKET-3781] - Differentiate Google Chrome from Safari in wicket-xyz.js
+    * [WICKET-3783] - Rework AttributeModifier, SimpleAtttributeModifier, 
AttributeAppender to simplify working with them
+    * [WICKET-3786] - Add model-less constructor to DateTextField
+    * [WICKET-3790] - Rename PersistentPageManager and 
PersistentPageManager.SessionEntry pages variable
+    * [WICKET-3791] - Improve AsynchronousDataStore
+    * [WICKET-3794] - Simplify BrowserInfoPage by using InterceptData
+    * [WICKET-3796] - Change the default strict politics to prevent locators 
from ignore resources
+    * [WICKET-3797] - Remove duplicated resource resolution logic
+    * [WICKET-3799] - Prevent ResourceNameIterator from iterate the same name 
twice
+
+** New Feature
+    * [WICKET-3674] - Provide an interface to allow css resources to be 
compressed like javascript resources
+    * [WICKET-3738] - Provide an API for retrieving form component label when 
one is not set via setLabel(IModel)
+    * [WICKET-3778] - Add possibility to use different (de)serializer for pages
+    * [WICKET-3782] - Notifications before and after DOM node replacement 
+    * [WICKET-3795] - Upgrade to current version (v3) of spring
+    * [WICKET-3803] - Add JMX MBean for the new StoreSettings
+
+** Task
+    * [WICKET-3687] - Remove the support for <wicket:component>
+    * [WICKET-3750] - Reintroduce WicketFilter.ignorePaths
+    * [WICKET-3772] - Destroy WicketTester after each test that uses it
+    * [WICKET-3806] - Remove the possibility to configure ExceptionMapper
+
+
 Release Notes - Wicket - Version 1.5-RC4
 
 ** Sub-task

Modified: wicket/trunk/NOTICE
URL: 
http://svn.apache.org/viewvc/wicket/trunk/NOTICE?rev=1136718&r1=1136717&r2=1136718&view=diff
==============================================================================
--- wicket/trunk/NOTICE (original)
+++ wicket/trunk/NOTICE Thu Jun 16 22:43:43 2011
@@ -12,95 +12,43 @@ NB: DO NOT ADD LICENSES/NOTICES/ATTRIBUT
     AUTOMATICALLY INCLUDE THE NOTICE IN THIS FILE.
 
 ---------------------------------------------------------------------------
-src/./wicket
+src/./wicket-auth-roles
 ---------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2006 The Apache Software Foundation
+   Apache Wicket Auth Roles
+   Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
-   This product includes software from QOS.ch (http://slf4j.org) licensed 
under the X11 license
-   Copyright (c) 2004-2007 QOS.ch
-   
-   Contains Diff library from Mavens JRCS, released under
-   The Apache Software License, Version 1.1.
-   (c) 1999-2003
-
-   org.apache.wicket.util.upload contains parts of Apache Jakarta Commons 
FileUpload,
-   released under the Apache Software License, Version 2.0. 
-   (c) 2001-2004
-
-   org.apache.wicket.util.io.IOUtils is taken from Apache Avalon, released
-   under the Apache Software License, Version 2.0.
-   (c) 2001-2004
-
-   org.apache.wicket.util.io.ThresholdingOutputStream is taken from
-   Apache Jakarta Commons IO, released under the
-   Apache Software License, Version 2.0.
-   (c) 2001-2004
-
-   org.apache.wicket.util.crypt contains Base64 which is taken from
-   Apache Jakarta Commons Codec, released under the
-   Apache Software License, Version 2.0. Base64UrlSafe
-   is derived from Base64.
-   (c) 2001-2005
-
-   org.apache.wicket.util.concurrent is taken from [1], which states the 
following:
-     "All classes are released to the public domain and may be used for 
-      any purpose whatsoever without permission or acknowledgment. 
-      Portions of the CopyOnWriteArrayList and ConcurrentReaderHashMap 
-      classes are adapted from Sun JDK source code. These are copyright 
-      of Sun Microsystems, Inc, and are used with their kind permission,  
-      as described in this license[2]."
-   [1]: 
http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
-   [2]: licenses/sun-u.c.license.pdf
-
-   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken 
from [1]
-   and has the following notice:
-      "Licence:
-       Use this however/wherever you like, just don't blame me if it breaks
-       anything.
-
-       Credit:
-       If you're nice, you'll leave this bit:
+---------------------------------------------------------------------------
+src/./wicket-guice
+---------------------------------------------------------------------------
+   Apache Wicket
+   Copyright 2007 The Apache Software Foundation
 
-       Class by Stickman -- http://www.the-stickman.com
-       with thanks to:
-       [for Safari fixes]
-          Luis Torrefranca -- http://www.law.pitt.edu
-          and
-          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
-       [for duplicate name bug]
-          'neal'"
-   [1]: 
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
+   This product includes software developed at
+   The Apache Software Foundation (http://www.apache.org/).
 
+   This product includes Guice, developed at Google, and licensed
+   under the Apache License 2.0. (http://code.google.com/p/google-guice/).
 ---------------------------------------------------------------------------
-src/./wicket-auth-roles
+src/./wicket-spring
 ---------------------------------------------------------------------------
-   Apache Wicket Auth Roles
+   Apache Wicket
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
 ---------------------------------------------------------------------------
-src/./wicket-datetime
+src/./wicket-jmx
 ---------------------------------------------------------------------------
-   Apache Wicket Date Time
+   Apache Wicket
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
-   
-   Contains code of the Yahoo User Interface library (version: 0.12.2),
-   released under the BSD License:
-   http://developer.yahoo.net/yui/license.txt
-   Copyright (c) 2006, Yahoo!
 
-   This product includes software developed by
-   Joda.org (http://www.joda.org/).
-   
 ---------------------------------------------------------------------------
 src/./wicket-examples
 ---------------------------------------------------------------------------
@@ -145,49 +93,84 @@ src/./wicket-examples
    which is released under CDDL 1.0 license 
(http://www.opensource.org/licenses/cddl1.php).
 
 ---------------------------------------------------------------------------
-src/./wicket-extensions
+src/./wicket-core
 ---------------------------------------------------------------------------
-   Apache Wicket Extensions
-   Copyright 2007 The Apache Software Foundation
+   Apache Wicket
+   Copyright 2006 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
-   Contains software developed in Apache Turbine, released
-   under the Apache Software License, Version 2.0. 
+   This product includes software from QOS.ch (http://slf4j.org) licensed 
under the X11 license
+   Copyright (c) 2004-2007 QOS.ch
+   
+   Contains Diff library from Mavens JRCS, released under
+   The Apache Software License, Version 1.1.
+   (c) 1999-2003
+
+   org.apache.wicket.util.upload contains parts of Apache Jakarta Commons 
FileUpload,
+   released under the Apache Software License, Version 2.0. 
+   (c) 2001-2004
+
+   org.apache.wicket.util.io.IOUtils is taken from Apache Avalon, released
+   under the Apache Software License, Version 2.0.
+   (c) 2001-2004
+
+   org.apache.wicket.util.io.ThresholdingOutputStream is taken from
+   Apache Jakarta Commons IO, released under the
+   Apache Software License, Version 2.0.
+   (c) 2001-2004
+
+   org.apache.wicket.util.crypt contains Base64 which is taken from
+   Apache Jakarta Commons Codec, released under the
+   Apache Software License, Version 2.0. Base64UrlSafe
+   is derived from Base64.
    (c) 2001-2005
 
----------------------------------------------------------------------------
-src/./wicket-guice
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
+   org.apache.wicket.util.concurrent is taken from [1], which states the 
following:
+     "All classes are released to the public domain and may be used for 
+      any purpose whatsoever without permission or acknowledgment. 
+      Portions of the CopyOnWriteArrayList and ConcurrentReaderHashMap 
+      classes are adapted from Sun JDK source code. These are copyright 
+      of Sun Microsystems, Inc, and are used with their kind permission,  
+      as described in this license[2]."
+   [1]: 
http://g.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
+   [2]: licenses/sun-u.c.license.pdf
 
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
+   org.apache.wicket.markup.html.form.upload.MultiFileUploadField.js is taken 
from [1]
+   and has the following notice:
+      "Licence:
+       Use this however/wherever you like, just don't blame me if it breaks
+       anything.
 
-   This product includes Guice, developed at Google, and licensed
-   under the Apache License 2.0. (http://code.google.com/p/google-guice/).
----------------------------------------------------------------------------
-src/./wicket-ioc
----------------------------------------------------------------------------
-   Apache Wicket
-   Copyright 2007 The Apache Software Foundation
+       Credit:
+       If you're nice, you'll leave this bit:
 
-   This product includes software developed at
-   The Apache Software Foundation (http://www.apache.org/).
+       Class by Stickman -- http://www.the-stickman.com
+       with thanks to:
+       [for Safari fixes]
+          Luis Torrefranca -- http://www.law.pitt.edu
+          and
+          Shawn Parker & John Pennypacker -- http://www.fuzzycoconut.com
+       [for duplicate name bug]
+          'neal'"
+   [1]: 
http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/
 
 ---------------------------------------------------------------------------
-src/./wicket-jmx
+src/./wicket-extensions
 ---------------------------------------------------------------------------
-   Apache Wicket
+   Apache Wicket Extensions
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
+   Contains software developed in Apache Turbine, released
+   under the Apache Software License, Version 2.0. 
+   (c) 2001-2005
+
 ---------------------------------------------------------------------------
-src/./wicket-objectssizeof-agent
+src/./wicket-ioc
 ---------------------------------------------------------------------------
    Apache Wicket
    Copyright 2007 The Apache Software Foundation
@@ -195,18 +178,25 @@ src/./wicket-objectssizeof-agent
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
-
 ---------------------------------------------------------------------------
-src/./wicket-quickstart/NOTICE
+src/./wicket-datetime
 ---------------------------------------------------------------------------
-   Apache Wicket
+   Apache Wicket Date Time
    Copyright 2007 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
+   
+   Contains code of the Yahoo User Interface library (version: 2.8.2r1),
+   released under the BSD License:
+   http://developer.yahoo.net/yui/license.txt
+   Copyright (c) 2010, Yahoo! Inc.
 
+   This product includes software developed by
+   Joda.org (http://www.joda.org/).
+   
 ---------------------------------------------------------------------------
-src/./wicket-spring
+src/./wicket-objectssizeof-agent
 ---------------------------------------------------------------------------
    Apache Wicket
    Copyright 2007 The Apache Software Foundation
@@ -214,3 +204,4 @@ src/./wicket-spring
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
+


Reply via email to