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 2014/06/06 10:41:16 UTC

git commit: Update changelog for 6.16

Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x 29e0baf36 -> 99d420c84


Update changelog for 6.16


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

Branch: refs/heads/wicket-6.x
Commit: 99d420c846c280197daa3080720f485d918b517b
Parents: 29e0baf
Author: Martijn Dashorst <da...@apache.org>
Authored: Fri Jun 6 10:39:56 2014 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Fri Jun 6 10:40:11 2014 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/99d420c8/CHANGELOG-6.x
----------------------------------------------------------------------
diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x
index a249633..a51089a 100644
--- a/CHANGELOG-6.x
+++ b/CHANGELOG-6.x
@@ -2,6 +2,44 @@ This file contains all changes done in releases for Apache Wicket 6.x.
 
 =============================================================================
 
+Release Notes - Wicket - Version 6.16.0
+
+** Bug
+
+    * [WICKET-4545] - MarkupNotFoundException for Fragment and TransparentWebMarkupContainer
+    * [WICKET-5553] - When using an Ajax request to display initially hidden components inside inline enclosures, only the first one appears.
+    * [WICKET-5560] - A 404 error occurs when using a CryptoMapper
+    * [WICKET-5569] - Unable to find markup for children of deeply nested IComponentResolvers during Ajax response
+    * [WICKET-5570] - Rescheduling the same ajax timer behavior causes memory leak in the browser
+    * [WICKET-5573] - FilterToolbar generics broken
+    * [WICKET-5581] - CachingResourceStreamLocator is not extension-aware
+    * [WICKET-5582] - ServletWebResponse#encodeUrl() makes absolute Urls relative
+    * [WICKET-5589] - Upgrade wicket-atmosphere to the latest version of atmosphere
+    * [WICKET-5591] - Missing translation for HoursValidator.range (in DateTimeField)
+    * [WICKET-5592] - Add a method to clear the cache of CachingResourceStreamLocator
+    * [WICKET-5593] - AjaxFormValidatingBehavior attempts to update non-visible feedback panels
+    * [WICKET-5595] - Atmosphere: updates infinitly with long polling transport
+    * [WICKET-5596] - DropDownChoice#wantsOnSelectionChangedNotifications(T) not being called on unmounted page
+    * [WICKET-5601] - AbstractSingleSelectChoice fails with NullPointerException when its choice renderer returns null from #getIdValue() 
+
+** Improvement
+
+    * [WICKET-5563] - RestartResponseAtInterceptPageException - add public function to retrieve originalUrl
+    * [WICKET-5574] - ComponentRenderer should use Application#createRequestCycle
+    * [WICKET-5575] - Add support in FormTester#submit(String|Component) for Ajax submitters
+    * [WICKET-5577] - Generation of wicket ids with prefix / suffix
+    * [WICKET-5580] - Allow markup to find child fragments when wicket:child is inside a component tag
+    * [WICKET-5585] - Wicket Extension Automplete does not work well with JavaScriptFilteredIntoFooterHeaderResponse
+    * [WICKET-5586] - NextButton isEnabled() should bo logical conjunction of getWizardModel().isNextAvailable() and super.isEnabled()
+    * [WICKET-5600] - Introduce CharSequenceResource similar to ByteArrayResource
+    * [WICKET-5606] - SelectOptions with #setRecreateChoices(true) loses selection on form errors
+
+** Task
+
+    * [WICKET-5587] - Upgrade JQuery to latest releases - 1.11.1 & 2.1.1
+
+=============================================================================
+
 Release Notes - Wicket - Version 6.15.0
 
 ** Sub-task