You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/11/16 21:09:09 UTC

wicket-site git commit: Add a post for 6.21.0

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 2d6314514 -> 7cbfc2a88


Add a post for 6.21.0


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

Branch: refs/heads/asf-site
Commit: 7cbfc2a8851fbd56014b9a6a845367593014329f
Parents: 2d63145
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Nov 16 21:08:51 2015 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Nov 16 21:08:51 2015 +0100

----------------------------------------------------------------------
 .../2015/2015-11-16-wicket-6.21.0-released.md   | 89 ++++++++++++++++++++
 1 file changed, 89 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/7cbfc2a8/_posts/2015/2015-11-16-wicket-6.21.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2015/2015-11-16-wicket-6.21.0-released.md b/_posts/2015/2015-11-16-wicket-6.21.0-released.md
new file mode 100644
index 0000000..287191f
--- /dev/null
+++ b/_posts/2015/2015-11-16-wicket-6.21.0-released.md
@@ -0,0 +1,89 @@
+---
+layout: post
+title: Apache Wicket 6.20.0 released
+---
+
+The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!
+
+This release marks another minor release of Wicket 6. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present breaks are present in this release compared to
+6.0.0.
+
+### Using this release
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml %}
+<dependency>
+<groupId>org.apache.wicket</groupId>
+<artifactId>wicket-core</artifactId>
+<version>6.21.0</version>
+</dependency>
+{% endhighlight xml %}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries)
+
+### Upgrading from earlier versions
+
+If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
+migration guide found at
+
+ * [migration to Wicket 6]( https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0)
+
+Have fun!
+
+— The Wicket team
+
+
+
+### This release
+
+#### CHANGELOG for 6.21.0:
+
+The following changes were made in Wicket for this release.
+
+#### Bug
+
+* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+* [WICKET-5898] - StackOverflowError after form submit with a validation error
+* [WICKET-5925] - wicket-examples DataTablePage is broken
+* [WICKET-5927] - Velocity remote code execution
+* [WICKET-5939] - AjaxEventBehavior should not lower-case the event name
+* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
+* [WICKET-5944] - CSRF prevention does not work with https URLs on the default port
+* [WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing
+* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
+* [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
+* [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
+* [WICKET-5970] - UrlRenderer does not render fragments
+* [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
+* [WICKET-5978] - LazyInitProxyFactory fills permgen space
+* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items></wicket:header> placeholder
+* [WICKET-5994] - Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used
+* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
+* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+
+#### Improvement
+
+* [WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.
+* [WICKET-5930] - Upgrade Atmosphere to 2.2.7
+* [WICKET-5932] - Allow empty column list for DataTable
+* [WICKET-5933] - Avoid serialization of untouched page after ajax request
+* [WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing
+* [WICKET-5945] - add a new topic/listener that notifies of Ajax calls done
+* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of <div> or <span>
+* [WICKET-5955] - error from WebPage # reportMissingHead
+* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+* [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
+* [WICKET-5986] - NumberTextField<N> should use Models for minimum, maximum and step
+
+#### Task
+
+* [WICKET-5951] - Upgrade Atmosphere to 2.2.8