You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2015/01/26 10:12:14 UTC

wicket git commit: Added changelog for M5

Repository: wicket
Updated Branches:
  refs/heads/master d79972a9c -> 1c1bb4d69


Added changelog for M5


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1c1bb4d6
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c1bb4d6
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c1bb4d6

Branch: refs/heads/master
Commit: 1c1bb4d69c4a866df9a715c1e3cb79e2e7229b77
Parents: d79972a
Author: Martijn Dashorst <da...@apache.org>
Authored: Mon Jan 26 10:11:15 2015 +0100
Committer: Martijn Dashorst <da...@apache.org>
Committed: Mon Jan 26 10:11:15 2015 +0100

----------------------------------------------------------------------
 CHANGELOG-7.x | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 59 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/1c1bb4d6/CHANGELOG-7.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-7.x b/CHANGELOG-7.x
index 245d039..9cf92c3 100644
--- a/CHANGELOG-7.x
+++ b/CHANGELOG-7.x
@@ -1,4 +1,62 @@
-This file contains all changes done in releases for Apache Wicket 7.x.
+This file contains all changes done in releases for Apache Wicket 7. x.
+
+=======================================================================
+
+Release Notes - Wicket - Version 7.0.0-M5
+
+** Bug
+
+    * [WICKET-5584] - DiskDataStore error
+    * [WICKET-5747] - Wicket Ajax Click handling gets requeued in OnDomReady so fire out of order
+    * [WICKET-5748] - StackOverflowError while trying to get the Markup of WicketHeadContainer
+    * [WICKET-5751] - NullPointerException in IntHashMap
+    * [WICKET-5752] - ReplacementResourceBundleReference should return the dependencies for the replacing resource ref
+    * [WICKET-5759] - AjaxRequestAttributes extra parameters aren't properly handled in getCallbackFunction()
+    * [WICKET-5770] - PageParametersEncoder should not decode parameters with no name
+    * [WICKET-5772] - LoadableDetachableModel caches null value if load() fails, bug in getObject() {attached = true;}
+    * [WICKET-5777] - Reload of page leads to WicketRuntimeException
+    * [WICKET-5782] - Missing escaping in MultiFileUploadField.js - sort of XSS
+    * [WICKET-5783] - Multiple events in AjaxEventBehavior with prefix 'on'
+    * [WICKET-5784] - arraycopy with bad length in AbstractRequestLogger:172
+    * [WICKET-5793] - Request for static resource creating a session in 6.13.0+
+    * [WICKET-5800] - wicket:enclosure within FormComponentPanel causes exception related to dequeueing
+    * [WICKET-5809] - URL IPv6 parsing
+    * [WICKET-5811] - Infinite loop issue in PropertyValidator#createUnresolvablePropertyMessage(FormComponent<>) 
+    * [WICKET-5812] - AtmosphereBehavior wrongly sets Ajax base url to '.'
+    * [WICKET-5817] - Wicket-JMX should depend on asm-util
+
+** Improvement
+
+    * [WICKET-4703] - StringResourceModel should provide an overridable getString(Component) method
+    * [WICKET-5746] - Fire an event once all JS event listeners are registered
+    * [WICKET-5753] - It is impossible to determine the form submitting component's inputName when AjaxFormSubmitBehavior is used
+    * [WICKET-5754] - (String)ResourceModel's defaultValue could be an IModel<String>
+    * [WICKET-5756] - Allow to use custom ciphers when using SunJceCrypt class
+    * [WICKET-5758] - Portuguese translation
+    * [WICKET-5760] - Add constructor (String, Serializable, String) to AttributeAppender
+    * [WICKET-5774] - UrlRenderer should render full and absolute urls in their canonical form
+    * [WICKET-5775] - Replace the session upon successful signin for better support for Session Fixation
+    * [WICKET-5776] - Add information about the component when it fail in detach phase
+    * [WICKET-5778] - Pass the IModifiable to the IChangeListener in ModificationWatcher
+    * [WICKET-5780] - Add a resource reference for ContextRelativeResource
+    * [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+    * [WICKET-5794] - Make DefaultExceptionMapper extensible
+    * [WICKET-5797] - Convenience method to call setResponsePage with forward option
+    * [WICKET-5799] - Add rel=prev/next in PagingNavigator.html
+    * [WICKET-5802] - HTML Import
+    * [WICKET-5803] - Reduce log for "o.a.w.r.PropertiesFactory | Loading properties files from ..."
+    * [WICKET-5806] - Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled
+    * [WICKET-5808] - SpringBean, support generic beans
+    * [WICKET-5818] - Add support for httpOnly cookies to CookieDefaults
+
+** New Feature
+
+    * [WICKET-5771] - Ability to escape resource bundle messages added with wicket:message
+
+** Task
+
+    * [WICKET-5732] - Improve component queuing and auto component
+    * [WICKET-5791] - Update JQuery to 1.11.2 and 2.1.3
 
 =======================================================================