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 2016/05/07 12:08:45 UTC

[1/4] wicket-site git commit: Fixed markup issues rendering with jekyll 3.1.3

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 1f9ec1bfe -> 49c108d31


Fixed markup issues rendering with jekyll 3.1.3


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

Branch: refs/heads/asf-site
Commit: f4da21d0b4c776e4f613c9ca74ea369bcfd4106b
Parents: 1f9ec1b
Author: Martijn Dashorst <da...@apache.org>
Authored: Thu May 5 14:38:58 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Thu May 5 14:38:58 2016 +0200

----------------------------------------------------------------------
 .../2014/2014-11-05-wicket-6.18.0-released.md   |   2 +-
 .../2014/2014-11-05-wicket-7.0.0-M4-released.md |   4 +-
 .../2015/2015-06-14-wicket-6.20.0-released.md   |   2 +-
 .../2015/2015-11-16-wicket-6.21.0-released.md   |   2 +-
 _posts/2016/2016-03-02-cve-2015-7520.md         |   2 +-
 content/atom.xml                                |  12 +-
 .../news/2014/11/05/wicket-6.18.0-released.html |   2 +-
 .../2014/11/05/wicket-7.0.0-M4-released.html    |   4 +-
 .../news/2015/06/14/wicket-6.20.0-released.html |   2 +-
 .../news/2015/10/25/wicket-7.1.0-released.html  |   4 +-
 .../news/2015/11/16/wicket-6.21.0-released.html |   2 +-
 .../news/2016/01/20/wicket-7.2.0-released.html  |   4 +-
 content/news/2016/03/02/cve-2015-7520.html      |   2 +-
 content/news/index.html                         | 351 +++++++++----------
 news/index.md                                   |   2 +-
 15 files changed, 194 insertions(+), 203 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/_posts/2014/2014-11-05-wicket-6.18.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2014/2014-11-05-wicket-6.18.0-released.md b/_posts/2014/2014-11-05-wicket-6.18.0-released.md
index 25e0378..ad91cd3 100644
--- a/_posts/2014/2014-11-05-wicket-6.18.0-released.md
+++ b/_posts/2014/2014-11-05-wicket-6.18.0-released.md
@@ -106,7 +106,7 @@ The following changes were made in Wicket for this release.
 * [WICKET-5710](https://issues.apache.org/jira/browse/WICKET-5710) - StringValidator should set 'minlength' attribute to input and textarea
 * [WICKET-5715](https://issues.apache.org/jira/browse/WICKET-5715) - Allow setting 'async' attribute on reference <script> elements
 * [WICKET-5718](https://issues.apache.org/jira/browse/WICKET-5718) - Upgrade Atmosphere to 2.2.2
-* [WICKET-5725](https://issues.apache.org/jira/browse/WICKET-5725) - Add NumberTextField(String,Class<T>) constructor
+* [WICKET-5725](https://issues.apache.org/jira/browse/WICKET-5725) - Add `NumberTextField(String,Class<T>)` constructor
 * [WICKET-5729](https://issues.apache.org/jira/browse/WICKET-5729) - Avoid using input names that conflict with JavaScript DOM API method and attribute names
 * [WICKET-5735](https://issues.apache.org/jira/browse/WICKET-5735) - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase
 * [WICKET-5740](https://issues.apache.org/jira/browse/WICKET-5740) - Provide a way to adapt the lock timeout based on the page class/id

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/_posts/2014/2014-11-05-wicket-7.0.0-M4-released.md
----------------------------------------------------------------------
diff --git a/_posts/2014/2014-11-05-wicket-7.0.0-M4-released.md b/_posts/2014/2014-11-05-wicket-7.0.0-M4-released.md
index e4e525b..356420a 100644
--- a/_posts/2014/2014-11-05-wicket-7.0.0-M4-released.md
+++ b/_posts/2014/2014-11-05-wicket-7.0.0-M4-released.md
@@ -134,9 +134,9 @@ Release Notes - Wicket - Version 7.0.0-M4
 * [WICKET-5708](https://issues.apache.org/jira/browse/WICKET-5708) - Making FormComponent.convertInput() public
 * [WICKET-5710](https://issues.apache.org/jira/browse/WICKET-5710) - StringValidator should set 'minlength' attribute to input and textarea
 * [WICKET-5713](https://issues.apache.org/jira/browse/WICKET-5713) - Move /wicket.properties to /META-INF/wicket/xyz.properties
-* [WICKET-5715](https://issues.apache.org/jira/browse/WICKET-5715) - Allow setting 'async' attribute on reference <script> elements
+* [WICKET-5715](https://issues.apache.org/jira/browse/WICKET-5715) - Allow setting 'async' attribute on reference ``<script>` elements
 * [WICKET-5718](https://issues.apache.org/jira/browse/WICKET-5718) - Upgrade Atmosphere to 2.2.2
-* [WICKET-5725](https://issues.apache.org/jira/browse/WICKET-5725) - Add NumberTextField(String,Class<T>) constructor
+* [WICKET-5725](https://issues.apache.org/jira/browse/WICKET-5725) - Add `NumberTextField(String,Class<T>)` constructor
 * [WICKET-5729](https://issues.apache.org/jira/browse/WICKET-5729) - Avoid using input names that conflict with JavaScript DOM API method and attribute names
 * [WICKET-5735](https://issues.apache.org/jira/browse/WICKET-5735) - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase
 * [WICKET-5737](https://issues.apache.org/jira/browse/WICKET-5737) - Log a warning when WebSocketResponse#sendError() is used

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/_posts/2015/2015-06-14-wicket-6.20.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2015/2015-06-14-wicket-6.20.0-released.md b/_posts/2015/2015-06-14-wicket-6.20.0-released.md
index a06b986..9725d6f 100644
--- a/_posts/2015/2015-06-14-wicket-6.20.0-released.md
+++ b/_posts/2015/2015-06-14-wicket-6.20.0-released.md
@@ -84,7 +84,7 @@ The following changes were made in Wicket for this release.
 
 #### Improvement
 
-* [WICKET-5754] - (String)ResourceModel's defaultValue could be an IModel<String>
+* [WICKET-5754] - (String)ResourceModel's defaultValue could be an `IModel<String>`
 * [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
 * [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
 * [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/_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
index de95012..d380ea0 100644
--- a/_posts/2015/2015-11-16-wicket-6.21.0-released.md
+++ b/_posts/2015/2015-11-16-wicket-6.21.0-released.md
@@ -84,7 +84,7 @@ The following changes were made in Wicket for this release.
 * [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
+* [WICKET-5986] - `NumberTextField<N>` should use Models for minimum, maximum and step
 
 #### Task
 

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/_posts/2016/2016-03-02-cve-2015-7520.md
----------------------------------------------------------------------
diff --git a/_posts/2016/2016-03-02-cve-2015-7520.md b/_posts/2016/2016-03-02-cve-2015-7520.md
index d117dc4..e0afcbb 100644
--- a/_posts/2016/2016-03-02-cve-2015-7520.md
+++ b/_posts/2016/2016-03-02-cve-2015-7520.md
@@ -14,7 +14,7 @@ Apache Wicket 1.5.x, 6.x and 7.x
 Description:
 
 It is possible for JavaScript statements to break out of a RadioGroup's 
-and CheckBoxMultipleChoice's "value" attribute of &lt;input&gt; elements
+and CheckBoxMultipleChoice's "value" attribute of `<input>` elements
 
 This might pose a security threat if the written JavaScript contains user provided data.
 

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 51ac905..0047005 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2016-03-02T15:59:59+01:00</updated>
+    <updated>2016-05-05T14:29:26+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -243,8 +243,8 @@ client.&lt;/p&gt;
 update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
 
 &lt;dependency&gt;
-    &lt;groupid&gt;org.apache.wicket&lt;/groupid&gt;
-    &lt;artifactid&gt;wicket-core&lt;/artifactid&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
     &lt;version&gt;7.2.0&lt;/version&gt;
 &lt;/dependency&gt;
 
@@ -485,7 +485,7 @@ migration guide found at&lt;/p&gt;
   &lt;li&gt;[WICKET-5955] - error from WebPage ## reportMissingHead&lt;/li&gt;
   &lt;li&gt;[WICKET-5974] - Change AjaxPagingNavigator##onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)&lt;/li&gt;
   &lt;li&gt;[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)&lt;/li&gt;
-  &lt;li&gt;[WICKET-5986] - NumberTextField&lt;n&gt; should use Models for minimum, maximum and step&lt;/n&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-5986] - &lt;code class=&quot;highlighter-rouge&quot;&gt;NumberTextField&amp;lt;N&amp;gt;&lt;/code&gt; should use Models for minimum, maximum and step&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h4 id=&quot;task&quot;&gt;Task&lt;/h4&gt;
@@ -553,8 +553,8 @@ a couple of component queuing issues.&lt;/p&gt;
 update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
 
 &lt;dependency&gt;
-    &lt;groupid&gt;org.apache.wicket&lt;/groupid&gt;
-    &lt;artifactid&gt;wicket-core&lt;/artifactid&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
     &lt;version&gt;7.1.0&lt;/version&gt;
 &lt;/dependency&gt;
 

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2014/11/05/wicket-6.18.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-6.18.0-released.html b/content/news/2014/11/05/wicket-6.18.0-released.html
index 02b7719..b1a1359 100644
--- a/content/news/2014/11/05/wicket-6.18.0-released.html
+++ b/content/news/2014/11/05/wicket-6.18.0-released.html
@@ -133,7 +133,7 @@ i6UAn25gHcC0w8QWiNJXV7u99iTHssaP
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set \u2018minlength\u2019 attribute to input and textarea</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting \u2018async\u2019 attribute on reference <script> elements</script></li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add <code class="highlighter-rouge">NumberTextField(String,Class&lt;T&gt;)</code> constructor</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5740">WICKET-5740</a> - Provide a way to adapt the lock timeout based on the page class/id</li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2014/11/05/wicket-7.0.0-M4-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/05/wicket-7.0.0-M4-released.html b/content/news/2014/11/05/wicket-7.0.0-M4-released.html
index 542b8fc..4b90d3b 100644
--- a/content/news/2014/11/05/wicket-7.0.0-M4-released.html
+++ b/content/news/2014/11/05/wicket-7.0.0-M4-released.html
@@ -154,9 +154,9 @@ uDEAn2eZhOrh8//AIYnkRYFLtWJnyx0F
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5708">WICKET-5708</a> - Making FormComponent.convertInput() public</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5710">WICKET-5710</a> - StringValidator should set \u2018minlength\u2019 attribute to input and textarea</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5713">WICKET-5713</a> - Move /wicket.properties to /META-INF/wicket/xyz.properties</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting \u2018async\u2019 attribute on reference <script> elements</script></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5715">WICKET-5715</a> - Allow setting \u2018async\u2019 attribute on reference ``<script>` elements</script></li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5718">WICKET-5718</a> - Upgrade Atmosphere to 2.2.2</li>
-  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add NumberTextField(String,Class<t>) constructor</t></li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-5725">WICKET-5725</a> - Add <code class="highlighter-rouge">NumberTextField(String,Class&lt;T&gt;)</code> constructor</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5729">WICKET-5729</a> - Avoid using input names that conflict with JavaScript DOM API method and attribute names</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5735">WICKET-5735</a> - Propagate fileSizeMax attribute to org.apache.commons.fileupload.FileUploadBase</li>
   <li><a href="https://issues.apache.org/jira/browse/WICKET-5737">WICKET-5737</a> - Log a warning when WebSocketResponse#sendError() is used</li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2015/06/14/wicket-6.20.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/14/wicket-6.20.0-released.html b/content/news/2015/06/14/wicket-6.20.0-released.html
index e4dfbe1..20daa86 100644
--- a/content/news/2015/06/14/wicket-6.20.0-released.html
+++ b/content/news/2015/06/14/wicket-6.20.0-released.html
@@ -118,7 +118,7 @@ migration guide found at</p>
 </ul>
 <h4 id="improvement">Improvement</h4>
 <ul>
-  <li>[WICKET-5754] - (String)ResourceModel\u2019s defaultValue could be an IModel<string></string></li>
+  <li>[WICKET-5754] - (String)ResourceModel\u2019s defaultValue could be an <code class="highlighter-rouge">IModel&lt;String&gt;</code></li>
   <li>[WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it\u2019s functionality</li>
   <li>[WICKET-5832] - Do not fail at CDI\u2019s ConversationPropagator when running in non-http thread</li>
   <li>[WICKET-5840] - WicketTester doesn\u2019t support #clickLink() for ExternalLink component</li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2015/10/25/wicket-7.1.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7.1.0-released.html b/content/news/2015/10/25/wicket-7.1.0-released.html
index ed033f7..22f2c6f 100644
--- a/content/news/2015/10/25/wicket-7.1.0-released.html
+++ b/content/news/2015/10/25/wicket-7.1.0-released.html
@@ -74,8 +74,8 @@ a couple of component queuing issues.</p>
 <p>With Apache Maven update your dependency to (and don\u2019t forget to
 update any other dependencies on Wicket projects to the same version):</p>
 <dependency>
-    <groupid>org.apache.wicket</groupid>
-    <artifactid>wicket-core</artifactid>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
     <version>7.1.0</version>
 </dependency>
 <p>Or download and build the distribution yourself, or use our

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2015/11/16/wicket-6.21.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/16/wicket-6.21.0-released.html b/content/news/2015/11/16/wicket-6.21.0-released.html
index 28a6e87..a87c37d 100644
--- a/content/news/2015/11/16/wicket-6.21.0-released.html
+++ b/content/news/2015/11/16/wicket-6.21.0-released.html
@@ -114,7 +114,7 @@ migration guide found at</p>
   <li>[WICKET-5955] - error from WebPage ## reportMissingHead</li>
   <li>[WICKET-5974] - Change AjaxPagingNavigator##onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)</li>
   <li>[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)</li>
-  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
+  <li>[WICKET-5986] - <code class="highlighter-rouge">NumberTextField&lt;N&gt;</code> should use Models for minimum, maximum and step</li>
 </ul>
 <h4 id="task">Task</h4>
 <ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2016/01/20/wicket-7.2.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/20/wicket-7.2.0-released.html b/content/news/2016/01/20/wicket-7.2.0-released.html
index 596ab44..a526d7e 100644
--- a/content/news/2016/01/20/wicket-7.2.0-released.html
+++ b/content/news/2016/01/20/wicket-7.2.0-released.html
@@ -68,8 +68,8 @@ client.</p>
 <p>With Apache Maven update your dependency to (and don\u2019t forget to
 update any other dependencies on Wicket projects to the same version):</p>
 <dependency>
-    <groupid>org.apache.wicket</groupid>
-    <artifactid>wicket-core</artifactid>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
     <version>7.2.0</version>
 </dependency>
 <p>Or download and build the distribution yourself, or use our

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/2016/03/02/cve-2015-7520.html
----------------------------------------------------------------------
diff --git a/content/news/2016/03/02/cve-2015-7520.html b/content/news/2016/03/02/cve-2015-7520.html
index 5dfb908..07b043f 100644
--- a/content/news/2016/03/02/cve-2015-7520.html
+++ b/content/news/2016/03/02/cve-2015-7520.html
@@ -58,7 +58,7 @@ The Apache Software Foundation</p>
 Apache Wicket 1.5.x, 6.x and 7.x</p>
 <p>Description:</p>
 <p>It is possible for JavaScript statements to break out of a RadioGroup\u2019s 
-and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of &lt;input&gt; elements</p>
+and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of <code class="highlighter-rouge">&lt;input&gt;</code> elements</p>
 <p>This might pose a security threat if the written JavaScript contains user provided data.</p>
 <h2 id="the-application-developers-are-recommended-to-upgrade-to">The application developers are recommended to upgrade to:</h2>
 <ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index e659b14..f792cc4 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -72,7 +72,7 @@
   <article>
 	<h3 id="/news/2016/02/19/wicket-1.5.15-released.html">Wicket 1.5.15 released</h3>
     <small>19 Feb 2016</small>
-	<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes. CHANGELOG for 1.5.15: Bug [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model Escape the generated markup for attribute names and values in CheckBoxMultipleChoice and RadioChoice To use in Maven: &lt;dependency&gt;...
+	<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes. CHANGELOG for 1.5.15: Bug [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model Escape the generated markup for attribute names and values in CheckBoxMultipleChoice and RadioChoice To use in Maven: {%...
 	<a href="/news/2016/02/19/wicket-1.5.15-released.html">more</a></p>
 </article>
   <article>
@@ -135,12 +135,12 @@
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.13&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including sources)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.13
+{% endhighlight %}
+* Download the full distribution (including sources)
 	<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></p>
 </article>
     <article>
@@ -191,12 +191,12 @@
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.12&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including sources)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.12
+{% endhighlight %}
+* Download the full distribution (including sources)
 	<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></p>
 </article>
       <article>
@@ -254,12 +254,12 @@
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.11&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.11
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></p>
 </article>
       <article>
@@ -269,12 +269,12 @@
 Read CVE-2013-2055 for more information.
   Git tag
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.23&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.23
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></p>
 </article>
       <article>
@@ -349,12 +349,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.10&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.10
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></p>
 </article>
         <article>
@@ -393,12 +393,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.9&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.9
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></p>
 </article>
           <article>
@@ -434,7 +434,7 @@ Read CVE-2013-2055 for more information.
           <article>
 	<h3 id="/news/2012/09/05/wicket-1.4.21-released.html">Wicket 1.4.21 released</h3>
     <small>05 Sep 2012</small>
-	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.21&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source)...
+	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.21 {% endhighlight %} *...
 	<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></p>
 </article>
           <article>
@@ -444,12 +444,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.8&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.8
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></p>
 </article>
           <article>
@@ -471,12 +471,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.7&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.7
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></p>
 </article>
           <article>
@@ -492,12 +492,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.6&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.6
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></p>
 </article>
           <article>
@@ -525,12 +525,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.5&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.5
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></p>
 </article>
           <article>
@@ -540,12 +540,12 @@ Read CVE-2013-2055 for more information.
   Subversion tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.20&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.20
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></p>
 </article>
           <article>
@@ -555,12 +555,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.4&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.4
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></p>
 </article>
           <div class="l-first"></div>
@@ -575,12 +575,12 @@ Read CVE-2013-2055 for more information.
   Subversion tag
   Changelog
   To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.3&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.3
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></p>
 </article>
             <article>
@@ -589,13 +589,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.2&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.2
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></p>
 </article>
             <article>
@@ -604,13 +604,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.19&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.19
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></p>
 </article>
             <article>
@@ -619,13 +619,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
-    &lt;version&gt;1.5.1&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket-core
+    1.5.1
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></p>
 </article>
             <article>
@@ -652,13 +652,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is eightteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.18&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.18
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></p>
 </article>
             <article>
@@ -695,13 +695,13 @@ Cheers,
 	<p>This is seventeenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.17&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.17
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></p>
 </article>
             <article>
@@ -722,13 +722,13 @@ Cheers,
 	<p>This is sixteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.16&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.16
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></p>
 </article>
             <article>
@@ -748,13 +748,13 @@ Cheers,
 	<p>This is fifteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.15&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.15
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></p>
 </article>
               <article>
@@ -763,13 +763,13 @@ Cheers,
 	<p>This is fourteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.14&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.14
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></p>
 </article>
               <article>
@@ -784,13 +784,13 @@ Cheers,
 	<p>This is another milestone release from trunk (in-development branch).  This release includes several enhancments and fixes, which can be seen in the changelog (linked below).
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.5-M3&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.5-M3
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></p>
 </article>
               <article>
@@ -799,13 +799,13 @@ Cheers,
 	<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.13&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.13
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></p>
 </article>
               <article>
@@ -817,16 +817,7 @@ Cheers,
               <article>
 	<h3 id="/news/2010/09/17/wicket.1.4.12-released.html">Wicket 1.4.12 released</h3>
     <small>17 Sep 2010</small>
-	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox.
-  Subversion tag
-  Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.12&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox. Subversion tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.12 {% endhighlight %} * Download the full distribution (including source)...
 	<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></p>
 </article>
               <article>
@@ -836,13 +827,13 @@ Cheers,
 fifty bug fixes and improvements.
   Subversion tag
   Changelog
-  To use in Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.11&lt;/version&gt;
-&lt;/dependency&gt;
-  Download the full distribution (including source)
+  To use in Maven: 
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.11
+{% endhighlight %}
+* Download the full distribution (including source)
 	<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></p>
 </article>
               <article>
@@ -872,7 +863,7 @@ fifty bug fixes and improvements.
               <article>
 	<h3 id="/news/2010/05/24/wicket-1.4.9-released.html">Wicket 1.4.9 released</h3>
     <small>24 May 2010</small>
-	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.9&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source) It is worth noting that WICKET-2846 will be reverted in the next release because...
+	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.9 {% endhighlight %} * Download the full distribution (including source) It is worth noting that WICKET-2846 will be...
 	<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></p>
 </article>
               <article>
@@ -883,19 +874,19 @@ This is the eighth maintenance release of 1.4.x series and brings over
 20 bug fixes and improvements.
   SVN tag
   Using Maven:
-&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
-    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
-    &lt;version&gt;1.4.8&lt;/version&gt;
-&lt;/dependency&gt;
-  Download
-  Change log
+{% highlight xml %}
+    org.apache.wicket
+    wicket
+    1.4.8
+{% endhighlight %}
+* Download
+* Change log
 	<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></p>
 </article>
               <article>
 	<h3 id="/news/2010/03/05/wicket-1.4.7-released.html">Wicket 1.4.7 released</h3>
     <small>05 Mar 2010</small>
-	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt;...
+	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom\u2019s to upgrade to the new version: {%...
 	<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></p>
 </article>
               <article>
@@ -918,25 +909,25 @@ This is the eighth maintenance release of 1.4.x series and brings over
                 <article>
 	<h3 id="/news/2009/12/13/wicket-1.4.4-released.html">Wicket 1.4.4 released</h3>
     <small>13 Dec 2009</small>
-	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.4&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
+	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.4 {% endhighlight %}...
 	<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/10/24/wicket-1.4.3-released.html">Wicket 1.4.3 released</h3>
     <small>24 Oct 2009</small>
-	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.3&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
+	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.3 {% endhighlight %}...
 	<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/10/12/wicket-1.4.2-released.html">Wicket 1.4.2 released</h3>
     <small>12 Oct 2009</small>
-	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.2&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
+	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.2 {% endhighlight %}...
 	<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/08/21/wicket-1.4.1-released.html">Wicket 1.4.1 released</h3>
     <small>21 Aug 2009</small>
-	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;/dependency&gt; Changes The most notable change...
+	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.1 {% endhighlight %}...
 	<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></p>
 </article>
                 <article>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f4da21d0/news/index.md
----------------------------------------------------------------------
diff --git a/news/index.md b/news/index.md
index c91f679..1614581 100644
--- a/news/index.md
+++ b/news/index.md
@@ -17,7 +17,7 @@ This section contains all news items published in <a href="{{site.baseurl}}/news
 	<h3 id="{{ site.baseurl }}{{post.url}}">{{post.title}}</h3>
     <small>{{post.date | date_to_string}}</small>
 	<p>{{ post.content | markdownify | strip_html | truncatewords:50 }}
-	<a href="{{ site.baseurl }}{{post.url}}">more</a></li></p>
+	<a href="{{ site.baseurl }}{{post.url}}">more</a></p>
 </article>
     {% endfor %}
 {% endfor %}


[2/4] wicket-site git commit: Added 7.3 and 6.23 announcements

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index a93058c..cd7f44d 100644
--- a/content/start/wicket-6.x.html
+++ b/content/start/wicket-6.x.html
@@ -72,16 +72,16 @@ convenience.</p>
 releases will not break compatibility.</p>
 <h3 id="change-log">Change log</h3>
 <p>To see what changed in this release (and prior releases) you can read
-the <a href="http://archive.apache.org/dist/wicket/6.22.0/CHANGELOG-6.x">change log</a>.</p>
+the <a href="http://archive.apache.org/dist/wicket/6.23.0/CHANGELOG-6.x">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>6.22.0</strong>.</p>
+<p>The most recent release in this branch is: <strong>6.23.0</strong>.</p>
 <p>You can get the release using Maven or download it manually.</p>
 <h3 id="using-apache-maven">Using Apache Maven</h3>
 <p>Use the following Maven dependency to use Wicket in your project:</p>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>6.22.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.23.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 <p>Add the snippet above to your project\u2019s POM in the dependency
 (management) section.</p>
@@ -93,28 +93,28 @@ accordingly).</p>
 <p>Use the following links to download Wicket manually to build Wicket
 from source:</p>
 <ul>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/apache-wicket-6.22.0.tar.gz">apache-wicket-6.22.0.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.tar.gz.sha">SHA</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/apache-wicket-6.23.0.tar.gz">apache-wicket-6.23.0.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.sha">SHA</a>
 )</li>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/apache-wicket-6.22.0.zip">apache-wicket-6.22.0.zip</a>
-(<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.zip.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.zip.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/apache-wicket-6.22.0.zip.sha">SHA</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/apache-wicket-6.23.0.zip">apache-wicket-6.23.0.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.sha">SHA</a>
 )</li>
 </ul>
 <p>Or use the following links to get the pre-packaged binaries instead:</p>
 <ul>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.tar.gz">apache-wicket-6.22.0-bin.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.tar.gz.sha">SHA</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz">apache-wicket-6.23.0-bin.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.sha">SHA</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.zip">apache-wicket-6.22.0-bin.zip</a>
-(<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.zip.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.zip.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/6.22.0/binaries/apache-wicket-6.22.0-bin.zip.sha">SHA</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip">apache-wicket-6.23.0-bin.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.sha">SHA</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don\u2019t contain any

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index 34ce7f3..6a78be0 100644
--- a/content/start/wicket-7.x.html
+++ b/content/start/wicket-7.x.html
@@ -67,16 +67,16 @@ projects intended for production use should use this version.</p>
 releases will not break compatibility.</p>
 <h3 id="change-log">Change log</h3>
 <p>To see what changed in these releases you can read the
-<a href="http://archive.apache.org/dist/wicket/7.2.0/CHANGELOG-7.x">change log</a>.</p>
+<a href="http://archive.apache.org/dist/wicket/7.3.0/CHANGELOG-7.x">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>7.2.0</strong>. 
+<p>The most recent release in this branch is: <strong>7.3.0</strong>. 
 You can get the release using <a href="#maven">Maven</a> or <a href="#manually">download it manually</a>.</p>
 <h3 id="maven">Using Apache Maven</h3>
 <p>Use the following Maven dependency to use Wicket in your project:</p>
 <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
     <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
     <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>7.2.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.3.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 <p>Add the snippet above to your project\u2019s POM in the dependency
 (management) section.</p>
@@ -88,28 +88,28 @@ accordingly).</p>
 <p>Use the following links to download Wicket manually to build Wicket
 from source:</p>
 <ul>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.2.0/apache-wicket-7.2.0.tar.gz">apache-wicket-7.2.0.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.tar.gz.sha">SHA</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/apache-wicket-7.3.0.tar.gz">apache-wicket-7.3.0.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.sha">SHA</a>
 )</li>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.2.0/apache-wicket-7.2.0.zip">apache-wicket-7.2.0.zip</a>
-(<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.zip.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.zip.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/apache-wicket-7.2.0.zip.sha">SHA</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/apache-wicket-7.3.0.zip">apache-wicket-7.3.0.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.sha">SHA</a>
 )</li>
 </ul>
 <p>Or use the following links to get the pre-packaged binaries instead:</p>
 <ul>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.tar.gz">apache-wicket-7.2.0-bin.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.tar.gz.sha">SHA</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz">apache-wicket-7.3.0-bin.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.sha">SHA</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.zip">apache-wicket-7.2.0-bin.zip</a>
-(<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.zip.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.zip.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/7.2.0/binaries/apache-wicket-7.2.0-bin.zip.sha">SHA</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip">apache-wicket-7.3.0-bin.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.sha">SHA</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don\u2019t contain any

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 094a538..c2ba6a7 100644
--- a/index.md
+++ b/index.md
@@ -12,40 +12,6 @@ additionalContents:
    path: news.html
    sectionId: news
 ---
-<div class="l-full l-first preamble" markdown="1">
-<h1 id="wicket7">Apache&nbsp;Wicket v7.0 released</h1>
-
-The Apache Software Foundation announces Apache Wicket\u2122 v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.
-</div>
-
-<div class="l-first" markdown="1">
-
-The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache\u2122 Wicket\u2122 v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
-This marks the seventh major release of the project that celebrated its 10 year anniversary last year.
-
-This framework allows Java developers to write web applications using components. 
-This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
-Wicket is a high performance framework processing billions of requests daily across the world.
-
-"With this release we have added a major improvement to our framework, making development with Wicket even easier.", said Martijn Dashorst, Vice President of Apache Wicket.
-"By adding 'Component Queuing' we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed."
-
-"Other major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol," continued Martijn Dashorst.
-
-Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
-The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains [several documented API breaks](http://s.apache.org/wicket7migrate). Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.
-
-You can start using [Apache Wicket v7.0](start/wicket-7.x.html) now.
-
-Have fun!
-
--- The Wicket Team
-
-[Read the full press release](news/2015/07/28/wicket-7.0-released.html)
-
-</div>
-
----
 
 <div class="l-full l-first preamble">
     <h1 id="introduction">Introducing Apache&nbsp;Wicket</h1>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/start/wicket-1.4.x.md
----------------------------------------------------------------------
diff --git a/start/wicket-1.4.x.md b/start/wicket-1.4.x.md
index 510a13f..a21bfe5 100644
--- a/start/wicket-1.4.x.md
+++ b/start/wicket-1.4.x.md
@@ -74,9 +74,9 @@ from source:
 Or use the following links to get the pre-packaged binaries instead:
 
 - Download binaries [apache-wicket-{{site.wicket.version_14}}-bin.tar.gz](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.tar.gz)
-([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version}}.tar.gz.asc),
-[MD5](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version}}.tar.gz.md5),
-[SHA](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version}}.tar.gz.sha)
+([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.tar.gz.asc),
+[MD5](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.tar.gz.md5),
+[SHA](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.tar.gz.sha)
 )
 - Download binaries [apache-wicket-{{site.wicket.version_14}}-bin.zip](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.zip)
 ([PGP](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}}/binaries/apache-wicket-{{site.wicket.version_14}}.zip.asc),


[3/4] wicket-site git commit: Added 7.3 and 6.23 announcements

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 80ab408..1398364 100644
--- a/content/news/2012/09/index.html
+++ b/content/news/2012/09/index.html
@@ -86,6 +86,7 @@ encoded null byte to a URL pointing to a Wicket app. This could be done by...</p
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index 911085f..54e545f 100644
--- a/content/news/2012/10/index.html
+++ b/content/news/2012/10/index.html
@@ -74,6 +74,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index 5a52429..975d7d8 100644
--- a/content/news/2012/11/index.html
+++ b/content/news/2012/11/index.html
@@ -72,6 +72,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index 7dd6971..117c18b 100644
--- a/content/news/2012/12/index.html
+++ b/content/news/2012/12/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index fdff153..f8fd3ef 100644
--- a/content/news/2012/index.html
+++ b/content/news/2012/index.html
@@ -239,6 +239,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index 000c0b4..a4c9e5c 100644
--- a/content/news/2013/01/index.html
+++ b/content/news/2013/01/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index e3ffed5..29a885c 100644
--- a/content/news/2013/02/index.html
+++ b/content/news/2013/02/index.html
@@ -72,6 +72,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index 0703fc7..e4e6e47 100644
--- a/content/news/2013/03/index.html
+++ b/content/news/2013/03/index.html
@@ -64,6 +64,7 @@ This mig...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 7cd7cca..8e161bf 100644
--- a/content/news/2013/04/index.html
+++ b/content/news/2013/04/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index 220c8b8..03cadff 100644
--- a/content/news/2013/05/index.html
+++ b/content/news/2013/05/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 2b7eddd..4570b36 100644
--- a/content/news/2013/06/index.html
+++ b/content/news/2013/06/index.html
@@ -59,6 +59,7 @@ Wicket 6 we u...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index f4603b2..babb1b4 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -58,6 +58,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index d046b53..83dcc7b 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -59,6 +59,7 @@ Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 6838e13..34b4e75 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index a85877c..7d8e29c 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 20f3710..4f87051 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -179,6 +179,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 1506dc7..ec53169 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -59,6 +59,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 04e83ac..5bb00a9 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -111,6 +111,7 @@ Apache Wicket 1.5.10 and 6.13.0</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index 723aaf0..a55f29e 100644
--- a/content/news/2014/04/index.html
+++ b/content/news/2014/04/index.html
@@ -70,6 +70,7 @@ the course of the coming milestone releases....</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 3e7ab6e..5151bfb 100644
--- a/content/news/2014/06/index.html
+++ b/content/news/2014/06/index.html
@@ -70,6 +70,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index c7058e9..601ceda 100644
--- a/content/news/2014/08/index.html
+++ b/content/news/2014/08/index.html
@@ -70,6 +70,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 0c7e046..8b6a79b 100644
--- a/content/news/2014/09/index.html
+++ b/content/news/2014/09/index.html
@@ -78,6 +78,7 @@ This could lead to a security issue if two or more users with a temporary sessio
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index 61f3925..f0f225e 100644
--- a/content/news/2014/11/index.html
+++ b/content/news/2014/11/index.html
@@ -66,6 +66,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 2514403..4f37864 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -191,6 +191,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 5e5e90d..64c3764 100644
--- a/content/news/2015/02/index.html
+++ b/content/news/2015/02/index.html
@@ -88,6 +88,7 @@ to announce that he has accepted.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index eb792dd..612bc76 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -66,6 +66,7 @@ with Wicket 6 we us...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index 956e43b..7d3ae68 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index 3e842e0..21b1817 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -74,6 +74,7 @@ use semantic ...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 879816e..86fda91 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -72,6 +72,7 @@ use semantic v...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index 9437f6e..b0925d5 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -149,6 +149,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index 6ee4a13..f98d8ea 100644
--- a/content/news/2016/01/index.html
+++ b/content/news/2016/01/index.html
@@ -59,6 +59,7 @@ use semantic ...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index 315e7d5..dcd50d1 100644
--- a/content/news/2016/02/index.html
+++ b/content/news/2016/02/index.html
@@ -73,6 +73,7 @@ use semantic v...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index 738f05d..cd42665 100644
--- a/content/news/2016/03/index.html
+++ b/content/news/2016/03/index.html
@@ -68,7 +68,7 @@ The Apache Software Foundation</p>
 <p>Versions Affected:
 Apache Wicket 1.5.x, 6.x and 7.x</p>
 <p>Description:</p>
-<p>It is possible for JavaScript statements to break out of a RadioGroup...</p>
+<p>It is possible for JavaScript statements to break out...</p>
 	<a href="/news/2016/03/02/cve-2015-7520.html">more</a></li>
 </div>
         </div>
@@ -76,6 +76,7 @@ Apache Wicket 1.5.x, 6.x and 7.x</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/05/05/wicket-6.23.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/05/wicket-6.23.0-released.html b/content/news/2016/05/05/wicket-6.23.0-released.html
new file mode 100644
index 0000000..d6dc344
--- /dev/null
+++ b/content/news/2016/05/05/wicket-6.23.0-released.html
@@ -0,0 +1,142 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.23.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/05/05/wicket-6.23.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 6.23.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#changelog-for-6230"><span class="toc-number">3.1</span> <span class="toc-text">CHANGELOG for 6.23.0</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 May 2016</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+<p>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.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<h4 id="jquery-upgrade">jQuery upgrade</h4>
+<p>Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p>
+<!--more-->
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don\u2019t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.23.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0">http://www.apache.org/dyn/closer.cgi/wicket/6.23.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries</a></li>
+</ul>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>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</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket6migrate">http://s.apache.org/wicket6migrate</a></li>
+</ul>
+<p>Have fun!</p>
+<p>\u2014 The Wicket team</p>
+<p>========================================================================</p>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-6.23.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU
+uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa
+=thu6
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-6.23.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf
+fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa
+=7Anf
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="changelog-for-6230">CHANGELOG for 6.23.0</h3>
+<h4 id="bug">Bug</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6108">WICKET-6108</a> - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6111">WICKET-6111</a> - Empty redirect on redirect to home page if home page already shown</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6131">WICKET-6131</a> - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6135">WICKET-6135</a> - There is no good way to get POST body content</li>
+</ul>
+<h4 id="improvement">Improvement</h4>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6098">WICKET-6098</a> - Add logging to HttpSessionDataStore</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6100">WICKET-6100</a> - Upgrade jQuery to 1.12.3/2.2.3</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6110">WICKET-6110</a> - Add a message to StalePageException for better debugging</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6122">WICKET-6122</a> - Add .map to the list of allowed file extensions in SecurePackageResourceGuard</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6123">WICKET-6123</a> - Remove \u2018abstract\u2019 from ChainingModel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6144">WICKET-6144</a> - Wicket-ajax parameter / header may be used to bypass proper exception handling</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6145">WICKET-6145</a> - Enable DeltaManager to replicate PageTable in Sessions</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6152">WICKET-6152</a> - Allow to add more than one WebSocketBehavior in the component tree</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+   	<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
+    <div style="margin-top:12px;">Copyright � 2016 \u2014 The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/05/05/wicket-7.3.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/05/wicket-7.3.0-released.html b/content/news/2016/05/05/wicket-7.3.0-released.html
new file mode 100644
index 0000000..c1fbe6e
--- /dev/null
+++ b/content/news/2016/05/05/wicket-7.3.0-released.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.3.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/05/05/wicket-7.3.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.3.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#this-release"><span class="toc-number">3.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div>
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">05 May 2016</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+<p>This release marks another minor release of Wicket 7. 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
+7.0.0.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<h4 id="wicket-metrics-added">Wicket Metrics added</h4>
+<p>A new experimental module for integrating with <a href="http://metrics.dropwizard.io/">DropWizard\u2019s Metrics</a> project was created. 
+Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. 
+Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)</p>
+<p>You can read more about using the Metrics integration in our user guide\u2019s <a href="https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring">monitoring chapter</a>.</p>
+<h4 id="jquery-upgrade">jQuery upgrade</h4>
+<p>Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p>
+<!--more-->
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don\u2019t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.3.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0">http://www.apache.org/dyn/closer.cgi/wicket/7.3.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries</a></li>
+</ul>
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
+migration guide found at</p>
+<ul>
+  <li><a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></li>
+</ul>
+<p>Have fun!</p>
+<p>\u2014 The Wicket team</p>
+<p>========================================================================</p>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-7.3.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
+gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
+=8TQC
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-7.3.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
+ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
+=tRv/
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-730">CHANGELOG for 7.3.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6069">WICKET-6069</a> - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6078">WICKET-6078</a> - Problem with queued components and auto linking</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6079">WICKET-6079</a> - Problem with queued components and label</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6080">WICKET-6080</a> - Encapsulation of 3 enclosures leads to WicketRuntimeException</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6084">WICKET-6084</a> - ajax request failure handler receives incorrect arguments</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6085">WICKET-6085</a> - AjaxTimerBehavior with failure handler cause memory leak in browser</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6087">WICKET-6087</a> - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6088">WICKET-6088</a> - Problem with queued components and setting the model</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6091">WICKET-6091</a> - NPE in RequestLoggerRequestCycleListener when using native-websockets</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6093">WICKET-6093</a> - MarkupException due to ID collision in RelativePathPrefixHandler</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6094">WICKET-6094</a> - Find adequate ResourceReference with mount parameters</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6097">WICKET-6097</a> - JsonRequestLogger \u2013&gt; JsonMappingException \u2013&gt; StackOverflowError Infinite recursion</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6102">WICKET-6102</a> - StackoverflowError related to enclosures</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6108">WICKET-6108</a> - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6109">WICKET-6109</a> - Enclosure - \u201cIllegalArgumentException: Argument \u2018markup\u2019 may not be null\u201d after app restart</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6111">WICKET-6111</a> - Empty redirect on redirect to home page if home page already shown</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6116">WICKET-6116</a> - Exception \u2018A child already exists\u2019 when backing to a page with some markups in a Border</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6131">WICKET-6131</a> - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6133">WICKET-6133</a> - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6134">WICKET-6134</a> - NPE when using ListView with missing markup</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6135">WICKET-6135</a> - There is no good way to get POST body content</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6139">WICKET-6139</a> - AjaxButton forces rendering type=\u201dbutton\u201d</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6141">WICKET-6141</a> - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6151">WICKET-6151</a> - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6053">WICKET-6053</a> - Allow to reuse the same application instance in several tests</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6081">WICKET-6081</a> - Add \u201cassertNotRequired\u201d to the WicketTester</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6098">WICKET-6098</a> - Add logging to HttpSessionDataStore</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6100">WICKET-6100</a> - Upgrade jQuery to 1.12.3/2.2.3</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6103">WICKET-6103</a> - Synchronization on JSR 356 connection</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6106">WICKET-6106</a> - Propagate JSR 356 WebSocket connection error to a page</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6107">WICKET-6107</a> - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6110">WICKET-6110</a> - Add a message to StalePageException for better debugging</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6122">WICKET-6122</a> - Add .map to the list of allowed file extensions in SecurePackageResourceGuard</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6123">WICKET-6123</a> - Remove \u2018abstract\u2019 from ChainingModel</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6127">WICKET-6127</a> - Add metrics for request duration</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6128">WICKET-6128</a> - Add metrics for currently active sessions</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6130">WICKET-6130</a> - Make it easier to override parts of SystemMapper</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6144">WICKET-6144</a> - Wicket-ajax parameter / header may be used to bypass proper exception handling</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6145">WICKET-6145</a> - Enable DeltaManager to replicate PageTable in Sessions</li>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6152">WICKET-6152</a> - Allow to add more than one WebSocketBehavior in the component tree</li>
+</ul>
+<h5 id="new-feature">New Feature</h5>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6120">WICKET-6120</a> - Wicket Metrics</li>
+</ul>
+<h5 id="wish">Wish</h5>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/WICKET-6095">WICKET-6095</a> - Multiline headers in DataTable</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+   	<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
+    <div style="margin-top:12px;">Copyright � 2016 \u2014 The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
new file mode 100644
index 0000000..30c1df4
--- /dev/null
+++ b/content/news/2016/05/index.html
@@ -0,0 +1,169 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Monthly archive for May 2016 | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+<nav class="mainmenu">
+    <ul>
+		<!-- /start/quickstart.html || /news/2016/05 -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/05 -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/05 -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/05 -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/05 -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/05 -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/05 -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Monthly archive for May 2016</h1>
+        </header>
+        <div class="l-two-third">
+<div class="news">
+	<h3>Apache Wicket 6.23.0 released</h3>
+  <p><small>05 May 2016</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments...</p>
+	<a href="/news/2016/05/05/wicket-6.23.0-released.html">more</a></li>
+</div>
+<div class="news">
+	<h3>Apache Wicket 7.3.0 released</h3>
+  <p><small>05 May 2016</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+government...</p>
+	<a href="/news/2016/05/05/wicket-7.3.0-released.html">more</a></li>
+</div>
+        </div>
+        <div class="l-one-third">
+            <h2>2016</h2>
+            <ul>
+            <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
+            <li><a href="/news/2016/03">March</a></li>
+            <li><a href="/news/2016/02">February</a></li>
+            <li><a href="/news/2016/01">January</a></li>
+            </ul>
+            <h2>2015</h2>
+            <ul>
+            <li><a href="/news/2015">All of 2015</a></li>
+            <li><a href="/news/2015/11">November</a></li>
+            <li><a href="/news/2015/10">October</a></li>
+            <li><a href="/news/2015/07">July</a></li>
+            <li><a href="/news/2015/06">June</a></li>
+            <li><a href="/news/2015/02">February</a></li>
+            </ul>
+            <h2>2014</h2>
+            <ul>
+            <li><a href="/news/2014">All of 2014</a></li>
+            <li><a href="/news/2014/11">November</a></li>
+            <li><a href="/news/2014/09">September</a></li>
+            <li><a href="/news/2014/08">August</a></li>
+            <li><a href="/news/2014/06">June</a></li>
+            <li><a href="/news/2014/04">April</a></li>
+            <li><a href="/news/2014/02">February</a></li>
+            <li><a href="/news/2014/01">January</a></li>
+            </ul>
+            <h2>2013</h2>
+            <ul>
+            <li><a href="/news/2013">All of 2013</a></li>
+            <li><a href="/news/2013/11">November</a></li>
+            <li><a href="/news/2013/09">September</a></li>
+            <li><a href="/news/2013/08">August</a></li>
+            <li><a href="/news/2013/07">July</a></li>
+            <li><a href="/news/2013/06">June</a></li>
+            <li><a href="/news/2013/05">May</a></li>
+            <li><a href="/news/2013/04">April</a></li>
+            <li><a href="/news/2013/03">March</a></li>
+            <li><a href="/news/2013/02">February</a></li>
+            <li><a href="/news/2013/01">January</a></li>
+            </ul>
+            <h2>2012</h2>
+            <ul>
+            <li><a href="/news/2012">All of 2012</a></li>
+            <li><a href="/news/2012/12">December</a></li>
+            <li><a href="/news/2012/11">November</a></li>
+            <li><a href="/news/2012/10">October</a></li>
+            <li><a href="/news/2012/09">September</a></li>
+            <li><a href="/news/2012/08">August</a></li>
+            <li><a href="/news/2012/07">July</a></li>
+            <li><a href="/news/2012/06">June</a></li>
+            <li><a href="/news/2012/05">May</a></li>
+            <li><a href="/news/2012/03">March</a></li>
+            <li><a href="/news/2012/01">January</a></li>
+            </ul>
+            <h2>2011</h2>
+            <ul>
+            <li><a href="/news/2011">All of 2011</a></li>
+            <li><a href="/news/2011/11">November</a></li>
+            <li><a href="/news/2011/10">October</a></li>
+            <li><a href="/news/2011/09">September</a></li>
+            <li><a href="/news/2011/08">August</a></li>
+            <li><a href="/news/2011/06">June</a></li>
+            <li><a href="/news/2011/05">May</a></li>
+            <li><a href="/news/2011/04">April</a></li>
+            <li><a href="/news/2011/03">March</a></li>
+            <li><a href="/news/2011/02">February</a></li>
+            <li><a href="/news/2011/01">January</a></li>
+            </ul>
+            <h2>2010</h2>
+            <ul>
+            <li><a href="/news/2010">All of 2010</a></li>
+            <li><a href="/news/2010/12">December</a></li>
+            <li><a href="/news/2010/11">November</a></li>
+            <li><a href="/news/2010/09">September</a></li>
+            <li><a href="/news/2010/08">August</a></li>
+            <li><a href="/news/2010/05">May</a></li>
+            <li><a href="/news/2010/03">March</a></li>
+            <li><a href="/news/2010/02">February</a></li>
+            </ul>
+            <h2>2009</h2>
+            <ul>
+            <li><a href="/news/2009">All of 2009</a></li>
+            <li><a href="/news/2009/12">December</a></li>
+            <li><a href="/news/2009/10">October</a></li>
+            <li><a href="/news/2009/08">August</a></li>
+            <li><a href="/news/2009/07">July</a></li>
+            </ul>
+        </div>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+   	<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
+    <div style="margin-top:12px;">Copyright � 2016 \u2014 The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+</div>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2016/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index 2123e65..9a866da 100644
--- a/content/news/2016/index.html
+++ b/content/news/2016/index.html
@@ -48,6 +48,24 @@
         <div class="l-two-third">
       <div class="l-first">
               <div  class="l-full">
+                  <h1>All News for May 2016</h1>
+                  <p>This section contains all news items published in <a href="/news/2016/05">May 2016</a>.</p>
+              </div>
+                  <div class="l-full">
+              		<h3 id="/news/2016/05/05/wicket-7.3.0-released.html">Apache Wicket 7.3.0 released</h3>
+                      <small>05 May 2016</small>
+              		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+              		<a href="/news/2016/05/05/wicket-7.3.0-released.html">more</a></li></p>
+                  </div>
+                  <div class="l-full">
+              		<h3 id="/news/2016/05/05/wicket-6.23.0-released.html">Apache Wicket 6.23.0 released</h3>
+                      <small>05 May 2016</small>
+              		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+              		<a href="/news/2016/05/05/wicket-6.23.0-released.html">more</a></li></p>
+                  </div>
+              <hr>
+              <div class="l-first"></div>
+              <div  class="l-full">
                   <h1>All News for March 2016</h1>
                   <p>This section contains all news items published in <a href="/news/2016/03">March 2016</a>.</p>
               </div>
@@ -101,6 +119,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index f792cc4..0e0c634 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -52,6 +52,18 @@
   <h1 id="all-news-for-2016">All News for 2016</h1>
   <p>This section contains all news items published in <a href="/news/2016">2016</a>.</p>
   <article>
+	<h3 id="/news/2016/05/05/wicket-7.3.0-released.html">Apache Wicket 7.3.0 released</h3>
+    <small>05 May 2016</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at...
+	<a href="/news/2016/05/05/wicket-7.3.0-released.html">more</a></p>
+</article>
+  <article>
+	<h3 id="/news/2016/05/05/wicket-6.23.0-released.html">Apache Wicket 6.23.0 released</h3>
+    <small>05 May 2016</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at...
+	<a href="/news/2016/05/05/wicket-6.23.0-released.html">more</a></p>
+</article>
+  <article>
 	<h3 id="/news/2016/03/02/cve-2015-7520.html">CVE-2015-7520 Apache Wicket XSS vulnerability</h3>
     <small>02 Mar 2016</small>
 	<p>Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: It is possible for JavaScript statements to break out of a RadioGroup\u2019s and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of &lt;input&gt; elements This might pose a security threat if the written JavaScript contains user provided data. The...
@@ -72,7 +84,7 @@
   <article>
 	<h3 id="/news/2016/02/19/wicket-1.5.15-released.html">Wicket 1.5.15 released</h3>
     <small>19 Feb 2016</small>
-	<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes. CHANGELOG for 1.5.15: Bug [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model Escape the generated markup for attribute names and values in CheckBoxMultipleChoice and RadioChoice To use in Maven: {%...
+	<p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes. CHANGELOG for 1.5.15: Bug [WICKET-6037] - ModalWindow vulnerable to Javascript injection through title model Escape the generated markup for attribute names and values in CheckBoxMultipleChoice and RadioChoice To use in Maven: &lt;dependency&gt;...
 	<a href="/news/2016/02/19/wicket-1.5.15-released.html">more</a></p>
 </article>
   <article>
@@ -135,12 +147,12 @@
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.13
-{% endhighlight %}
-* Download the full distribution (including sources)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.13&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including sources)
 	<a href="/news/2015/02/13/wicket-1.5.13-released.html">more</a></p>
 </article>
     <article>
@@ -191,12 +203,12 @@
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.12
-{% endhighlight %}
-* Download the full distribution (including sources)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.12&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including sources)
 	<a href="/news/2014/09/15/wicket-1.5.12-released.html">more</a></p>
 </article>
       <article>
@@ -254,12 +266,12 @@
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.11
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.11&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2014/02/06/wicket-1.5.11-released.html">more</a></p>
 </article>
       <article>
@@ -269,12 +281,12 @@
 Read CVE-2013-2055 for more information.
   Git tag
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.23
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.23&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2014/02/06/wicket-1.4.23-released.html">more</a></p>
 </article>
       <article>
@@ -349,12 +361,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.10
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.10&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2013/02/26/wicket-1.5.10-released.html">more</a></p>
 </article>
         <article>
@@ -393,12 +405,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.9
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.9&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/11/09/wicket-1.5.9-released.html">more</a></p>
 </article>
           <article>
@@ -434,7 +446,7 @@ Read CVE-2013-2055 for more information.
           <article>
 	<h3 id="/news/2012/09/05/wicket-1.4.21-released.html">Wicket 1.4.21 released</h3>
     <small>05 Sep 2012</small>
-	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.21 {% endhighlight %} *...
+	<p>This is 21st release of the Wicket 1.4.x series. This is also the last release of the 1.4.x series, rounding up the remaining bugfixes. No further releases will happen in this branch. Git tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.21&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source)...
 	<a href="/news/2012/09/05/wicket-1.4.21-released.html">more</a></p>
 </article>
           <article>
@@ -444,12 +456,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.8
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.8&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/08/24/wicket-1.5.8-released.html">more</a></p>
 </article>
           <article>
@@ -471,12 +483,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.7
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.7&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/06/04/wicket-1.5.7-released.html">more</a></p>
 </article>
           <article>
@@ -492,12 +504,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.6
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.6&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/05/07/wicket-1.5.6-released.html">more</a></p>
 </article>
           <article>
@@ -525,12 +537,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.5
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.5&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/03/12/wicket-1.5.5-released.html">more</a></p>
 </article>
           <article>
@@ -540,12 +552,12 @@ Read CVE-2013-2055 for more information.
   Subversion tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.20
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.20&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/03/12/wicket-1.4.20-released.html">more</a></p>
 </article>
           <article>
@@ -555,12 +567,12 @@ Read CVE-2013-2055 for more information.
   Git tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.4
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.4&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2012/01/23/wicket-1.5.4-released.html">more</a></p>
 </article>
           <div class="l-first"></div>
@@ -575,12 +587,12 @@ Read CVE-2013-2055 for more information.
   Subversion tag
   Changelog
   To use in Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.3
-{% endhighlight %}
-* Download the full distribution (including source)
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.3&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/11/14/wicket-1.5.3-released.html">more</a></p>
 </article>
             <article>
@@ -589,13 +601,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is the second maintenance release of the Wicket 1.5.x series. This release brings over 25 bug fixes and 5 improvements.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.2
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.2&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/10/24/wicket-1.5.2-released.html">more</a></p>
 </article>
             <article>
@@ -604,13 +616,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is nineteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.19
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.19&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/10/17/wicket-1.4.19-released.html">more</a></p>
 </article>
             <article>
@@ -619,13 +631,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is the first maintenance release of the Wicket 1.5.x series. This release brings over 40 bug fixes and 15 improvements.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket-core
-    1.5.1
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket-core&lt;/artifactId&gt;
+    &lt;version&gt;1.5.1&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/09/29/wicket-1.5.1-released.html">more</a></p>
 </article>
             <article>
@@ -652,13 +664,13 @@ Read CVE-2013-2055 for more information.
 	<p>This is eightteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.18
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.18&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/08/09/wicket-1.4.18-released.html">more</a></p>
 </article>
             <article>
@@ -695,13 +707,13 @@ Cheers,
 	<p>This is seventeenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.17
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.17&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/04/02/wicket-1.4.17-released.html">more</a></p>
 </article>
             <article>
@@ -722,13 +734,13 @@ Cheers,
 	<p>This is sixteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.16
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.16&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2011/02/25/wicket-1.4.16-released.html">more</a></p>
 </article>
             <article>
@@ -748,13 +760,13 @@ Cheers,
 	<p>This is fifteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.15
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.15&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/12/24/wicket-1.4.15-released.html">more</a></p>
 </article>
               <article>
@@ -763,13 +775,13 @@ Cheers,
 	<p>This is fourteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.14
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.14&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/11/29/wicket-1.4.14-released.html">more</a></p>
 </article>
               <article>
@@ -784,13 +796,13 @@ Cheers,
 	<p>This is another milestone release from trunk (in-development branch).  This release includes several enhancments and fixes, which can be seen in the changelog (linked below).
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.5-M3
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.5-M3&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/11/05/wicket-1.5-M3-released.html">more</a></p>
 </article>
               <article>
@@ -799,13 +811,13 @@ Cheers,
 	<p>This is thirteenth release of the Wicket 1.4.x series. This is primarily a minor bugfix release on the 1.4.x (stable) branch.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.13
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.13&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/11/01/wicket-1.4.13-released.html">more</a></p>
 </article>
               <article>
@@ -817,7 +829,16 @@ Cheers,
               <article>
 	<h3 id="/news/2010/09/17/wicket.1.4.12-released.html">Wicket 1.4.12 released</h3>
     <small>17 Sep 2010</small>
-	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox. Subversion tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.12 {% endhighlight %} * Download the full distribution (including source)...
+	<p>This is the twelfth maintenance release of the 1.4.x series. This release brings a fix to a critical bug which prevented ajax form submits in FireFox.
+  Subversion tag
+  Changelog
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.12&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/09/17/wicket.1.4.12-released.html">more</a></p>
 </article>
               <article>
@@ -827,13 +848,13 @@ Cheers,
 fifty bug fixes and improvements.
   Subversion tag
   Changelog
-  To use in Maven: 
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.11
-{% endhighlight %}
-* Download the full distribution (including source)
+  To use in Maven:
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.11&lt;/version&gt;
+&lt;/dependency&gt;
+  Download the full distribution (including source)
 	<a href="/news/2010/09/09/wicket-1.4.11-released.html">more</a></p>
 </article>
               <article>
@@ -863,7 +884,7 @@ fifty bug fixes and improvements.
               <article>
 	<h3 id="/news/2010/05/24/wicket-1.4.9-released.html">Wicket 1.4.9 released</h3>
     <small>24 May 2010</small>
-	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: {% highlight xml %} org.apache.wicket wicket 1.4.9 {% endhighlight %} * Download the full distribution (including source) It is worth noting that WICKET-2846 will be...
+	<p>This is the ninth maintenance release of the 1.4.x series and brings over fifteen bug fixes and improvements. Subversion tag Changelog To use in Maven: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.9&lt;/version&gt; &lt;/dependency&gt; Download the full distribution (including source) It is worth noting that WICKET-2846 will be reverted in the next release because...
 	<a href="/news/2010/05/24/wicket-1.4.9-released.html">more</a></p>
 </article>
               <article>
@@ -874,19 +895,19 @@ This is the eighth maintenance release of 1.4.x series and brings over
 20 bug fixes and improvements.
   SVN tag
   Using Maven:
-{% highlight xml %}
-    org.apache.wicket
-    wicket
-    1.4.8
-{% endhighlight %}
-* Download
-* Change log
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt;
+    &lt;artifactId&gt;wicket&lt;/artifactId&gt;
+    &lt;version&gt;1.4.8&lt;/version&gt;
+&lt;/dependency&gt;
+  Download
+  Change log
 	<a href="/news/2010/05/03/wicket-1.4.8-released.html">more</a></p>
 </article>
               <article>
 	<h3 id="/news/2010/03/05/wicket-1.4.7-released.html">Wicket 1.4.7 released</h3>
     <small>05 Mar 2010</small>
-	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom\u2019s to upgrade to the new version: {%...
+	<p>The Apache Wicket project is proud to announce the seventh maintenance release of Apache Wicket 1.4. This releases brings over 30 improvements and bug fixes. Download Apache Wicket 1.4.7 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.7 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt;...
 	<a href="/news/2010/03/05/wicket-1.4.7-released.html">more</a></p>
 </article>
               <article>
@@ -909,25 +930,25 @@ This is the eighth maintenance release of 1.4.x series and brings over
                 <article>
 	<h3 id="/news/2009/12/13/wicket-1.4.4-released.html">Wicket 1.4.4 released</h3>
     <small>13 Dec 2009</small>
-	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.4 {% endhighlight %}...
+	<p>The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.4&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
 	<a href="/news/2009/12/13/wicket-1.4.4-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/10/24/wicket-1.4.3-released.html">Wicket 1.4.3 released</h3>
     <small>24 Oct 2009</small>
-	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.3 {% endhighlight %}...
+	<p>The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.3 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.3&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
 	<a href="/news/2009/10/24/wicket-1.4.3-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/10/12/wicket-1.4.2-released.html">Wicket 1.4.2 released</h3>
     <small>12 Oct 2009</small>
-	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.2 {% endhighlight %}...
+	<p>The Apache Wicket project is proud to announce the second maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4.2 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.2 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.2&lt;/version&gt; &lt;/dependency&gt; Changes A complete list of...
 	<a href="/news/2009/10/12/wicket-1.4.2-released.html">more</a></p>
 </article>
                 <article>
 	<h3 id="/news/2009/08/21/wicket-1.4.1-released.html">Wicket 1.4.1 released</h3>
     <small>21 Aug 2009</small>
-	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom\u2019s to upgrade to the new version: {% highlight xml %} org.apache.wicket wicket 1.4.1 {% endhighlight %}...
+	<p>The Apache Wicket project is proud to announce the first maintenance release of Apache Wicket 1.4. Download Apache Wicket 1.4 You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.1 Or use this in your Maven pom\u2019s to upgrade to the new version: &lt;dependency&gt; &lt;groupId&gt;org.apache.wicket&lt;/groupId&gt; &lt;artifactId&gt;wicket&lt;/artifactId&gt; &lt;version&gt;1.4.1&lt;/version&gt; &lt;/dependency&gt; Changes The most notable change...
 	<a href="/news/2009/08/21/wicket-1.4.1-released.html">more</a></p>
 </article>
                 <article>
@@ -957,6 +978,7 @@ This is the eighth maintenance release of 1.4.x series and brings over
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index 0a1039e..992a910 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -86,12 +86,12 @@
 	</tr>
 	<tr>
 		<td><a href="wicket-7.x.html">Wicket 7.x</a></td>
-		<td>7.2.0</td>
+		<td>7.3.0</td>
 		<td>current, supported</td>
 	</tr>
 	<tr>
 		<td><a href="wicket-6.x.html">Wicket 6.x</a></td>
-		<td>6.22.0</td>
+		<td>6.23.0</td>
 		<td>supported</td>
 	</tr>
 	<tr>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 1a0d0d9..d854e47 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -119,13 +119,13 @@ command line to your clipboard.</p>
   <div>
     <label title="Wicket Version" for="version">Wicket Version</label>
     <select onchange="changeIt();" id="version">
-	<option value="7.3.0-SNAPSHOT">7.3.0-SNAPSHOT</option>
-	<option value="6.23.0-SNAPSHOT">6.23.0-SNAPSHOT</option>
+	<option value="7.4.0-SNAPSHOT">7.4.0-SNAPSHOT</option>
+	<option value="6.24.0-SNAPSHOT">6.24.0-SNAPSHOT</option>
 	<option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option>
-	<option value="7.2.0" selected="selected">7.2.0</option>
+	<option value="7.3.0" selected="selected">7.3.0</option>
 	<option value="1.4.23">1.4.23</option>
 	<option value="1.5.15">1.5.15</option>
-	<option value="6.22.0">6.22.0</option>
+	<option value="6.23.0">6.23.0</option>
     </select>
   </div>
   <div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/start/wicket-1.4.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-1.4.x.html b/content/start/wicket-1.4.x.html
index 98735be..feafcc7 100644
--- a/content/start/wicket-1.4.x.html
+++ b/content/start/wicket-1.4.x.html
@@ -98,9 +98,9 @@ from source:</p>
 <p>Or use the following links to get the pre-packaged binaries instead:</p>
 <ul>
   <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23/binaries/apache-wicket-1.4.23.tar.gz">apache-wicket-1.4.23-bin.tar.gz</a>
-(<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-7.2.0.tar.gz.asc">PGP</a>,
-<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-7.2.0.tar.gz.md5">MD5</a>,
-<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-7.2.0.tar.gz.sha">SHA</a>
+(<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-1.4.23.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-1.4.23.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-1.4.23.tar.gz.sha">SHA</a>
 )</li>
   <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.23/binaries/apache-wicket-1.4.23.zip">apache-wicket-1.4.23-bin.zip</a>
 (<a href="http://archive.apache.org/dist/wicket/1.4.23/binaries/apache-wicket-1.4.23.zip.asc">PGP</a>,


[4/4] wicket-site git commit: Added 7.3 and 6.23 announcements

Posted by da...@apache.org.
Added 7.3 and 6.23 announcements

And changed the header of the front page back to the normal jumbotron.
Also added a link to the live examples for 7.x to the front page.


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

Branch: refs/heads/asf-site
Commit: 49c108d31e2ae10944744f1f5dd4cbe3c1f34dab
Parents: f4da21d
Author: Martijn Dashorst <da...@apache.org>
Authored: Sat May 7 14:08:32 2016 +0200
Committer: Martijn Dashorst <da...@apache.org>
Committed: Sat May 7 14:08:32 2016 +0200

----------------------------------------------------------------------
 _config.yml                                     |  10 +-
 _includes/jumbotron.html                        |   3 +
 _includes/news.html                             |   2 +-
 _layouts/title.html                             |   2 +-
 .../2016/2016-05-05-wicket-6.23.0-released.md   | 105 ++++++
 _posts/2016/2016-05-05-wicket-7.3.0-released.md | 151 ++++++++
 _sass/modules/_jumbotron.scss                   |   4 +
 content/atom.xml                                | 364 ++++++++++++++-----
 content/css/style.css                           |   3 +
 content/doap.rdf                                |   4 +-
 content/help/index.html                         |  12 +-
 content/index.html                              | 125 ++++---
 content/learn/index.html                        |   6 +-
 content/news/2009/07/index.html                 |   1 +
 content/news/2009/08/index.html                 |   1 +
 content/news/2009/10/index.html                 |   1 +
 content/news/2009/12/index.html                 |   1 +
 content/news/2009/index.html                    |   1 +
 content/news/2010/02/index.html                 |   1 +
 content/news/2010/03/index.html                 |   1 +
 content/news/2010/05/index.html                 |   1 +
 content/news/2010/08/index.html                 |   1 +
 content/news/2010/09/index.html                 |   1 +
 content/news/2010/11/index.html                 |   1 +
 content/news/2010/12/index.html                 |   1 +
 content/news/2010/index.html                    |   1 +
 content/news/2011/01/index.html                 |   1 +
 content/news/2011/02/index.html                 |   1 +
 content/news/2011/03/index.html                 |   1 +
 content/news/2011/04/index.html                 |   1 +
 content/news/2011/05/index.html                 |   1 +
 content/news/2011/06/index.html                 |   1 +
 content/news/2011/08/index.html                 |   1 +
 content/news/2011/09/index.html                 |   1 +
 content/news/2011/10/index.html                 |   1 +
 content/news/2011/11/index.html                 |   1 +
 content/news/2011/index.html                    |   1 +
 content/news/2012/01/index.html                 |   1 +
 content/news/2012/03/index.html                 |   1 +
 content/news/2012/05/index.html                 |   1 +
 content/news/2012/06/index.html                 |   1 +
 content/news/2012/07/index.html                 |   1 +
 content/news/2012/08/index.html                 |   1 +
 content/news/2012/09/index.html                 |   1 +
 content/news/2012/10/index.html                 |   1 +
 content/news/2012/11/index.html                 |   1 +
 content/news/2012/12/index.html                 |   1 +
 content/news/2012/index.html                    |   1 +
 content/news/2013/01/index.html                 |   1 +
 content/news/2013/02/index.html                 |   1 +
 content/news/2013/03/index.html                 |   1 +
 content/news/2013/04/index.html                 |   1 +
 content/news/2013/05/index.html                 |   1 +
 content/news/2013/06/index.html                 |   1 +
 content/news/2013/07/index.html                 |   1 +
 content/news/2013/08/index.html                 |   1 +
 content/news/2013/09/index.html                 |   1 +
 content/news/2013/11/index.html                 |   1 +
 content/news/2013/index.html                    |   1 +
 content/news/2014/01/index.html                 |   1 +
 content/news/2014/02/index.html                 |   1 +
 content/news/2014/04/index.html                 |   1 +
 content/news/2014/06/index.html                 |   1 +
 content/news/2014/08/index.html                 |   1 +
 content/news/2014/09/index.html                 |   1 +
 content/news/2014/11/index.html                 |   1 +
 content/news/2014/index.html                    |   1 +
 content/news/2015/02/index.html                 |   1 +
 content/news/2015/06/index.html                 |   1 +
 content/news/2015/07/index.html                 |   1 +
 content/news/2015/10/index.html                 |   1 +
 content/news/2015/11/index.html                 |   1 +
 content/news/2015/index.html                    |   1 +
 content/news/2016/01/index.html                 |   1 +
 content/news/2016/02/index.html                 |   1 +
 content/news/2016/03/index.html                 |   3 +-
 .../news/2016/05/05/wicket-6.23.0-released.html | 142 ++++++++
 .../news/2016/05/05/wicket-7.3.0-released.html  | 184 ++++++++++
 content/news/2016/05/index.html                 | 169 +++++++++
 content/news/2016/index.html                    |  19 +
 content/news/index.html                         | 364 ++++++++++---------
 content/start/download.html                     |   4 +-
 content/start/quickstart.html                   |   8 +-
 content/start/wicket-1.4.x.html                 |   6 +-
 content/start/wicket-6.x.html                   |  38 +-
 content/start/wicket-7.x.html                   |  38 +-
 index.md                                        |  34 --
 start/wicket-1.4.x.md                           |   6 +-
 88 files changed, 1446 insertions(+), 422 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 91151b6..a1a9337 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,15 +15,15 @@ excerpt_separator: <!--more-->
 sass:
     sass_dir: _sass
 wicket:
-  version:    7.2.0
+  version:    7.3.0
   version_80: 8.0.0-SNAPSHOT
-  version_70: 7.2.0
-  version_60: 6.22.0
+  version_70: 7.3.0
+  version_60: 6.23.0
   version_15: 1.5.14
   version_14: 1.4.23
   version_13: 1.3.7
-  released:   2016-02-19
-  versions:   [6.22.0, 1.5.15, 1.4.23, 7.2.0, 1.5-SNAPSHOT, 6.23.0-SNAPSHOT, 7.3.0-SNAPSHOT]
+  released:   2016-05-05
+  versions:   [6.23.0, 1.5.15, 1.4.23, 7.3.0, 1.5-SNAPSHOT, 6.24.0-SNAPSHOT, 7.4.0-SNAPSHOT]
 
 navigation:
 - id: start

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_includes/jumbotron.html
----------------------------------------------------------------------
diff --git a/_includes/jumbotron.html b/_includes/jumbotron.html
index 8116fe8..5019747 100644
--- a/_includes/jumbotron.html
+++ b/_includes/jumbotron.html
@@ -7,6 +7,9 @@
     <div class="jumbotron-download">
         <a class="button" href="#news">Latest News</a>
         <a class="button" href="{{ site.baseurl }}/start/quickstart.html">Get started</a>
+		<a class="button" href="http://examples7x.wicket.apache.org/index.html">Live Examples</a>
+		<br>
+		<small class="jumbotron-version">Current release: {{ site.wicket.version }}</small>
     </div>
     <div class="l-first">&nbsp;</div>
 </div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_includes/news.html
----------------------------------------------------------------------
diff --git a/_includes/news.html b/_includes/news.html
index 12a2d88..0d3f9a1 100644
--- a/_includes/news.html
+++ b/_includes/news.html
@@ -5,7 +5,7 @@
 </div>
 
 <div class="l-two-third">
-{% for post in site.posts limit:1 %}
+{% for post in site.posts limit:2 %}
     <article>
         <h2>{{post.title}}</h2>
         <small>{{post.date|date_to_string}}</small>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_layouts/title.html
----------------------------------------------------------------------
diff --git a/_layouts/title.html b/_layouts/title.html
index b31566e..33c0a7f 100644
--- a/_layouts/title.html
+++ b/_layouts/title.html
@@ -1,7 +1,7 @@
 ---
 layout: base
 ---
-{% include jumbotron-wicket7.html %}
+{% include jumbotron.html %}
 <div class="l-container">
     <section>
         {{ content }}

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_posts/2016/2016-05-05-wicket-6.23.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016/2016-05-05-wicket-6.23.0-released.md b/_posts/2016/2016-05-05-wicket-6.23.0-released.md
new file mode 100644
index 0000000..a59a83d
--- /dev/null
+++ b/_posts/2016/2016-05-05-wicket-6.23.0-released.md
@@ -0,0 +1,105 @@
+---
+layout: post
+title: Apache Wicket 6.23.0 released
+---
+
+The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!
+
+Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org
+
+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.
+
+New and noteworthy
+------------------
+
+#### jQuery upgrade
+
+Wicket ships standard with it's own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.
+
+<!--more-->
+
+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.23.0</version>
+</dependency>
+{% endhighlight %}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.23.0](http://www.apache.org/dyn/closer.cgi/wicket/6.23.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.23.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
+
+ * [http://s.apache.org/wicket6migrate](http://s.apache.org/wicket6migrate)
+
+Have fun!
+
+\u2014 The Wicket team
+
+
+========================================================================
+
+The signatures for the source release artefacts:
+
+Signature for apache-wicket-6.23.0.zip:
+
+    -----BEGIN PGP SIGNATURE-----
+    Comment: GPGTools - https://gpgtools.org
+    
+    iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU
+    uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa
+    =thu6
+    -----END PGP SIGNATURE-----
+
+Signature for apache-wicket-6.23.0.tar.gz:
+
+    -----BEGIN PGP SIGNATURE-----
+    Comment: GPGTools - https://gpgtools.org
+    
+    iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf
+    fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa
+    =7Anf
+    -----END PGP SIGNATURE-----
+    
+========================================================================
+
+### CHANGELOG for 6.23.0
+    
+#### Bug
+
+* [WICKET-6108](https://issues.apache.org/jira/browse/WICKET-6108) - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors
+* [WICKET-6111](https://issues.apache.org/jira/browse/WICKET-6111) - Empty redirect on redirect to home page if home page already shown
+* [WICKET-6131](https://issues.apache.org/jira/browse/WICKET-6131) - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl
+* [WICKET-6135](https://issues.apache.org/jira/browse/WICKET-6135) - There is no good way to get POST body content
+
+#### Improvement
+
+* [WICKET-6098](https://issues.apache.org/jira/browse/WICKET-6098) - Add logging to HttpSessionDataStore
+* [WICKET-6100](https://issues.apache.org/jira/browse/WICKET-6100) - Upgrade jQuery to 1.12.3/2.2.3
+* [WICKET-6110](https://issues.apache.org/jira/browse/WICKET-6110) - Add a message to StalePageException for better debugging
+* [WICKET-6122](https://issues.apache.org/jira/browse/WICKET-6122) - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
+* [WICKET-6123](https://issues.apache.org/jira/browse/WICKET-6123) - Remove 'abstract' from ChainingModel
+* [WICKET-6144](https://issues.apache.org/jira/browse/WICKET-6144) - Wicket-ajax parameter / header may be used to bypass proper exception handling
+* [WICKET-6145](https://issues.apache.org/jira/browse/WICKET-6145) - Enable DeltaManager to replicate PageTable in Sessions
+* [WICKET-6152](https://issues.apache.org/jira/browse/WICKET-6152) - Allow to add more than one WebSocketBehavior in the component tree

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_posts/2016/2016-05-05-wicket-7.3.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016/2016-05-05-wicket-7.3.0-released.md b/_posts/2016/2016-05-05-wicket-7.3.0-released.md
new file mode 100644
index 0000000..4813632
--- /dev/null
+++ b/_posts/2016/2016-05-05-wicket-7.3.0-released.md
@@ -0,0 +1,151 @@
+---
+layout: post
+title: Apache Wicket 7.3.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!
+
+Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org
+
+This release marks another minor release of Wicket 7. 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
+7.0.0.
+
+New and noteworthy
+------------------
+
+#### Wicket Metrics added
+
+A new experimental module for integrating with [DropWizard's Metrics](http://metrics.dropwizard.io/) project was created. 
+Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. 
+Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)
+
+You can read more about using the Metrics integration in our user guide's [monitoring chapter](https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring).
+
+#### jQuery upgrade
+
+Wicket ships standard with it's own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.
+
+<!--more-->
+
+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>7.3.0</version>
+</dependency>
+{% endhighlight %}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source: [http://www.apache.org/dyn/closer.cgi/wicket/7.3.0](http://www.apache.org/dyn/closer.cgi/wicket/7.3.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries)
+
+Upgrading from earlier versions
+-------------------------------
+
+If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
+migration guide found at
+
+ * [http://s.apache.org/wicket7migrate](http://s.apache.org/wicket7migrate)
+
+Have fun!
+
+\u2014 The Wicket team
+
+
+========================================================================
+
+The signatures for the source release artefacts:
+
+
+Signature for apache-wicket-7.3.0.zip:
+
+    -----BEGIN PGP SIGNATURE-----
+    Comment: GPGTools - https://gpgtools.org
+    
+    iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
+    gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
+    =8TQC
+    -----END PGP SIGNATURE-----
+
+Signature for apache-wicket-7.3.0.tar.gz:
+
+    -----BEGIN PGP SIGNATURE-----
+    Comment: GPGTools - https://gpgtools.org
+    
+    iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
+    ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
+    =tRv/
+    -----END PGP SIGNATURE-----
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 7.3.0:
+    
+##### Bug
+
+* [WICKET-6069](https://issues.apache.org/jira/browse/WICKET-6069) - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id
+* [WICKET-6078](https://issues.apache.org/jira/browse/WICKET-6078) - Problem with queued components and auto linking
+* [WICKET-6079](https://issues.apache.org/jira/browse/WICKET-6079) - Problem with queued components and label
+* [WICKET-6080](https://issues.apache.org/jira/browse/WICKET-6080) - Encapsulation of 3 enclosures leads to WicketRuntimeException
+* [WICKET-6084](https://issues.apache.org/jira/browse/WICKET-6084) - ajax request failure handler receives incorrect arguments
+* [WICKET-6085](https://issues.apache.org/jira/browse/WICKET-6085) - AjaxTimerBehavior with failure handler cause memory leak in browser
+* [WICKET-6087](https://issues.apache.org/jira/browse/WICKET-6087) - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation
+* [WICKET-6088](https://issues.apache.org/jira/browse/WICKET-6088) - Problem with queued components and setting the model
+* [WICKET-6091](https://issues.apache.org/jira/browse/WICKET-6091) - NPE in RequestLoggerRequestCycleListener when using native-websockets
+* [WICKET-6093](https://issues.apache.org/jira/browse/WICKET-6093) - MarkupException due to ID collision in RelativePathPrefixHandler
+* [WICKET-6094](https://issues.apache.org/jira/browse/WICKET-6094) - Find adequate ResourceReference with mount parameters
+* [WICKET-6097](https://issues.apache.org/jira/browse/WICKET-6097) - JsonRequestLogger --> JsonMappingException --> StackOverflowError Infinite recursion
+* [WICKET-6102](https://issues.apache.org/jira/browse/WICKET-6102) - StackoverflowError related to enclosures
+* [WICKET-6108](https://issues.apache.org/jira/browse/WICKET-6108) - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors
+* [WICKET-6109](https://issues.apache.org/jira/browse/WICKET-6109) - Enclosure - "IllegalArgumentException: Argument 'markup' may not be null" after app restart
+* [WICKET-6111](https://issues.apache.org/jira/browse/WICKET-6111) - Empty redirect on redirect to home page if home page already shown
+* [WICKET-6116](https://issues.apache.org/jira/browse/WICKET-6116) - Exception 'A child already exists' when backing to a page with some markups in a Border
+* [WICKET-6131](https://issues.apache.org/jira/browse/WICKET-6131) - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl
+* [WICKET-6133](https://issues.apache.org/jira/browse/WICKET-6133) - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT
+* [WICKET-6134](https://issues.apache.org/jira/browse/WICKET-6134) - NPE when using ListView with missing markup
+* [WICKET-6135](https://issues.apache.org/jira/browse/WICKET-6135) - There is no good way to get POST body content
+* [WICKET-6139](https://issues.apache.org/jira/browse/WICKET-6139) - AjaxButton forces rendering type="button" 
+* [WICKET-6141](https://issues.apache.org/jira/browse/WICKET-6141) - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler
+* [WICKET-6151](https://issues.apache.org/jira/browse/WICKET-6151) - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)
+
+##### Improvement
+
+* [WICKET-6053](https://issues.apache.org/jira/browse/WICKET-6053) - Allow to reuse the same application instance in several tests
+* [WICKET-6081](https://issues.apache.org/jira/browse/WICKET-6081) - Add "assertNotRequired" to the WicketTester
+* [WICKET-6098](https://issues.apache.org/jira/browse/WICKET-6098) - Add logging to HttpSessionDataStore
+* [WICKET-6100](https://issues.apache.org/jira/browse/WICKET-6100) - Upgrade jQuery to 1.12.3/2.2.3
+* [WICKET-6103](https://issues.apache.org/jira/browse/WICKET-6103) - Synchronization on JSR 356 connection
+* [WICKET-6106](https://issues.apache.org/jira/browse/WICKET-6106) - Propagate JSR 356 WebSocket connection error to a page 
+* [WICKET-6107](https://issues.apache.org/jira/browse/WICKET-6107) - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state
+* [WICKET-6110](https://issues.apache.org/jira/browse/WICKET-6110) - Add a message to StalePageException for better debugging
+* [WICKET-6122](https://issues.apache.org/jira/browse/WICKET-6122) - Add .map to the list of allowed file extensions in SecurePackageResourceGuard
+* [WICKET-6123](https://issues.apache.org/jira/browse/WICKET-6123) - Remove 'abstract' from ChainingModel
+* [WICKET-6127](https://issues.apache.org/jira/browse/WICKET-6127) - Add metrics for request duration
+* [WICKET-6128](https://issues.apache.org/jira/browse/WICKET-6128) - Add metrics for currently active sessions
+* [WICKET-6130](https://issues.apache.org/jira/browse/WICKET-6130) - Make it easier to override parts of SystemMapper
+* [WICKET-6144](https://issues.apache.org/jira/browse/WICKET-6144) - Wicket-ajax parameter / header may be used to bypass proper exception handling
+* [WICKET-6145](https://issues.apache.org/jira/browse/WICKET-6145) - Enable DeltaManager to replicate PageTable in Sessions
+* [WICKET-6152](https://issues.apache.org/jira/browse/WICKET-6152) - Allow to add more than one WebSocketBehavior in the component tree
+
+##### New Feature
+
+* [WICKET-6120](https://issues.apache.org/jira/browse/WICKET-6120) - Wicket Metrics
+
+##### Wish
+
+* [WICKET-6095](https://issues.apache.org/jira/browse/WICKET-6095) - Multiline headers in DataTable

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/_sass/modules/_jumbotron.scss
----------------------------------------------------------------------
diff --git a/_sass/modules/_jumbotron.scss b/_sass/modules/_jumbotron.scss
index 7a46490..7698285 100644
--- a/_sass/modules/_jumbotron.scss
+++ b/_sass/modules/_jumbotron.scss
@@ -56,4 +56,8 @@
             margin:0 auto;
         }
     }
+	.jumbotron-version {
+		text-transform:lowercase;
+		color:white;
+	}
 }

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 0047005..35465b7 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2016-05-05T14:29:26+02:00</updated>
+    <updated>2016-05-07T14:03:56+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,6 +12,284 @@
  
 
     <entry>
+        <title>Apache Wicket 7.3.0 released</title>
+        <link href="http://wicket.apache.org/news/2016/05/05/wicket-7.3.0-released.html"/>
+        <updated>2016-05-05T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/05/05/wicket-7.3.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org&lt;/p&gt;
+
+&lt;p&gt;This release marks another minor release of Wicket 7. 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
+7.0.0.&lt;/p&gt;
+
+&lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
+
+&lt;h4 id=&quot;wicket-metrics-added&quot;&gt;Wicket Metrics added&lt;/h4&gt;
+
+&lt;p&gt;A new experimental module for integrating with &lt;a href=&quot;http://metrics.dropwizard.io/&quot;&gt;DropWizard\u2019s Metrics&lt;/a&gt; project was created. 
+Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. 
+Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)&lt;/p&gt;
+
+&lt;p&gt;You can read more about using the Metrics integration in our user guide\u2019s &lt;a href=&quot;https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring&quot;&gt;monitoring chapter&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h4 id=&quot;jquery-upgrade&quot;&gt;jQuery upgrade&lt;/h4&gt;
+
+&lt;p&gt;Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.&lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don\u2019t forget to
+update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;7.3.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Source: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h2&gt;
+
+&lt;p&gt;If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
+migration guide found at&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;http://s.apache.org/wicket7migrate&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Have fun!&lt;/p&gt;
+
+&lt;p&gt;\u2014 The Wicket team&lt;/p&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
+
+&lt;p&gt;Signature for apache-wicket-7.3.0.zip:&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
+gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
+=8TQC
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;Signature for apache-wicket-7.3.0.tar.gz:&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
+ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
+=tRv/
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
+
+&lt;h4 id=&quot;changelog-for-730&quot;&gt;CHANGELOG for 7.3.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6069&quot;&gt;WICKET-6069&lt;/a&gt; - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6078&quot;&gt;WICKET-6078&lt;/a&gt; - Problem with queued components and auto linking&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6079&quot;&gt;WICKET-6079&lt;/a&gt; - Problem with queued components and label&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6080&quot;&gt;WICKET-6080&lt;/a&gt; - Encapsulation of 3 enclosures leads to WicketRuntimeException&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6084&quot;&gt;WICKET-6084&lt;/a&gt; - ajax request failure handler receives incorrect arguments&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6085&quot;&gt;WICKET-6085&lt;/a&gt; - AjaxTimerBehavior with failure handler cause memory leak in browser&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6087&quot;&gt;WICKET-6087&lt;/a&gt; - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6088&quot;&gt;WICKET-6088&lt;/a&gt; - Problem with queued components and setting the model&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6091&quot;&gt;WICKET-6091&lt;/a&gt; - NPE in RequestLoggerRequestCycleListener when using native-websockets&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6093&quot;&gt;WICKET-6093&lt;/a&gt; - MarkupException due to ID collision in RelativePathPrefixHandler&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6094&quot;&gt;WICKET-6094&lt;/a&gt; - Find adequate ResourceReference with mount parameters&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6097&quot;&gt;WICKET-6097&lt;/a&gt; - JsonRequestLogger \u2013&amp;gt; JsonMappingException \u2013&amp;gt; StackOverflowError Infinite recursion&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6102&quot;&gt;WICKET-6102&lt;/a&gt; - StackoverflowError related to enclosures&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6108&quot;&gt;WICKET-6108&lt;/a&gt; - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6109&quot;&gt;WICKET-6109&lt;/a&gt; - Enclosure - \u201cIllegalArgumentException: Argument \u2018markup\u2019 may not be null\u201d after app restart&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6111&quot;&gt;WICKET-6111&lt;/a&gt; - Empty redirect on redirect to home page if home page already shown&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6116&quot;&gt;WICKET-6116&lt;/a&gt; - Exception \u2018A child already exists\u2019 when backing to a page with some markups in a Border&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6131&quot;&gt;WICKET-6131&lt;/a&gt; - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6133&quot;&gt;WICKET-6133&lt;/a&gt; - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6134&quot;&gt;WICKET-6134&lt;/a&gt; - NPE when using ListView with missing markup&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6135&quot;&gt;WICKET-6135&lt;/a&gt; - There is no good way to get POST body content&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6139&quot;&gt;WICKET-6139&lt;/a&gt; - AjaxButton forces rendering type=\u201dbutton\u201d&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6141&quot;&gt;WICKET-6141&lt;/a&gt; - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6151&quot;&gt;WICKET-6151&lt;/a&gt; - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6053&quot;&gt;WICKET-6053&lt;/a&gt; - Allow to reuse the same application instance in several tests&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6081&quot;&gt;WICKET-6081&lt;/a&gt; - Add \u201cassertNotRequired\u201d to the WicketTester&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6098&quot;&gt;WICKET-6098&lt;/a&gt; - Add logging to HttpSessionDataStore&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6100&quot;&gt;WICKET-6100&lt;/a&gt; - Upgrade jQuery to 1.12.3/2.2.3&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6103&quot;&gt;WICKET-6103&lt;/a&gt; - Synchronization on JSR 356 connection&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6106&quot;&gt;WICKET-6106&lt;/a&gt; - Propagate JSR 356 WebSocket connection error to a page&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6107&quot;&gt;WICKET-6107&lt;/a&gt; - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6110&quot;&gt;WICKET-6110&lt;/a&gt; - Add a message to StalePageException for better debugging&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6122&quot;&gt;WICKET-6122&lt;/a&gt; - Add .map to the list of allowed file extensions in SecurePackageResourceGuard&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6123&quot;&gt;WICKET-6123&lt;/a&gt; - Remove \u2018abstract\u2019 from ChainingModel&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6127&quot;&gt;WICKET-6127&lt;/a&gt; - Add metrics for request duration&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6128&quot;&gt;WICKET-6128&lt;/a&gt; - Add metrics for currently active sessions&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6130&quot;&gt;WICKET-6130&lt;/a&gt; - Make it easier to override parts of SystemMapper&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6144&quot;&gt;WICKET-6144&lt;/a&gt; - Wicket-ajax parameter / header may be used to bypass proper exception handling&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6145&quot;&gt;WICKET-6145&lt;/a&gt; - Enable DeltaManager to replicate PageTable in Sessions&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6152&quot;&gt;WICKET-6152&lt;/a&gt; - Allow to add more than one WebSocketBehavior in the component tree&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;new-feature&quot;&gt;New Feature&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6120&quot;&gt;WICKET-6120&lt;/a&gt; - Wicket Metrics&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;wish&quot;&gt;Wish&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6095&quot;&gt;WICKET-6095&lt;/a&gt; - Multiline headers in DataTable&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Apache Wicket 6.23.0 released</title>
+        <link href="http://wicket.apache.org/news/2016/05/05/wicket-6.23.0-released.html"/>
+        <updated>2016-05-05T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/05/05/wicket-6.23.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org&lt;/p&gt;
+
+&lt;p&gt;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.&lt;/p&gt;
+
+&lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
+
+&lt;h4 id=&quot;jquery-upgrade&quot;&gt;jQuery upgrade&lt;/h4&gt;
+
+&lt;p&gt;Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.&lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don\u2019t forget to
+update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.23.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Source: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h2&gt;
+
+&lt;p&gt;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&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;http://s.apache.org/wicket6migrate&quot;&gt;http://s.apache.org/wicket6migrate&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Have fun!&lt;/p&gt;
+
+&lt;p&gt;\u2014 The Wicket team&lt;/p&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
+
+&lt;p&gt;Signature for apache-wicket-6.23.0.zip:&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU
+uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa
+=thu6
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;Signature for apache-wicket-6.23.0.tar.gz:&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf
+fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa
+=7Anf
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;h3 id=&quot;changelog-for-6230&quot;&gt;CHANGELOG for 6.23.0&lt;/h3&gt;
+
+&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6108&quot;&gt;WICKET-6108&lt;/a&gt; - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6111&quot;&gt;WICKET-6111&lt;/a&gt; - Empty redirect on redirect to home page if home page already shown&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6131&quot;&gt;WICKET-6131&lt;/a&gt; - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6135&quot;&gt;WICKET-6135&lt;/a&gt; - There is no good way to get POST body content&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6098&quot;&gt;WICKET-6098&lt;/a&gt; - Add logging to HttpSessionDataStore&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6100&quot;&gt;WICKET-6100&lt;/a&gt; - Upgrade jQuery to 1.12.3/2.2.3&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6110&quot;&gt;WICKET-6110&lt;/a&gt; - Add a message to StalePageException for better debugging&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6122&quot;&gt;WICKET-6122&lt;/a&gt; - Add .map to the list of allowed file extensions in SecurePackageResourceGuard&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6123&quot;&gt;WICKET-6123&lt;/a&gt; - Remove \u2018abstract\u2019 from ChainingModel&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6144&quot;&gt;WICKET-6144&lt;/a&gt; - Wicket-ajax parameter / header may be used to bypass proper exception handling&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6145&quot;&gt;WICKET-6145&lt;/a&gt; - Enable DeltaManager to replicate PageTable in Sessions&lt;/li&gt;
+  &lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6152&quot;&gt;WICKET-6152&lt;/a&gt; - Allow to add more than one WebSocketBehavior in the component tree&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+    </entry>
+
+    <entry>
         <title>CVE-2015-7520 Apache Wicket XSS vulnerability</title>
         <link href="http://wicket.apache.org/news/2016/03/02/cve-2015-7520.html"/>
         <updated>2016-03-02T00:00:00+01:00</updated>
@@ -27,7 +305,7 @@ Apache Wicket 1.5.x, 6.x and 7.x&lt;/p&gt;
 &lt;p&gt;Description:&lt;/p&gt;
 
 &lt;p&gt;It is possible for JavaScript statements to break out of a RadioGroup\u2019s 
-and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of &amp;lt;input&amp;gt; elements&lt;/p&gt;
+and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of &lt;code class=&quot;highlighter-rouge&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt; elements&lt;/p&gt;
 
 &lt;p&gt;This might pose a security threat if the written JavaScript contains user provided data.&lt;/p&gt;
 
@@ -657,86 +935,4 @@ iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
 </content>
     </entry>
 
-    <entry>
-        <title>Wicket 1.5.14 released</title>
-        <link href="http://wicket.apache.org/news/2015/10/24/wicket-1.5.14-released.html"/>
-        <updated>2015-10-24T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2015/10/24/wicket-1.5.14-released</id>
-        <content type="html">&lt;p&gt;This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;CHANGELOG for 1.5.14:
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;p&gt;** Bug&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5838] - Last-modified header of external markup is ignored
-* [WICKET-5927] - Velocity remote code execution
-* [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;p&gt;** Improvement&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;To use in Maven:&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;1.5.14&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Download the &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.5.14&quot;&gt;full distribution&lt;/a&gt; (including sources)&lt;/li&gt;
-&lt;/ul&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket v7.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/07/28/wicket-7.0-released.html"/>
-        <updated>2015-07-28T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2015/07/28/wicket-7.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Software Foundation announces Apache Wicket\u2122 v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.&lt;/p&gt;
-
-&lt;p&gt;The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache\u2122 Wicket\u2122 v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
-This marks the seventh major release of the project that celebrated its 10 year anniversary last year.&lt;/p&gt;
-
-&lt;p&gt;This framework allows Java developers to write web applications using components. 
-This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
-Wicket is a high performance framework processing billions of requests daily across the world.&lt;/p&gt;
-
-&lt;p&gt;\u201cWith this release we have added a major improvement to our framework, making development with Wicket even easier.\u201d, said Martijn Dashorst, Vice President of Apache Wicket.
-\u201cBy adding \u2018Component Queuing\u2019 we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.\u201d&lt;/p&gt;
-
-&lt;p&gt;\u201cOther major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,\u201d continued Martijn Dashorst.&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
-The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains &lt;a href=&quot;https://s.apache.org/wicket7migrate&quot;&gt;several documented API breaks&lt;/a&gt;. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.&lt;/p&gt;
-
-&lt;h3 id=&quot;availability-and-oversight&quot;&gt;Availability and Oversight&lt;/h3&gt;
-
-&lt;p&gt;As with all Apache products, Apache Wicket software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project.
-A Project Management Committee (PMC) guides the Project\u2019s day-to-day operations, including community development and product releases.
-Apache Wicket release notes, source code, documentation, and related resources are available at &lt;a href=&quot;https://wicket.apache.org&quot;&gt;https://wicket.apache.org&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h3 id=&quot;about-the-apache-software-foundation-asf&quot;&gt;About The Apache Software Foundation (ASF)&lt;/h3&gt;
-
-&lt;p&gt;Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server \u2014 the world\u2019s most popular Web server software.
-Through the ASF\u2019s meritocratic process known as \u201cThe Apache Way,\u201d more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation\u2019s official user conference, trainings, and expo.
-The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!.
-For more information, visit &lt;a href=&quot;https://www.apache.org/&quot;&gt;https://www.apache.org/&lt;/a&gt;.&lt;/p&gt;
-
-&lt;p&gt;\u201cApache\u201d, \u201cApache Wicket\u201d, and \u201cApacheCon\u201d are trademarks of The Apache Software Foundation.
-All other brands and trademarks are the property of their respective owners.&lt;/p&gt;
-</content>
-    </entry>
-
 </feed>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/css/style.css
----------------------------------------------------------------------
diff --git a/content/css/style.css b/content/css/style.css
index 40044f7..e0e1602 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -715,6 +715,9 @@ button.button--alert {
     width: 50%;
     min-width: 320px;
     margin: 0 auto; }
+.jumbotron .jumbotron-version {
+  text-transform: lowercase;
+  color: white; }
 
 nav.mainmenu {
   display: block;

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/doap.rdf
----------------------------------------------------------------------
diff --git a/content/doap.rdf b/content/doap.rdf
index 1bb7dec..9206f65 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -25,8 +25,8 @@
 		<release>
 			<Version>
 				<name>Latest Stable Release</name>
-				<created>2016-02-19</created>
-				<revision>7.2.0</revision>
+				<created>2016-05-05</created>
+				<revision>7.3.0</revision>
 			</Version>
 		</release>
 		<repository>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/help/index.html
----------------------------------------------------------------------
diff --git a/content/help/index.html b/content/help/index.html
index 524beac..9e8014c 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -145,32 +145,32 @@ experience to it, possibly including a <a href="#bugquickstart">quick start</a>.
 <p>Wicket releases new versions on a regular basis. Chances are that your
 bug has been solved in a recent version. So if for instance you
 discover a bug in Wicket 6.2.0, it might be fixed in a newer version
-(the current version of Wicket 6.x is 6.22.0).</p>
+(the current version of Wicket 6.x is 6.23.0).</p>
 <p>So we ask you to try the latest version of the branch of Wicket you are
 working on. If the bug still remains,</p>
 <p>Check if your version is no longer maintained on our download page. If
 your version is no longer maintained we kindly ask you to upgrade your
 project to a newer, maintained version of Wicket. For example if you
 have a project that depends on Wicket 1.3.7, please consider upgrading
-to Wicket 7.2.0.</p>
+to Wicket 7.3.0.</p>
 <h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
 <p>If you are using a supporting library from either the Wicket project,
 Wicket Stuff or another project, please ensure that the version you use
 is compatible with your Wicket version.</p>
 <p>You can\u2019t use Wicket 1.5.x libraries with Wicket 6.x, Wicket 7.x or Wicket 8.x. It
 should be safe to use a library compatible with Wicket 6.0 with
-6.22.0</p>
+6.23.0</p>
 <p>For example:</p>
 <ul>
-  <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.22.0</li>
+  <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.23.0</li>
 </ul>
 <p>Possible, but not advisable:</p>
 <ul>
-  <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.22.0</li>
+  <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.23.0</li>
 </ul>
 <p>Advised:</p>
 <ul>
-  <li>Use wicket-extensions-6.22.0 with wicket-core-6.22.0</li>
+  <li>Use wicket-extensions-6.23.0 with wicket-core-6.23.0</li>
 </ul>
 <p>This also holds true for release of our sister project <em>Wicket Stuff</em>.</p>
 <h3 id="bugquickstart">Provide a Quick Start</h3>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 96bd38f..d8bf765 100644
--- a/content/index.html
+++ b/content/index.html
@@ -19,8 +19,7 @@
     </head>
 
     <body class="index">
-        <div class="header wicket7">
-	<a href="start/wicket-7.x.html"><img src="img/apachewicket7.svg"></a>
+        <div class="header jumbotron">
 <nav class="mainmenu">
     <ul>
 		<!-- /start/quickstart.html || / -->
@@ -39,40 +38,22 @@
     	<li class=""><a href="/apache">Apache</a></li>
     </ul>
 </nav>
-    <div class="submenu">
-        <ul>
-            <li>Jump to: </li>
-            <li><a href="#wicket7">Wicket 7</a></li>
-            <li><a href="#introduction">Introduction</a></li>
-            <li><a href="#poweredby">Powered by</a></li>
-            <li><a href="#news">News</a></li>
-        </ul>
+    <div class="jumbotron-logo">
+        <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
     </div>
+    <div class="jumbotron-mission">Write maintainable, secure and scalable web applications using just Java and HTML</div>
+    <div class="jumbotron-download">
+        <a class="button" href="#news">Latest News</a>
+        <a class="button" href="/start/quickstart.html">Get started</a>
+		<a class="button" href="http://examples7x.wicket.apache.org/index.html">Live Examples</a>
+		<br>
+		<small class="jumbotron-version">Current release: 7.3.0</small>
+    </div>
+    <div class="l-first">&nbsp;</div>
 </div>
 <div class="l-container">
     <section>
         <div class="l-full l-first preamble">
-  <h1 id="wicket7">Apache&nbsp;Wicket v7.0 released</h1>
-  <p>The Apache Software Foundation announces Apache Wicket\u2122 v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.</p>
-</div>
-<div class="l-first">
-  <p>The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache\u2122 Wicket\u2122 v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
-This marks the seventh major release of the project that celebrated its 10 year anniversary last year.</p>
-  <p>This framework allows Java developers to write web applications using components. 
-This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
-Wicket is a high performance framework processing billions of requests daily across the world.</p>
-  <p>\u201cWith this release we have added a major improvement to our framework, making development with Wicket even easier.\u201d, said Martijn Dashorst, Vice President of Apache Wicket.
-\u201cBy adding \u2018Component Queuing\u2019 we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.\u201d</p>
-  <p>\u201cOther major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,\u201d continued Martijn Dashorst.</p>
-  <p>Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
-The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains <a href="http://s.apache.org/wicket7migrate">several documented API breaks</a>. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.</p>
-  <p>You can start using <a href="start/wicket-7.x.html">Apache Wicket v7.0</a> now.</p>
-  <p>Have fun!</p>
-  <p>\u2013 The Wicket Team</p>
-  <p><a href="news/2015/07/28/wicket-7.0-released.html">Read the full press release</a></p>
-</div>
-<hr />
-<div class="l-full l-first preamble">
     <h1 id="introduction">Introducing Apache&nbsp;Wicket</h1>
     <p>Invented in 2004, Wicket is one of the few survivors of the Java
     serverside web framework wars of the mid 2000's. Wicket is an open
@@ -244,27 +225,43 @@ The release consist of almost 300 features, improvements and fixes. In accordanc
 </div>
 <div class="l-two-third">
     <article>
-        <h2>CVE-2015-7520 Apache Wicket XSS vulnerability</h2>
-        <small>02 Mar 2016</small>
-        <p>Severity: Important</p>
-<p>Vendor:
-The Apache Software Foundation</p>
-<p>Versions Affected:
-Apache Wicket 1.5.x, 6.x and 7.x</p>
-<p>Description:</p>
-<p>It is possible for JavaScript statements to break out of a RadioGroup\u2019s 
-and CheckBoxMultipleChoice\u2019s \u201cvalue\u201d attribute of &lt;input&gt; elements</p>
-<p>This might pose a security threat if the written JavaScript contains user provided data.</p>
-<h2 id="the-application-developers-are-recommended-to-upgrade-to">The application developers are recommended to upgrade to:</h2>
-<ul>
-  <li><a href="/news/2016/02/19/wicket-1.5.15-released.html">Apache Wicket 1.5.15</a></li>
-  <li><a href="/news/2016/02/19/wicket-6.22.0-released.html">Apache Wicket 6.22.0</a></li>
-  <li><a href="/news/2016/01/20/wicket-7.2.0-released.html">Apache Wicket 7.2.0</a></li>
-</ul>
-<p>Credit:
-This issue was reported by Canh Ngo!</p>
-<p>Apache Wicket Team</p>
-        <a href="/news/2016/03/02/cve-2015-7520.html">Read more...</a> 
+        <h2>Apache Wicket 7.3.0 released</h2>
+        <small>05 May 2016</small>
+        <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+<p>This release marks another minor release of Wicket 7. 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
+7.0.0.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<h4 id="wicket-metrics-added">Wicket Metrics added</h4>
+<p>A new experimental module for integrating with <a href="http://metrics.dropwizard.io/">DropWizard\u2019s Metrics</a> project was created. 
+Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. 
+Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)</p>
+<p>You can read more about using the Metrics integration in our user guide\u2019s <a href="https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring">monitoring chapter</a>.</p>
+<h4 id="jquery-upgrade">jQuery upgrade</h4>
+<p>Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p>
+        <a href="/news/2016/05/05/wicket-7.3.0-released.html">Read more...</a> 
+    </article>
+    <article>
+        <h2>Apache Wicket 6.23.0 released</h2>
+        <small>05 May 2016</small>
+        <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+<p>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.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<h4 id="jquery-upgrade">jQuery upgrade</h4>
+<p>Wicket ships standard with it\u2019s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p>
+        <a href="/news/2016/05/05/wicket-6.23.0-released.html">Read more...</a> 
     </article>
 </div>
 <div class="l-one-third news">
@@ -276,6 +273,18 @@ title="Atom 1.0 feed" href="/atom.xml">RSS feed</a> to
 get updates in your favorite RSS reader the moment they happen.</p>
 <ul>
 <li>
+    <h3>Apache Wicket 6.23.0 released</h3>
+    <small>05 May 2016</small>
+    The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+    <a href="/news/2016/05/05/wicket-6.23.0-released.html">more</a>
+</li>
+<li>
+    <h3>CVE-2015-7520 Apache Wicket XSS vulnerability</h3>
+    <small>02 Mar 2016</small>
+    Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: It is possible for JavaScript statements to break out...
+    <a href="/news/2016/03/02/cve-2015-7520.html">more</a>
+</li>
+<li>
     <h3>CVE-2015-5347 Apache Wicket XSS vulnerability</h3>
     <small>01 Mar 2016</small>
     Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 1.5.x, 6.x and 7.x Description: It is possible for JavaScript statements to break out...
@@ -293,18 +302,6 @@ get updates in your favorite RSS reader the moment they happen.</p>
     This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes. CHANGELOG for 1.5.15: Bug [WICKET-6037] - ModalWindow...
     <a href="/news/2016/02/19/wicket-1.5.15-released.html">more</a>
 </li>
-<li>
-    <h3>Apache Wicket 7.2.0 released</h3>
-    <small>20 Jan 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 7.2.0! This release marks another minor release of Wicket 7. We use semantic versioning for...
-    <a href="/news/2016/01/20/wicket-7.2.0-released.html">more</a>
-</li>
-<li>
-    <h3>Apache Wicket 6.21.0 released</h3>
-    <small>16 Nov 2015</small>
-    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...
-    <a href="/news/2015/11/16/wicket-6.21.0-released.html">more</a>
-</li>
 </ul>
 </div>
 <div class="l-first"></div>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/learn/index.html
----------------------------------------------------------------------
diff --git a/content/learn/index.html b/content/learn/index.html
index 49fb172..9c86745 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -72,13 +72,13 @@ We also publish a news item on our website with the announcement, and it is also
 <p>Here are the most recent headlines:</p>
 <ul>
   <li>
-    <p><a href="/news/2016/03/02/cve-2015-7520.html">CVE-2015-7520 Apache Wicket XSS vulnerability</a> <small>02 Mar 2016</small></p>
+    <p><a href="/news/2016/05/05/wicket-7.3.0-released.html">Apache Wicket 7.3.0 released</a> <small>05 May 2016</small></p>
   </li>
   <li>
-    <p><a href="/news/2016/03/01/cve-2015-5347.html">CVE-2015-5347 Apache Wicket XSS vulnerability</a> <small>01 Mar 2016</small></p>
+    <p><a href="/news/2016/05/05/wicket-6.23.0-released.html">Apache Wicket 6.23.0 released</a> <small>05 May 2016</small></p>
   </li>
   <li>
-    <p><a href="/news/2016/02/19/wicket-6.22.0-released.html">Apache Wicket 6.22.0 released</a> <small>19 Feb 2016</small></p>
+    <p><a href="/news/2016/03/02/cve-2015-7520.html">CVE-2015-7520 Apache Wicket XSS vulnerability</a> <small>02 Mar 2016</small></p>
   </li>
 </ul>
 <p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2009/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index e3c11c1..32aa6e2 100644
--- a/content/news/2009/07/index.html
+++ b/content/news/2009/07/index.html
@@ -70,6 +70,7 @@ minimum platform, we were able...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2009/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 70ecfe6..180b3a2 100644
--- a/content/news/2009/08/index.html
+++ b/content/news/2009/08/index.html
@@ -61,6 +61,7 @@ of Apache Wicket 1.4.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2009/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index aeacc36..1ee04e7 100644
--- a/content/news/2009/10/index.html
+++ b/content/news/2009/10/index.html
@@ -69,6 +69,7 @@ of Apache Wicket 1.4.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2009/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index 1eb48b5..fdd270f 100644
--- a/content/news/2009/12/index.html
+++ b/content/news/2009/12/index.html
@@ -70,6 +70,7 @@ caused certain applicat...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2009/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index e48e8a7..22bb6b4 100644
--- a/content/news/2009/index.html
+++ b/content/news/2009/index.html
@@ -119,6 +119,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index d1db5ca..ce0f7f6 100644
--- a/content/news/2010/02/index.html
+++ b/content/news/2010/02/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 647228a..b7281c5 100644
--- a/content/news/2010/03/index.html
+++ b/content/news/2010/03/index.html
@@ -59,6 +59,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index a5c5347..04a0481 100644
--- a/content/news/2010/05/index.html
+++ b/content/news/2010/05/index.html
@@ -79,6 +79,7 @@ fifteen bug fixes and improvements.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index 72b60b8..70a3ee3 100644
--- a/content/news/2010/08/index.html
+++ b/content/news/2010/08/index.html
@@ -79,6 +79,7 @@ provide our users with a more powerful and flexible request processing pipeline.
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 33b0416..563a3f8 100644
--- a/content/news/2010/09/index.html
+++ b/content/news/2010/09/index.html
@@ -84,6 +84,7 @@ provide our users with a more powerful and flexible request processing pipeline.
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index 1f52d29..6e7633b 100644
--- a/content/news/2010/11/index.html
+++ b/content/news/2010/11/index.html
@@ -96,6 +96,7 @@ willing to do the \u201cgrunt work\u201d of creating great test cases for his pa...</p
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index a371e52..b66825b 100644
--- a/content/news/2010/12/index.html
+++ b/content/news/2010/12/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2010/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index 134355c..a3d3a5f 100644
--- a/content/news/2010/index.html
+++ b/content/news/2010/index.html
@@ -191,6 +191,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index 849114e..44b7434 100644
--- a/content/news/2011/01/index.html
+++ b/content/news/2011/01/index.html
@@ -57,6 +57,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index 9843485..f4eeb46 100644
--- a/content/news/2011/02/index.html
+++ b/content/news/2011/02/index.html
@@ -71,6 +71,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index f2d8fe9..398c70c 100644
--- a/content/news/2011/03/index.html
+++ b/content/news/2011/03/index.html
@@ -58,6 +58,7 @@ For the past nine months I have been quietly working on a book about Wicket. Unl
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index 5fb41a5..564c0de 100644
--- a/content/news/2011/04/index.html
+++ b/content/news/2011/04/index.html
@@ -71,6 +71,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index b076425..959409a 100644
--- a/content/news/2011/05/index.html
+++ b/content/news/2011/05/index.html
@@ -66,6 +66,7 @@ give away a free copy of the ebook version of <a href="http://link.packtpub.com/
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index 29fb95f..c19c285 100644
--- a/content/news/2011/06/index.html
+++ b/content/news/2011/06/index.html
@@ -58,6 +58,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index 7558017..8570cd9 100644
--- a/content/news/2011/08/index.html
+++ b/content/news/2011/08/index.html
@@ -84,6 +84,7 @@ With multi window support application configuration and special query parameters
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index 60159c5..2ca901b 100644
--- a/content/news/2011/09/index.html
+++ b/content/news/2011/09/index.html
@@ -70,6 +70,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 09b5c3f..14f541f 100644
--- a/content/news/2011/10/index.html
+++ b/content/news/2011/10/index.html
@@ -77,6 +77,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index 0d5ae85..270d6f5 100644
--- a/content/news/2011/11/index.html
+++ b/content/news/2011/11/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2011/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index 6c543f9..35aa53b 100644
--- a/content/news/2011/index.html
+++ b/content/news/2011/index.html
@@ -215,6 +215,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index 79534f0..a4a9c79 100644
--- a/content/news/2012/01/index.html
+++ b/content/news/2012/01/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index cfd36c8..cd20ee0 100644
--- a/content/news/2012/03/index.html
+++ b/content/news/2012/03/index.html
@@ -112,6 +112,7 @@ This release brings over many improvements over the 1.5.x series.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index b7450f0..f7ee80f 100644
--- a/content/news/2012/05/index.html
+++ b/content/news/2012/05/index.html
@@ -74,6 +74,7 @@ This release brings over many improvements over the 1.5.x series.</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index b283bde..eabdc3b 100644
--- a/content/news/2012/06/index.html
+++ b/content/news/2012/06/index.html
@@ -70,6 +70,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index 5c8d22d..5a06a4d 100644
--- a/content/news/2012/07/index.html
+++ b/content/news/2012/07/index.html
@@ -63,6 +63,7 @@ be silenced (or learn to li...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/49c108d3/content/news/2012/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 809e985..6064da9 100644
--- a/content/news/2012/08/index.html
+++ b/content/news/2012/08/index.html
@@ -64,6 +64,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/05">May</a></li>
             <li><a href="/news/2016/03">March</a></li>
             <li><a href="/news/2016/02">February</a></li>
             <li><a href="/news/2016/01">January</a></li>