You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ts...@apache.org on 2016/07/22 22:18:54 UTC

[1/3] wicket-site git commit: Added 7.4.0 and 6.24.0 announcements

Repository: wicket-site
Updated Branches:
  refs/heads/asf-site f3b1956e2 -> 3f2b60d36


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 1398364..cb8c8fd 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index 54e545f..759eaca 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index 975d7d8..fe760fc 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index 117c18b..f9ec76a 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index f8fd3ef..491725b 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/01/23/wicket-6.5.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/23/wicket-6.5.0-released.html b/content/news/2013/01/23/wicket-6.5.0-released.html
index 5fa0775..24acd1d 100644
--- a/content/news/2013/01/23/wicket-6.5.0-released.html
+++ b/content/news/2013/01/23/wicket-6.5.0-released.html
@@ -66,7 +66,7 @@ the attributes for all Ajax requests.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">application</span><span class="o">.</span><span class="na">getAjaxRequestTargetListeners</span><span class="o">().</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxRequestTarget</span><span class="o">.</span><span class="na">AbstractListener</span><span class="o">()</span>
 <span class="o">{</span>
 	<span class="nd">@Override</span>
-	<span class="kd">public</span> <span class="kt">void</span> <span class="nf">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
+	<span class="kd">public</span> <span class="kt">void</span> <span class="n">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span>
 	<span class="o">{</span>
 		<span class="kd">super</span><span class="o">.</span><span class="na">updateAjaxAttributes</span><span class="o">(</span><span class="n">attributes</span><span class="o">);</span>
 		<span class="n">attributes</span><span class="o">.</span><span class="na">setChannel</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxChannel</span><span class="o">(</span><span class="s">"globalAjaxChannel"</span><span class="o">,</span> <span class="n">AjaxChannel</span><span class="o">.</span><span class="na">Type</span><span class="o">.</span><span class="na">ACTIVE</span><span class="o">));</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index a4c9e5c..aea8183 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 29a885c..6624a63 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index e4e6e47..0433a68 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 8e161bf..a2d4e8e 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index 03cadff..c901bcc 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/06/27/wicket-6.9.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/27/wicket-6.9.0-released.html b/content/news/2013/06/27/wicket-6.9.0-released.html
index efac1e4..b73402d 100644
--- a/content/news/2013/06/27/wicket-6.9.0-released.html
+++ b/content/news/2013/06/27/wicket-6.9.0-released.html
@@ -59,7 +59,7 @@ compared to 6.0.0.</p>
 <p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE
 6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x.
 To use this resource reference do in your application\u2019s init method:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 4570b36..eed9f07 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/07/10/wicket-6.9.1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/10/wicket-6.9.1-released.html b/content/news/2013/07/10/wicket-6.9.1-released.html
index 253e986..5d2c805 100644
--- a/content/news/2013/07/10/wicket-6.9.1-released.html
+++ b/content/news/2013/07/10/wicket-6.9.1-released.html
@@ -69,7 +69,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application\u2019s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index babb1b4..0624534 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/08/18/wicket-6.10.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/18/wicket-6.10.0-released.html b/content/news/2013/08/18/wicket-6.10.0-released.html
index f219053..14608e9 100644
--- a/content/news/2013/08/18/wicket-6.10.0-released.html
+++ b/content/news/2013/08/18/wicket-6.10.0-released.html
@@ -82,7 +82,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application\u2019s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> 
-<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span>
     <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
         <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index 83dcc7b..a830412 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/09/20/wicket-6.11.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/20/wicket-6.11.0-released.html b/content/news/2013/09/20/wicket-6.11.0-released.html
index 5298251..19669aa 100644
--- a/content/news/2013/09/20/wicket-6.11.0-released.html
+++ b/content/news/2013/09/20/wicket-6.11.0-released.html
@@ -92,7 +92,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application\u2019s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java">    <span class="nd">@Override</span>
-    <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
             <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
     <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 34b4e75..8c22012 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/11/01/wicket-6.12.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/01/wicket-6.12.0-released.html b/content/news/2013/11/01/wicket-6.12.0-released.html
index d53b1b6..8041c90 100644
--- a/content/news/2013/11/01/wicket-6.12.0-released.html
+++ b/content/news/2013/11/01/wicket-6.12.0-released.html
@@ -78,7 +78,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application\u2019s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
      <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
          <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
  <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 7d8e29c..c7687de 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 4f87051..06009ff 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/01/05/wicket-6.13.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/05/wicket-6.13.0-released.html b/content/news/2014/01/05/wicket-6.13.0-released.html
index 810921c..b218b0f 100644
--- a/content/news/2014/01/05/wicket-6.13.0-released.html
+++ b/content/news/2014/01/05/wicket-6.13.0-released.html
@@ -131,7 +131,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still
 contains these APIs. Download the 1.8.3 release of jquery and add it
 to your project in its application\u2019s init method:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"> <span class="nd">@Override</span>
- <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+ <span class="kd">protected</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
      <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span>
          <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span>
  <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index ec53169..8836984 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 5bb00a9..41f3bf7 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index a55f29e..c735825 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 5151bfb..4c728b6 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 601ceda..c79b3cc 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 8b6a79b..7fc5c46 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index f0f225e..cb30c5c 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 4f37864..8d1aa91 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 64c3764..039a32d 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 612bc76..8ac01f3 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index 7d3ae68..2cde286 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index 21b1817..33e67d5 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 86fda91..6070630 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index b0925d5..df366f4 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index f98d8ea..0d62055 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index dcd50d1..ddca706 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index cd42665..7836538 100644
--- a/content/news/2016/03/index.html
+++ b/content/news/2016/03/index.html
@@ -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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index 30c1df4..5dd44ce 100644
--- a/content/news/2016/05/index.html
+++ b/content/news/2016/05/index.html
@@ -69,6 +69,7 @@ government...</p>
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/07/21/wicket-6.24.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/21/wicket-6.24.0-released.html b/content/news/2016/07/21/wicket-6.24.0-released.html
new file mode 100644
index 0000000..2807070
--- /dev/null
+++ b/content/news/2016/07/21/wicket-6.24.0-released.html
@@ -0,0 +1,148 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.24.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/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/07/21/wicket-6.24.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/07/21/wicket-6.24.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.24.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">21 Jul 2016</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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>
+<ul>
+  <li>
+    <p>upgrades JQuery dependency to 1.12.4 and 2.2.4</p>
+  </li>
+  <li>
+    <p>increases performance when using KeyInSessionSunJceCryptFactory</p>
+  </li>
+</ul>
+<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.24.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.24.0">http://www.apache.org/dyn/closer.cgi/wicket/6.24.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.24.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/wicket6migration">http://s.apache.org/wicket6migration</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.24.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
+JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
+=OALQ
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-6.24.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
+QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
+=lDjk
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-6240">CHANGELOG for 6.24.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li>
+  <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li>
+  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
+  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li>
+  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li>
+  <li>[WICKET-6181] - Revert the removal of the default error message when uploading too big files</li>
+  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li>
+  <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li>
+  <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6053] - Allow to reuse the same application instance in several tests</li>
+  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
+  <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</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/3f2b60d3/content/news/2016/07/21/wicket-7.4.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/21/wicket-7.4.0-released.html b/content/news/2016/07/21/wicket-7.4.0-released.html
new file mode 100644
index 0000000..6d033ea
--- /dev/null
+++ b/content/news/2016/07/21/wicket-7.4.0-released.html
@@ -0,0 +1,172 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.4.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/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/07/21/wicket-7.4.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/07/21/wicket-7.4.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.4.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">21 Jul 2016</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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>
+<ul>
+  <li>
+    <p>improves stateless AJAX support by integrating the Wicket Stuff
+wicket-stateless module (WICKET-6183)</p>
+  </li>
+  <li>
+    <p>improves compatibility for playing videos on iOS devices due to missing
+media type in MediaComponent</p>
+  </li>
+  <li>
+    <p>upgrades provided JQuery to 1.12.4 and 2.2.4</p>
+  </li>
+  <li>
+    <p>improves compatibility with CGLIB when using wicket-jmx</p>
+  </li>
+</ul>
+<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.4.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.4.0">http://www.apache.org/dyn/closer.cgi/wicket/7.4.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+=sPs0
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-7.4.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+pS8AoINM8PFic38Lbf55tNmeegzROZYx
+=iTAS
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-740">CHANGELOG for 7.4.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li>
+  <li>[WICKET-6155] - Newline in ModalWindow title</li>
+  <li>[WICKET-6157] - WicketTester and application servers are destroying app differently</li>
+  <li>[WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos</li>
+  <li>[WICKET-6162] - Reload leads to unexpected RuntimeException \u2018Unable to find component with id\u2019</li>
+  <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li>
+  <li>[WICKET-6170] - Wrong requestmapper used for cache decorated resources</li>
+  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
+  <li>[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working</li>
+  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li>
+  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li>
+  <li>[WICKET-6180] - JMX Initializer\u2019s usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3</li>
+  <li>[WICKET-6185] - Border body not reachable for visitors</li>
+  <li>[WICKET-6187] - Enclosures rendered twice in derived component</li>
+  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li>
+  <li>[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7</li>
+  <li>[WICKET-6198] - Unable to disable a MultiFileUploadField</li>
+  <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li>
+  <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6153] - WicketTester\u2019s MockHttpServletRequest doesn\u2019t expose setLocale(aLocale) method</li>
+  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
+  <li>[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler</li>
+  <li>[WICKET-6183] - Improve stateless support for AJAX</li>
+  <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li>
+</ul>
+<h5 id="new-feature">New Feature</h5>
+<ul>
+  <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files</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/3f2b60d3/content/news/2016/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
new file mode 100644
index 0000000..c2930f1
--- /dev/null
+++ b/content/news/2016/07/index.html
@@ -0,0 +1,170 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Monthly archive for July 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/07 -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2016/07 -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2016/07 -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2016/07 -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2016/07 -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2016/07 -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2016/07 -->
+    	<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 July 2016</h1>
+        </header>
+        <div class="l-two-third">
+<div class="news">
+	<h3>Apache Wicket 6.24.0 released</h3>
+  <p><small>21 Jul 2016</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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/07/21/wicket-6.24.0-released.html">more</a></li>
+</div>
+<div class="news">
+	<h3>Apache Wicket 7.4.0 released</h3>
+  <p><small>21 Jul 2016</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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/07/21/wicket-7.4.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/07">July</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/3f2b60d3/content/news/2016/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index 9a866da..c55ee8f 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 July 2016</h1>
+                  <p>This section contains all news items published in <a href="/news/2016/07">July 2016</a>.</p>
+              </div>
+                  <div class="l-full">
+              		<h3 id="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0 released</h3>
+                      <small>21 Jul 2016</small>
+              		<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+              		<a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a></li></p>
+                  </div>
+                  <div class="l-full">
+              		<h3 id="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0 released</h3>
+                      <small>21 Jul 2016</small>
+              		<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+              		<a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a></li></p>
+                  </div>
+              <hr>
+              <div class="l-first"></div>
+              <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>
@@ -119,6 +137,7 @@
             <h2>2016</h2>
             <ul>
             <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index 0e0c634..3ebb3e2 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/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0 released</h3>
+    <small>21 Jul 2016</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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/07/21/wicket-7.4.0-released.html">more</a></p>
+</article>
+  <article>
+	<h3 id="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0 released</h3>
+    <small>21 Jul 2016</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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/07/21/wicket-6.24.0-released.html">more</a></p>
+</article>
+  <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...
@@ -978,6 +990,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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index 992a910..8604d11 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -81,17 +81,17 @@
 	</tr>
 	<tr>
 		<td><a href="wicket-8.x.html">Wicket 8.x</a></td>
-		<td>8.0.0-SNAPSHOT</td>
+		<td>8.0.0-M1</td>
 		<td>in development</td>
 	</tr>
 	<tr>
 		<td><a href="wicket-7.x.html">Wicket 7.x</a></td>
-		<td>7.3.0</td>
+		<td>7.4.0</td>
 		<td>current, supported</td>
 	</tr>
 	<tr>
 		<td><a href="wicket-6.x.html">Wicket 6.x</a></td>
-		<td>6.23.0</td>
+		<td>6.24.0</td>
 		<td>supported</td>
 	</tr>
 	<tr>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 359c64e..2b35646 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -122,10 +122,10 @@ command line to your clipboard.</p>
 	<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.3.0" selected="selected">7.3.0</option>
+	<option value="7.4.0" selected="selected">7.4.0</option>
 	<option value="1.4.23">1.4.23</option>
 	<option value="1.5.15">1.5.15</option>
-	<option value="6.23.0">6.23.0</option>
+	<option value="6.24.0">6.24.0</option>
     </select>
   </div>
   <div>
@@ -151,9 +151,9 @@ generated (e.g. for Eclipse users this would be your workspace folder).
 Paste the command line into your terminal window and press �enter� to
 execute the command.</p>
 <p>You can create your quickstart interactively too with the following Maven command:</p>
-<div class="language-shell highlighter-rouge"><pre class="highlight"><code>    mvn archetype:generate -DarchetypeCatalog<span class="o">=</span>http://wicket.apache.org
-</code></pre>
-</div>
+<p><code class="highlighter-rouge">shell
+    mvn archetype:generate -DarchetypeCatalog=http://wicket.apache.org
+</code></p>
 <h4 id="result-of-the-maven-command">Result of the Maven command</h4>
 <p>Executing the Maven command line will result the following directory
 structure:</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index cd7f44d..76d2fbc 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.23.0/CHANGELOG-6.x">change log</a>.</p>
+the <a href="http://archive.apache.org/dist/wicket/6.24.0/CHANGELOG-6.x">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>6.23.0</strong>.</p>
+<p>The most recent release in this branch is: <strong>6.24.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.23.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.24.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.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>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/apache-wicket-6.24.0.tar.gz">apache-wicket-6.24.0.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.sha">SHA</a>
 )</li>
-  <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>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/apache-wicket-6.24.0.zip">apache-wicket-6.24.0.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.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.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>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz">apache-wicket-6.24.0-bin.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.sha">SHA</a>
 )</li>
-  <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>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip">apache-wicket-6.24.0-bin.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.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/3f2b60d3/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index 6a78be0..da467f8 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.3.0/CHANGELOG-7.x">change log</a>.</p>
+<a href="http://archive.apache.org/dist/wicket/7.4.0/CHANGELOG-7.x">change log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>7.3.0</strong>. 
+<p>The most recent release in this branch is: <strong>7.4.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.3.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.4.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.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>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/apache-wicket-7.4.0.tar.gz">apache-wicket-7.4.0.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.sha">SHA</a>
 )</li>
-  <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>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/apache-wicket-7.4.0.zip">apache-wicket-7.4.0.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.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.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>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz">apache-wicket-7.4.0-bin.tar.gz</a>
+(<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.sha">SHA</a>
 )</li>
-  <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>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip">apache-wicket-7.4.0-bin.zip</a>
+(<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip.asc">PGP</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip.md5">MD5</a>,
+<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.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/3f2b60d3/content/start/wicket-8.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-8.x.html b/content/start/wicket-8.x.html
index afc962e..7c900e5 100644
--- a/content/start/wicket-8.x.html
+++ b/content/start/wicket-8.x.html
@@ -65,14 +65,14 @@ releases will not break compatibility.</p>
 <h3 id="change-log">Change log</h3>
 <p>The change log is not available at the current state of the development process.</p>
 <h2 id="download">Download</h2>
-<p>The most recent test version in this branch is: <strong>8.0.0-SNAPSHOT</strong>. 
+<p>The most recent test version in this branch is: <strong>8.0.0-M1</strong>. 
 You can test the current state of development using <a href="#maven">Maven</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>8.0.0-SNAPSHOT<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>8.0.0-M1<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>


[2/3] wicket-site git commit: Added 7.4.0 and 6.24.0 announcements

Posted by ts...@apache.org.
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/ajaxcounter.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/ajaxcounter.html b/content/learn/examples/ajaxcounter.html
index 8d5a002..b20898d 100644
--- a/content/learn/examples/ajaxcounter.html
+++ b/content/learn/examples/ajaxcounter.html
@@ -81,15 +81,15 @@ how it works on the Java side:</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.link.Link</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.model.Model</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">extends</span> <span class="n">QuickStartPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Index</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Index</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;</span> <span class="n">model</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;()</span> <span class="o">{</span>
             <span class="kd">private</span> <span class="kt">int</span> <span class="n">counter</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
-            <span class="kd">public</span> <span class="n">Integer</span> <span class="nf">getObject</span><span class="o">()</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="n">Integer</span> <span class="n">getObject</span><span class="o">()</span> <span class="o">{</span>
                 <span class="k">return</span> <span class="n">counter</span><span class="o">++;</span>
             <span class="o">}</span>
         <span class="o">};</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Link</span><span class="o">(</span><span class="s">"link"</span><span class="o">)</span> <span class="o">{</span>
-            <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">()</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">()</span> <span class="o">{</span>
                 <span class="c1">// do nothing.</span>
             <span class="o">}</span>
         <span class="o">});</span>
@@ -117,15 +117,15 @@ provides a fallback to a normal request in case no Ajax is available.</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.model.Model</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">extends</span> <span class="n">QuickStartPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Index</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Index</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;</span> <span class="n">model</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;()</span> <span class="o">{</span>
             <span class="kd">private</span> <span class="kt">int</span> <span class="n">counter</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
-            <span class="kd">public</span> <span class="n">Integer</span> <span class="nf">getObject</span><span class="o">()</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="n">Integer</span> <span class="n">getObject</span><span class="o">()</span> <span class="o">{</span>
                 <span class="k">return</span> <span class="n">counter</span><span class="o">++;</span>
             <span class="o">}</span>
         <span class="o">};</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxFallbackLink</span><span class="o">(</span><span class="s">"link"</span><span class="o">)</span> <span class="o">{</span>
-            <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
                 <span class="c1">// add the components that need to be updated to </span>
                 <span class="c1">// the target</span>
             <span class="o">}</span>
@@ -145,17 +145,17 @@ request target.</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.model.Model</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">extends</span> <span class="n">QuickStartPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Index</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Index</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;</span> <span class="n">model</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Model</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;()</span> <span class="o">{</span>
             <span class="kd">private</span> <span class="kt">int</span> <span class="n">counter</span> <span class="o">=</span> <span class="mi">0</span><span class="o">;</span>
-            <span class="kd">public</span> <span class="n">Integer</span> <span class="nf">getObject</span><span class="o">()</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="n">Integer</span> <span class="n">getObject</span><span class="o">()</span> <span class="o">{</span>
                 <span class="k">return</span> <span class="n">counter</span><span class="o">++;</span>
             <span class="o">}</span>
         <span class="o">};</span>
         <span class="kd">final</span> <span class="n">Label</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;</span> <span class="n">label</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Label</span><span class="o">&lt;</span><span class="n">Integer</span><span class="o">&gt;(</span><span class="s">"counter"</span><span class="o">,</span> <span class="n">model</span><span class="o">);</span>
         <span class="n">label</span><span class="o">.</span><span class="na">setOutputMarkupId</span><span class="o">(</span><span class="kc">true</span><span class="o">);</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxFallbackLink</span><span class="o">(</span><span class="s">"link"</span><span class="o">)</span> <span class="o">{</span>
-            <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">)</span> <span class="o">{</span>
                 <span class="k">if</span> <span class="o">(</span><span class="n">target</span> <span class="o">!=</span> <span class="kc">null</span><span class="o">)</span> <span class="o">{</span>
                     <span class="c1">// target is only available in an Ajax request</span>
                     <span class="n">target</span><span class="o">.</span><span class="na">addComponent</span><span class="o">(</span><span class="n">label</span><span class="o">);</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/dropdownchoice.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/dropdownchoice.html b/content/learn/examples/dropdownchoice.html
index df13971..eabf1c1 100644
--- a/content/learn/examples/dropdownchoice.html
+++ b/content/learn/examples/dropdownchoice.html
@@ -69,13 +69,13 @@ select the manager of an employee.</p>
     <span class="cm">/**
      * Used to display the person.
      */</span>
-    <span class="kd">public</span> <span class="n">String</span> <span class="nf">toString</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">toString</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">name</span><span class="o">;</span>
     <span class="o">}</span>
     <span class="cm">/**
      * Gets the list of possible managers from the database.
      */</span>
-    <span class="kd">public</span> <span class="kd">static</span> <span class="n">List</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;</span> <span class="nf">getManagers</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kd">static</span> <span class="n">List</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;</span> <span class="n">getManagers</span><span class="o">()</span> <span class="o">{</span>
         <span class="c1">// gets the managers from the database</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -115,7 +115,7 @@ The <code class="highlighter-rouge">&lt;option&gt;</code> tags are there for pre
 with the generated choices.</p>
 <p>Let\u2019s see how the page looks like from the Java side:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">AssignManagerPage</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">AssignManagerPage</span><span class="o">(</span><span class="n">Person</span> <span class="n">employee</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">AssignManagerPage</span><span class="o">(</span><span class="n">Person</span> <span class="n">employee</span><span class="o">)</span> <span class="o">{</span>
         <span class="n">Form</span> <span class="n">form</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Form</span><span class="o">(</span><span class="s">"form"</span><span class="o">);</span>
         <span class="n">add</span><span class="o">(</span><span class="n">form</span><span class="o">);</span>
         <span class="n">form</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"name"</span><span class="o">,</span> <span class="k">new</span> <span class="n">PropertyModel</span><span class="o">&lt;</span><span class="n">String</span><span class="o">&gt;(</span><span class="n">employee</span><span class="o">,</span> <span class="s">"name"</span><span class="o">)));</span>
@@ -124,7 +124,7 @@ with the generated choices.</p>
                     <span class="k">new</span> <span class="n">PropertyModel</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;(</span><span class="n">employee</span><span class="o">,</span> <span class="s">"managedBy"</span><span class="o">),</span>
                     <span class="k">new</span> <span class="n">LoadableDetachableModel</span><span class="o">&lt;</span><span class="n">List</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;&gt;()</span> <span class="o">{</span>
                         <span class="nd">@Override</span>
-                        <span class="kd">protected</span> <span class="n">Object</span> <span class="nf">load</span><span class="o">()</span> <span class="o">{</span> 
+                        <span class="kd">protected</span> <span class="n">Object</span> <span class="n">load</span><span class="o">()</span> <span class="o">{</span> 
                             <span class="k">return</span> <span class="n">Person</span><span class="o">.</span><span class="na">getManagers</span><span class="o">();</span>
                         <span class="o">}</span>
                     <span class="o">}</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/guestbook.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/guestbook.html b/content/learn/examples/guestbook.html
index b28250b..eb0ead4 100644
--- a/content/learn/examples/guestbook.html
+++ b/content/learn/examples/guestbook.html
@@ -66,25 +66,25 @@ of this example.</p>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Comment</span> <span class="kd">implements</span> <span class="n">IClusterable</span> <span class="o">{</span>
     <span class="kd">private</span> <span class="n">String</span> <span class="n">text</span><span class="o">;</span>
     <span class="kd">private</span> <span class="n">Date</span> <span class="n">date</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Date</span><span class="o">();</span>
-    <span class="kd">public</span> <span class="nf">Comment</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Comment</span><span class="o">()</span> <span class="o">{</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="nf">Comment</span><span class="o">(</span><span class="kd">final</span> <span class="n">Comment</span> <span class="n">comment</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Comment</span><span class="o">(</span><span class="kd">final</span> <span class="n">Comment</span> <span class="n">comment</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">this</span><span class="o">.</span><span class="na">text</span> <span class="o">=</span> <span class="n">comment</span><span class="o">.</span><span class="na">text</span><span class="o">;</span>
         <span class="k">this</span><span class="o">.</span><span class="na">date</span> <span class="o">=</span> <span class="n">comment</span><span class="o">.</span><span class="na">date</span><span class="o">;</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="n">String</span> <span class="nf">getText</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">getText</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">text</span><span class="o">;</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">setText</span><span class="o">(</span><span class="n">String</span> <span class="n">text</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">setText</span><span class="o">(</span><span class="n">String</span> <span class="n">text</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">this</span><span class="o">.</span><span class="na">text</span> <span class="o">=</span> <span class="n">text</span><span class="o">;</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="n">Date</span> <span class="nf">getDate</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Date</span> <span class="n">getDate</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">date</span><span class="o">;</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">setDate</span><span class="o">(</span><span class="n">Date</span> <span class="n">date</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">setDate</span><span class="o">(</span><span class="n">Date</span> <span class="n">date</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">this</span><span class="o">.</span><span class="na">date</span> <span class="o">=</span> <span class="n">date</span><span class="o">;</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="n">String</span> <span class="nf">toString</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">String</span> <span class="n">toString</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="s">"[Comment date = "</span> <span class="o">+</span> <span class="n">date</span> <span class="o">+</span> <span class="s">", text = "</span> <span class="o">+</span> <span class="n">text</span> <span class="o">+</span> <span class="s">"]"</span><span class="o">;</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -123,13 +123,13 @@ accomplished in just a few lines of code.</p>
     <span class="cm">/**
      * Constructor that is invoked when page is invoked without a session.
      */</span>
-    <span class="kd">public</span> <span class="nf">GuestBook</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">GuestBook</span><span class="o">()</span> <span class="o">{</span>
         <span class="c1">// Add comment form</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">CommentForm</span><span class="o">(</span><span class="s">"commentForm"</span><span class="o">));</span>
         <span class="c1">// Add commentListView of existing comments</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">PropertyListView</span><span class="o">&lt;</span><span class="n">Comment</span><span class="o">&gt;(</span><span class="s">"comments"</span><span class="o">,</span> <span class="n">commentList</span><span class="o">)</span> <span class="o">{</span>
             <span class="nd">@Override</span>
-            <span class="kd">public</span> <span class="kt">void</span> <span class="nf">populateItem</span><span class="o">(</span><span class="kd">final</span> <span class="n">ListItem</span><span class="o">&lt;</span><span class="n">Comment</span><span class="o">&gt;</span> <span class="n">listItem</span><span class="o">)</span> <span class="o">{</span>
+            <span class="kd">public</span> <span class="kt">void</span> <span class="n">populateItem</span><span class="o">(</span><span class="kd">final</span> <span class="n">ListItem</span><span class="o">&lt;</span><span class="n">Comment</span><span class="o">&gt;</span> <span class="n">listItem</span><span class="o">)</span> <span class="o">{</span>
                 <span class="n">listItem</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"date"</span><span class="o">));</span>
                 <span class="n">listItem</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">MultiLineLabel</span><span class="o">(</span><span class="s">"text"</span><span class="o">));</span>
             <span class="o">}</span>
@@ -139,7 +139,7 @@ accomplished in just a few lines of code.</p>
      * A form that allows a user to add a comment.
      */</span>
     <span class="kd">public</span> <span class="kd">final</span> <span class="kd">class</span> <span class="nc">CommentForm</span> <span class="kd">extends</span> <span class="n">Form</span><span class="o">&lt;</span><span class="n">ValueMap</span><span class="o">&gt;</span> <span class="o">{</span>
-        <span class="kd">public</span> <span class="nf">CommentForm</span><span class="o">(</span><span class="kd">final</span> <span class="n">String</span> <span class="n">id</span><span class="o">)</span> <span class="o">{</span>
+        <span class="kd">public</span> <span class="n">CommentForm</span><span class="o">(</span><span class="kd">final</span> <span class="n">String</span> <span class="n">id</span><span class="o">)</span> <span class="o">{</span>
             <span class="c1">// Construct form with no validation listener</span>
             <span class="kd">super</span><span class="o">(</span><span class="n">id</span><span class="o">,</span> <span class="k">new</span> <span class="n">CompoundPropertyModel</span><span class="o">&lt;</span><span class="n">ValueMap</span><span class="o">&gt;(</span><span class="k">new</span> <span class="n">ValueMap</span><span class="o">()));</span>
             <span class="c1">// this is just to make the unit test happy</span>
@@ -153,7 +153,7 @@ accomplished in just a few lines of code.</p>
          * Show the resulting valid edit
          */</span>
         <span class="nd">@Override</span>
-        <span class="kd">public</span> <span class="kd">final</span> <span class="kt">void</span> <span class="nf">onSubmit</span><span class="o">()</span> <span class="o">{</span>
+        <span class="kd">public</span> <span class="kd">final</span> <span class="kt">void</span> <span class="n">onSubmit</span><span class="o">()</span> <span class="o">{</span>
             <span class="n">ValueMap</span> <span class="n">values</span> <span class="o">=</span> <span class="n">getModelObject</span><span class="o">();</span>
             <span class="c1">// check if the honey pot is filled</span>
             <span class="k">if</span> <span class="o">(</span><span class="n">StringUtils</span><span class="o">.</span><span class="na">isNotBlank</span><span class="o">((</span><span class="n">String</span><span class="o">)</span><span class="n">values</span><span class="o">.</span><span class="na">get</span><span class="o">(</span><span class="s">"comment"</span><span class="o">)))</span> <span class="o">{</span>
@@ -173,7 +173,7 @@ accomplished in just a few lines of code.</p>
     <span class="cm">/**
      * Clears the comments.
      */</span>
-    <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">clear</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="n">clear</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">commentList</span><span class="o">.</span><span class="na">clear</span><span class="o">();</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -236,10 +236,10 @@ final treat the modifications to the <code class="highlighter-rouge">web.xml</co
 <span class="kn">import</span> <span class="nn">org.apache.wicket.Page</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.examples.WicketExampleApplication</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">GuestBookApplication</span> <span class="kd">extends</span> <span class="n">WicketExampleApplication</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">GuestBookApplication</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">GuestBookApplication</span><span class="o">()</span> <span class="o">{</span>
     <span class="o">}</span>
     <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="n">Class</span><span class="o">&lt;</span> <span class="o">?</span> <span class="kd">extends</span> <span class="n">Page</span><span class="o">&gt;</span> <span class="nf">getHomePage</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Class</span><span class="o">&lt;</span> <span class="o">?</span> <span class="kd">extends</span> <span class="n">Page</span><span class="o">&gt;</span> <span class="n">getHomePage</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">GuestBook</span><span class="o">.</span><span class="na">class</span><span class="o">;</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/helloworld.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/helloworld.html b/content/learn/examples/helloworld.html
index 8676bab..3a25549 100644
--- a/content/learn/examples/helloworld.html
+++ b/content/learn/examples/helloworld.html
@@ -68,13 +68,13 @@ without having to go through the whole build-deploy cycle.</p>
 defines what the home page is, and allows for some configuration.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">import</span> <span class="nn">org.apache.wicket.protocol.http.WebApplication</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">HelloWorldApplication</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">HelloWorldApplication</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">HelloWorldApplication</span><span class="o">()</span> <span class="o">{</span>
     <span class="o">}</span>
     <span class="cm">/**
      * @see org.apache.wicket.Application#getHomePage()
      */</span>
     <span class="nd">@Override</span>
-    <span class="kd">public</span> <span class="n">Class</span> <span class="nf">getHomePage</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Class</span> <span class="n">getHomePage</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">HelloWorld</span><span class="o">.</span><span class="na">class</span><span class="o">;</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -85,7 +85,7 @@ rendered by the HelloWorld page is returned.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">import</span> <span class="nn">org.apache.wicket.markup.html.WebPage</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">HelloWorld</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">HelloWorld</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">HelloWorld</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"message"</span><span class="o">,</span> <span class="s">"Hello World!"</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/markupinheritance.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/markupinheritance.html b/content/learn/examples/markupinheritance.html
index 04ce4fc..874b249 100644
--- a/content/learn/examples/markupinheritance.html
+++ b/content/learn/examples/markupinheritance.html
@@ -125,7 +125,7 @@ look at the example at hand. Let\u2019s first create the base page.</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.link.BookmarkablePageLink</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">abstract</span> <span class="kd">class</span> <span class="nc">BasePage</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
-	<span class="kd">public</span> <span class="nf">BasePage</span><span class="o">()</span> <span class="o">{</span>
+	<span class="kd">public</span> <span class="n">BasePage</span><span class="o">()</span> <span class="o">{</span>
 		<span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">BookmarkablePageLink</span><span class="o">(</span><span class="s">"page1"</span><span class="o">,</span> <span class="n">Page1</span><span class="o">.</span><span class="na">class</span><span class="o">));</span>
 		<span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">BookmarkablePageLink</span><span class="o">(</span><span class="s">"page2"</span><span class="o">,</span> <span class="n">Page2</span><span class="o">.</span><span class="na">class</span><span class="o">));</span>
 		<span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"footer"</span><span class="o">,</span> <span class="s">"This is in the footer"</span><span class="o">));</span>
@@ -166,7 +166,7 @@ markup file and Java class. Let\u2019s first implement <code class="highlighter-rou
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">quickstart</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page1</span> <span class="kd">extends</span> <span class="n">BasePage</span> <span class="o">{</span>
-	<span class="kd">public</span> <span class="nf">Page1</span><span class="o">()</span> <span class="o">{</span>
+	<span class="kd">public</span> <span class="n">Page1</span><span class="o">()</span> <span class="o">{</span>
 		<span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"label1"</span><span class="o">,</span> <span class="s">"This is in the subclass Page1"</span><span class="o">));</span>
 	<span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -190,7 +190,7 @@ Wicket will not be able to render the component in the final page.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">quickstart</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.basic.Label</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page2</span> <span class="kd">extends</span> <span class="n">BasePage</span> <span class="o">{</span>
-	<span class="kd">public</span> <span class="nf">Page2</span><span class="o">()</span> <span class="o">{</span>
+	<span class="kd">public</span> <span class="n">Page2</span><span class="o">()</span> <span class="o">{</span>
 		<span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"label2"</span><span class="o">,</span> <span class="s">"This is in the subclass Page2"</span><span class="o">));</span>
 	<span class="o">}</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/navomatic.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/navomatic.html b/content/learn/examples/navomatic.html
index 2eab22e..f8ef5c8 100644
--- a/content/learn/examples/navomatic.html
+++ b/content/learn/examples/navomatic.html
@@ -114,9 +114,9 @@ this case, we set Page1 to be our home page.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">org</span><span class="o">.</span><span class="na">apache</span><span class="o">.</span><span class="na">wicket</span><span class="o">.</span><span class="na">examples</span><span class="o">.</span><span class="na">navomatic</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.protocol.http.WebApplication</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">NavomaticApplication</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">NavomaticApplication</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">NavomaticApplication</span><span class="o">()</span> <span class="o">{</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="n">Class</span> <span class="nf">getHomePage</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Class</span> <span class="n">getHomePage</span><span class="o">()</span> <span class="o">{</span>
         <span class="k">return</span> <span class="n">Page1</span><span class="o">.</span><span class="na">class</span><span class="o">;</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -125,7 +125,7 @@ this case, we set Page1 to be our home page.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kn">package</span> <span class="n">wicket</span><span class="o">.</span><span class="na">examples</span><span class="o">.</span><span class="na">navomatic</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.markup.html.WebPage</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page1</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Page1</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Page1</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">NavomaticBorder</span><span class="o">(</span><span class="s">"navomaticBorder"</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -146,7 +146,7 @@ two names match, Wicket associates the NavomaticBorder Java component with the
 <p>The Page2 Java and HTML files look almost identical (and we\u2019ll omit the
 sources for Page3 altogether because it follows the same pattern):</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Page2</span> <span class="kd">extends</span> <span class="n">WebPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Page2</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Page2</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">NavomaticBorder</span><span class="o">(</span><span class="s">"navomaticBorder"</span><span class="o">));</span>
     <span class="o">}</span>
 <span class="o">}</span></code></pre></figure>
@@ -167,7 +167,7 @@ is in the NavomaticBorder markup.</p>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.markup.html.border.Border</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">org.apache.wicket.markup.html.border.BoxBorder</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">NavomaticBorder</span> <span class="kd">extends</span> <span class="n">Border</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">NavomaticBorder</span><span class="o">(</span><span class="kd">final</span> <span class="n">String</span> <span class="n">componentName</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">NavomaticBorder</span><span class="o">(</span><span class="kd">final</span> <span class="n">String</span> <span class="n">componentName</span><span class="o">)</span> <span class="o">{</span>
         <span class="kd">super</span><span class="o">(</span><span class="n">componentName</span><span class="o">);</span>
         <span class="n">addToBorder</span><span class="o">(</span><span class="k">new</span> <span class="n">BoxBorder</span><span class="o">(</span><span class="s">"navigationBorder"</span><span class="o">));</span>
         <span class="n">addToBorder</span><span class="o">(</span><span class="k">new</span> <span class="n">BoxBorder</span><span class="o">(</span><span class="s">"bodyBorder"</span><span class="o">));</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/examples/usingfragments.html
----------------------------------------------------------------------
diff --git a/content/learn/examples/usingfragments.html b/content/learn/examples/usingfragments.html
index 660a46e..f1835bc 100644
--- a/content/learn/examples/usingfragments.html
+++ b/content/learn/examples/usingfragments.html
@@ -86,9 +86,9 @@ and web markup container.</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.list.Loop</span><span class="o">;</span>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.panel.Fragment</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">extends</span> <span class="n">QuickStartPage</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="nf">Index</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Index</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">Loop</span> <span class="n">loop</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Loop</span><span class="o">(</span><span class="s">"list"</span><span class="o">,</span> <span class="mi">5</span><span class="o">)</span> <span class="o">{</span>
-            <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">populateItem</span><span class="o">(</span><span class="n">LoopItem</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
+            <span class="kd">protected</span> <span class="kt">void</span> <span class="n">populateItem</span><span class="o">(</span><span class="n">LoopItem</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
                 <span class="n">String</span> <span class="n">fragmentId</span> <span class="o">=</span> <span class="s">"fragment"</span> <span class="o">+</span> <span class="o">(</span><span class="n">item</span><span class="o">.</span><span class="na">getIteration</span><span class="o">()</span> <span class="o">%</span> <span class="mi">2</span> <span class="o">+</span> <span class="mi">1</span><span class="o">);</span>
                 <span class="n">item</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Fragment</span><span class="o">(</span><span class="s">"panel"</span><span class="o">,</span> <span class="n">fragmentId</span><span class="o">,</span> <span class="n">Index</span><span class="o">.</span><span class="na">this</span><span class="o">));</span>
             <span class="o">}</span>
@@ -123,14 +123,14 @@ subclass for fragment one to encapsulate the component.</p>
 <span class="kn">import</span> <span class="nn">wicket.markup.html.panel.Fragment</span><span class="o">;</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Index</span> <span class="kd">extends</span> <span class="n">QuickStartPage</span> <span class="o">{</span>
     <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Fragment1</span> <span class="kd">extends</span> <span class="n">Fragment</span> <span class="o">{</span>
-        <span class="kd">public</span> <span class="nf">Fragment1</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">String</span> <span class="n">markupId</span><span class="o">)</span> <span class="o">{</span>
+        <span class="kd">public</span> <span class="n">Fragment1</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">String</span> <span class="n">markupId</span><span class="o">)</span> <span class="o">{</span>
             <span class="kd">super</span><span class="o">(</span><span class="n">id</span><span class="o">,</span> <span class="n">markupId</span><span class="o">,</span> <span class="n">Index</span><span class="o">.</span><span class="na">this</span><span class="o">);</span>
             <span class="n">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Label</span><span class="o">(</span><span class="s">"label"</span><span class="o">,</span> <span class="s">"Hello, World!"</span><span class="o">));</span>
         <span class="o">}</span>
     <span class="o">}</span>
-    <span class="kd">public</span> <span class="nf">Index</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="n">Index</span><span class="o">()</span> <span class="o">{</span>
         <span class="n">Loop</span> <span class="n">loop</span> <span class="o">=</span> <span class="k">new</span> <span class="n">Loop</span><span class="o">(</span><span class="s">"list"</span><span class="o">,</span> <span class="mi">5</span><span class="o">)</span> <span class="o">{</span>
-            <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">populateItem</span><span class="o">(</span><span class="n">LoopItem</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
+            <span class="kd">protected</span> <span class="kt">void</span> <span class="n">populateItem</span><span class="o">(</span><span class="n">LoopItem</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
                 <span class="kt">int</span> <span class="n">index</span> <span class="o">=</span> <span class="o">(</span><span class="n">item</span><span class="o">.</span><span class="na">getIteration</span><span class="o">()</span> <span class="o">%</span> <span class="mi">2</span> <span class="o">+</span> <span class="mi">1</span><span class="o">);</span>
                 <span class="n">String</span> <span class="n">fragmentId</span> <span class="o">=</span> <span class="s">"fragment"</span> <span class="o">+</span> <span class="n">index</span><span class="o">;</span>
                 <span class="k">if</span> <span class="o">(</span><span class="n">index</span> <span class="o">==</span> <span class="mi">1</span><span class="o">)</span> <span class="o">{</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/learn/index.html
----------------------------------------------------------------------
diff --git a/content/learn/index.html b/content/learn/index.html
index 9c86745..8f86969 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/05/05/wicket-7.3.0-released.html">Apache Wicket 7.3.0 released</a> <small>05 May 2016</small></p>
+    <p><a href="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0 released</a> <small>21 Jul 2016</small></p>
   </li>
   <li>
-    <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>
+    <p><a href="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0 released</a> <small>21 Jul 2016</small></p>
   </li>
   <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>
 </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/3f2b60d3/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html b/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
index eb4880b..e99a3c5 100644
--- a/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
+++ b/content/news/2009/07/30/wicket-1.4-takes-typesafety-to-the-next-level.html
@@ -99,7 +99,7 @@ nationalities, credit card processors, etc.</p>
 <p>The signature of a constructor for the <code class="highlighter-rouge">DropDownChoice</code> component in Wicket
 1.3 was:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">DropDownChoice</span> <span class="kd">extends</span> <span class="o">...</span>
-    <span class="kd">public</span> <span class="nf">DropDownChoice</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">IModel</span> <span class="n">model</span><span class="o">,</span> <span class="n">IModel</span> <span class="n">choices</span><span class="o">)</span>
+    <span class="kd">public</span> <span class="n">DropDownChoice</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">IModel</span> <span class="n">model</span><span class="o">,</span> <span class="n">IModel</span> <span class="n">choices</span><span class="o">)</span>
 <span class="o">}</span></code></pre></figure>
 <p>As you can see, this constructor doesn\u2019t give much insight into what goes
 where (other than the names of the parameters). The first parameter is the
@@ -110,7 +110,7 @@ to assign the right IModel values to the right parameters. Now take a look at
 the same constructor, but now in Wicket 1.4. The signature for our generified
 constructor looks like the following example.</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="n">DropDownChoice</span> <span class="kd">extends</span> <span class="o">...</span>
-    <span class="kd">public</span> <span class="nf">DropDownChoice</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">IModel</span><span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="n">model</span><span class="o">,</span> <span class="n">IModel</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">List</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">T</span><span class="o">&gt;&gt;</span> <span class="n">choices</span><span class="o">)</span>
+    <span class="kd">public</span> <span class="n">DropDownChoice</span><span class="o">(</span><span class="n">String</span> <span class="n">id</span><span class="o">,</span> <span class="n">IModel</span><span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="n">model</span><span class="o">,</span> <span class="n">IModel</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">List</span><span class="o">&lt;?</span> <span class="kd">extends</span> <span class="n">T</span><span class="o">&gt;&gt;</span> <span class="n">choices</span><span class="o">)</span>
 <span class="o">}</span></code></pre></figure>
 <p>Here we communicate that the first <code class="highlighter-rouge">IModel</code> parameter is a <code class="highlighter-rouge">T</code>, which is the
 single value that will be provided when the <code class="highlighter-rouge">DropDownChoice</code> selects one
@@ -129,9 +129,9 @@ use a model or use two different model types: which one should be in the
 lead? We chose to generify only the components that clearly benefited from
 the extra type information, leading to clean code like this:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">ListView</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;</span> <span class="n">peopleListView</span> <span class="o">=</span> <span class="k">new</span> <span class="n">ListView</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;(</span><span class="s">"people"</span><span class="o">,</span> <span class="n">people</span><span class="o">)</span> <span class="o">{</span>
-        <span class="kd">protected</span> <span class="kt">void</span> <span class="nf">populateItem</span><span class="o">(</span><span class="n">ListItem</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
+        <span class="kd">protected</span> <span class="kt">void</span> <span class="n">populateItem</span><span class="o">(</span><span class="n">ListItem</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;</span> <span class="n">item</span><span class="o">)</span> <span class="o">{</span>
             <span class="n">item</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">Link</span><span class="o">&lt;</span><span class="n">Person</span><span class="o">&gt;(</span><span class="s">"editPerson"</span><span class="o">,</span> <span class="n">item</span><span class="o">.</span><span class="na">getModel</span><span class="o">()){</span>
-                <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onClick</span><span class="o">()</span> <span class="o">{</span>
+                <span class="kd">public</span> <span class="kt">void</span> <span class="n">onClick</span><span class="o">()</span> <span class="o">{</span>
                     <span class="n">Person</span> <span class="n">p</span> <span class="o">=</span> <span class="n">getModelObject</span><span class="o">();</span>
                     <span class="n">setResponsePage</span><span class="o">(</span><span class="k">new</span> <span class="n">EditPersonPage</span><span class="o">(</span><span class="n">p</span><span class="o">));</span>
                 <span class="o">}</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2009/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index 32aa6e2..e0e2e83 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2009/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 180b3a2..79f7a70 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2009/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index 1ee04e7..f32925d 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2009/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index fdd270f..1073d76 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2009/index.html
----------------------------------------------------------------------
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index 22bb6b4..068676e 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index ce0f7f6..daea366 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index b7281c5..94b25c2 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index 04a0481..684441a 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/08/11/wicket-1.4.10-released.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/11/wicket-1.4.10-released.html b/content/news/2010/08/11/wicket-1.4.10-released.html
index 27bbd3b..9f11979 100644
--- a/content/news/2010/08/11/wicket-1.4.10-released.html
+++ b/content/news/2010/08/11/wicket-1.4.10-released.html
@@ -81,7 +81,7 @@ thirty bug fixes and improvements.</p>
 	 * &lt;/p&gt;
 	 * 
 	 */</span>
-	<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">onInitialize</span><span class="o">()</span> <span class="o">{}</span>
+	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onInitialize</span><span class="o">()</span> <span class="o">{}</span>
 <span class="o">}</span></code></pre></figure>
 <p>Component configuration allows developers to easier configure component states such as visibility, enabled, etc. From the javadoc:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">Component</span> <span class="o">{</span>
@@ -143,7 +143,7 @@ thirty bug fixes and improvements.</p>
 	 * }
 	 * &lt;/pre&gt;
 	 */</span>
-	<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">onConfigure</span><span class="o">()</span> <span class="o">{}</span>
+	<span class="kd">protected</span> <span class="kt">void</span> <span class="n">onConfigure</span><span class="o">()</span> <span class="o">{}</span>
 <span class="o">}</span></code></pre></figure>
 <ul>
   <li><a href="http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.10/">Subversion tag</a></li>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index 70a3ee3..d567759 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 563a3f8..0e1ca15 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index 6e7633b..973024c 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index b66825b..57ded85 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2010/index.html
----------------------------------------------------------------------
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index a3d3a5f..29d12bd 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index 44b7434..07efe5c 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index f4eeb46..126f99e 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index 398c70c..8066d7d 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index 564c0de..25acc63 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index 959409a..cfbdd28 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index c19c285..abd7869 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/08/23/cve-2011-2712.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/23/cve-2011-2712.html b/content/news/2011/08/23/cve-2011-2712.html
index d6c99e4..1647819 100644
--- a/content/news/2011/08/23/cve-2011-2712.html
+++ b/content/news/2011/08/23/cve-2011-2712.html
@@ -61,7 +61,7 @@ With multi window support application configuration and special query parameters
 <p>Mitigation:
 Either disable multi window support with</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span> 
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
         <span class="kd">super</span><span class="o">.</span><span class="na">init</span><span class="o">();</span>
         <span class="n">getPageSettings</span><span class="o">.</span><span class="na">setAutomaticMultiWindowSupport</span><span class="o">(</span><span class="kc">false</span><span class="o">);</span>
     <span class="o">}</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index 8570cd9..e3d96f5 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/09/07/wicket-1.5-released.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/07/wicket-1.5-released.html b/content/news/2011/09/07/wicket-1.5-released.html
index 2e8ba44..0495373 100644
--- a/content/news/2011/09/07/wicket-1.5-released.html
+++ b/content/news/2011/09/07/wicket-1.5-released.html
@@ -87,7 +87,7 @@
  * Objects that can send events
  */</span>
 <span class="kd">public</span> <span class="kd">interface</span> <span class="nc">IEventSource</span> <span class="o">{</span>
-    <span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="kt">void</span> <span class="nf">send</span><span class="o">(</span><span class="n">IEventSink</span> <span class="n">sink</span><span class="o">,</span> <span class="n">Broadcast</span> <span class="n">broadcast</span><span class="o">,</span> <span class="n">T</span> <span class="n">payload</span><span class="o">);</span>
+    <span class="o">&lt;</span><span class="n">T</span><span class="o">&gt;</span> <span class="kt">void</span> <span class="n">send</span><span class="o">(</span><span class="n">IEventSink</span> <span class="n">sink</span><span class="o">,</span> <span class="n">Broadcast</span> <span class="n">broadcast</span><span class="o">,</span> <span class="n">T</span> <span class="n">payload</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>
 <p>and</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="cm">/**
@@ -98,7 +98,7 @@
     <span class="cm">/**
      * Called when an event is sent to this sink
      */</span>
-    <span class="kt">void</span> <span class="nf">onEvent</span><span class="o">(</span><span class="n">IEvent</span><span class="o">&lt;?&gt;</span> <span class="n">event</span><span class="o">);</span>
+    <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span><span class="o">&lt;?&gt;</span> <span class="n">event</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>
 <p>The classes that implement these interfaces, and can thus participate in the event mechanism are: <code class="highlighter-rouge">Component</code>, <code class="highlighter-rouge">RequestCycle</code>, <code class="highlighter-rouge">Session</code>, and <code class="highlighter-rouge">Application</code>.</p>
 <p>The mechanism allows for different event broadcast methods defined here:</p>
@@ -115,14 +115,14 @@
 <p>Applications can register custom event dispatchers in <code class="highlighter-rouge">FrameworkSettings</code>; the dispatchers can be used to build custom event delivery mechanisms. For example a custom <code class="highlighter-rouge">IEventDispatcher</code> mechanism can route events to annotated methods, for example:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
     <span class="nd">@OnEvent</span>
-    <span class="kd">private</span> <span class="kt">void</span> <span class="nf">onUserAdded</span><span class="o">(</span><span class="n">UserAddedEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{...}</span>
+    <span class="kd">private</span> <span class="kt">void</span> <span class="n">onUserAdded</span><span class="o">(</span><span class="n">UserAddedEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{...}</span>
 <span class="o">}</span></code></pre></figure>
 <p>where <code class="highlighter-rouge">UserAddedEvent</code> is the event payload object.</p>
 <p>The default <code class="highlighter-rouge">Component#onEvent</code> method will be called even if custom dispatchers are registered.</p>
 <p>A default event is raised whenever Wicket begins to create an AJAX response. The payload of the event is the <code class="highlighter-rouge">AjaxRequestTarget</code> used for event. Sample implementation:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="c1">// component that always adds itself to the ajax response</span>
 <span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyComponent</span> <span class="kd">extends</span> <span class="n">Component</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">onEvent</span><span class="o">(</span><span class="n">IEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">onEvent</span><span class="o">(</span><span class="n">IEvent</span> <span class="n">event</span><span class="o">)</span> <span class="o">{</span>
         <span class="k">if</span> <span class="o">(</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()</span> <span class="k">instanceof</span> <span class="n">AjaxRequestTarget</span><span class="o">)</span> <span class="o">{</span>
             <span class="o">((</span><span class="n">AjaxRequestTarget</span><span class="o">)</span><span class="n">event</span><span class="o">.</span><span class="na">getPayload</span><span class="o">()).</span><span class="na">add</span><span class="o">(</span><span class="k">this</span><span class="o">);</span>
          <span class="o">}</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index 2ca901b..afba1e8 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 14f541f..59a29d3 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index 270d6f5..58f998e 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2011/index.html
----------------------------------------------------------------------
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index 35aa53b..c8a4073 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index a4a9c79..2bc7a37 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/03/22/wicket-cve-2012-1089.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/22/wicket-cve-2012-1089.html b/content/news/2012/03/22/wicket-cve-2012-1089.html
index 5a8ed71..d9394e2 100644
--- a/content/news/2012/03/22/wicket-cve-2012-1089.html
+++ b/content/news/2012/03/22/wicket-cve-2012-1089.html
@@ -69,7 +69,7 @@ org.apache.wicket.markup.html.SecurePackageResourceGuard with a preconfigured
 list of allowed file extensions.
 Either setup SecurePackageResourceGuard with code like:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">public</span> <span class="kd">class</span> <span class="nc">MyApp</span> <span class="kd">extends</span> <span class="n">WebApplication</span> <span class="o">{</span>
-    <span class="kd">public</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span>
+    <span class="kd">public</span> <span class="kt">void</span> <span class="n">init</span><span class="o">()</span> <span class="o">{</span>
         <span class="kd">super</span><span class="o">.</span><span class="na">init</span><span class="o">();</span>
         <span class="n">SecurePackageResourceGuard</span> <span class="n">guard</span> <span class="o">=</span> <span class="k">new</span> <span class="n">SecurePackageResourceGuard</span><span class="o">();</span>
         <span class="n">guard</span><span class="o">.</span><span class="na">addPattern</span><span class="o">(...);</span>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index cd20ee0..e5851bd 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/29/wicket-6.0.0-beta2-released.html b/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
index 15e50d4..2691591 100644
--- a/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
+++ b/content/news/2012/05/29/wicket-6.0.0-beta2-released.html
@@ -56,12 +56,12 @@ This release brings over many improvements over the 1.5.x series.</p>
 <h4 id="wicket-atmosphere">Wicket Atmosphere</h4>
 <p>The Beta 2 contains a new experimental module Wicket Atmosphere, which brings serverside push to Wicket and provides a great way to render serverside markup and send it to the browsers of your users. Check out the atmosphere example in our Examples project to see it in action.</p>
 <p>In your application\u2019s init method you need to register the push event bus:</p>
-<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="n">EventBus</span><span class="o">(</span><span class="k">this</span><span class="o">);</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="k">new</span> <span class="nf">EventBus</span><span class="p">(</span><span class="k">this</span><span class="o">);</span></code></pre></figure>
 <p>Somewhere where you want to push your changes to the client, you need to publish your event to the push <code class="highlighter-rouge">EventBus</code>:</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">EventBus</span><span class="o">.</span><span class="na">get</span><span class="o">().</span><span class="na">post</span><span class="o">(</span><span class="n">input</span><span class="o">.</span><span class="na">getModelObject</span><span class="o">());</span></code></pre></figure>
 <p>And finally you need to subscribe your page (or component) to the <code class="highlighter-rouge">EventBus</code>\u2019s events with <code class="highlighter-rouge">@Subscribe</code>, taking in the typed parameter you post to the EventBus (in this case a <code class="highlighter-rouge">String</code>):</p>
 <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Subscribe</span>
-<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="o">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span>
+<span class="kd">public</span> <span class="kt">void</span> <span class="nf">receiveMessage</span><span class="p">(</span><span class="n">AjaxRequestTarget</span> <span class="n">target</span><span class="o">,</span> <span class="n">String</span> <span class="n">message</span><span class="o">)</span> <span class="o">{</span>
 	<span class="n">label</span><span class="o">.</span><span class="na">setDefaultModelObject</span><span class="o">(</span><span class="n">message</span><span class="o">);</span>
 	<span class="n">target</span><span class="o">.</span><span class="na">add</span><span class="o">(</span><span class="n">label</span><span class="o">);</span>
 <span class="o">}</span></code></pre></figure>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index f7ee80f..fc90256 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index eabdc3b..d96bd3a 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index 5a06a4d..12941c0 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 6064da9..e3b2697 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/07">July</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>


[3/3] wicket-site git commit: Added 7.4.0 and 6.24.0 announcements

Posted by ts...@apache.org.
Added 7.4.0 and 6.24.0 announcements

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

Branch: refs/heads/asf-site
Commit: 3f2b60d3678ab81397e62cc105b2453199a6dd7c
Parents: f3b1956
Author: Tobias Soloschenko <ts...@apache.org>
Authored: Sat Jul 23 00:17:50 2016 +0200
Committer: Tobias Soloschenko <ts...@apache.org>
Committed: Sat Jul 23 00:17:50 2016 +0200

----------------------------------------------------------------------
 _config.yml                                     |  10 +-
 .../2016/2016-07-21-wicket-6.24.0-released.md   | 105 +++++
 _posts/2016/2016-07-21-wicket-7.4.0-released.md | 127 ++++++
 content/archetype-catalog.xml                   |   8 +-
 content/atom.xml                                | 427 ++++++++++++-------
 content/contribute/build.html                   |  22 +-
 content/contribute/ides.html                    |   6 +-
 content/contribute/patch.html                   |   2 +-
 content/contribute/release.html                 |  52 +--
 content/contribute/write.html                   |   4 +-
 content/doap.rdf                                |   2 +-
 content/help/index.html                         |  12 +-
 content/index.html                              | 219 ++++++++--
 content/learn/examples/ajaxcounter.html         |  18 +-
 content/learn/examples/dropdownchoice.html      |   8 +-
 content/learn/examples/guestbook.html           |  28 +-
 content/learn/examples/helloworld.html          |   6 +-
 content/learn/examples/markupinheritance.html   |   6 +-
 content/learn/examples/navomatic.html           |  10 +-
 content/learn/examples/usingfragments.html      |  10 +-
 content/learn/index.html                        |   6 +-
 ...-1.4-takes-typesafety-to-the-next-level.html |   8 +-
 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 +
 .../news/2010/08/11/wicket-1.4.10-released.html |   4 +-
 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/23/cve-2011-2712.html      |   2 +-
 content/news/2011/08/index.html                 |   1 +
 .../news/2011/09/07/wicket-1.5-released.html    |   8 +-
 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 +
 .../news/2012/03/22/wicket-cve-2012-1089.html   |   2 +-
 content/news/2012/03/index.html                 |   1 +
 .../2012/05/29/wicket-6.0.0-beta2-released.html |   4 +-
 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 +
 .../news/2013/01/23/wicket-6.5.0-released.html  |   2 +-
 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 +
 .../news/2013/06/27/wicket-6.9.0-released.html  |   2 +-
 content/news/2013/06/index.html                 |   1 +
 .../news/2013/07/10/wicket-6.9.1-released.html  |   2 +-
 content/news/2013/07/index.html                 |   1 +
 .../news/2013/08/18/wicket-6.10.0-released.html |   2 +-
 content/news/2013/08/index.html                 |   1 +
 .../news/2013/09/20/wicket-6.11.0-released.html |   2 +-
 content/news/2013/09/index.html                 |   1 +
 .../news/2013/11/01/wicket-6.12.0-released.html |   2 +-
 content/news/2013/11/index.html                 |   1 +
 content/news/2013/index.html                    |   1 +
 .../news/2014/01/05/wicket-6.13.0-released.html |   2 +-
 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                 |   1 +
 content/news/2016/05/index.html                 |   1 +
 .../news/2016/07/21/wicket-6.24.0-released.html | 148 +++++++
 .../news/2016/07/21/wicket-7.4.0-released.html  | 172 ++++++++
 content/news/2016/07/index.html                 | 170 ++++++++
 content/news/2016/index.html                    |  19 +
 content/news/index.html                         |  13 +
 content/start/download.html                     |   6 +-
 content/start/quickstart.html                   |  10 +-
 content/start/wicket-6.x.html                   |  38 +-
 content/start/wicket-7.x.html                   |  38 +-
 content/start/wicket-8.x.html                   |   4 +-
 108 files changed, 1446 insertions(+), 366 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index a1a9337..6cfa554 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,15 +15,15 @@ excerpt_separator: <!--more-->
 sass:
     sass_dir: _sass
 wicket:
-  version:    7.3.0
-  version_80: 8.0.0-SNAPSHOT
-  version_70: 7.3.0
-  version_60: 6.23.0
+  version:    7.4.0
+  version_80: 8.0.0-M1
+  version_70: 7.4.0
+  version_60: 6.24.0
   version_15: 1.5.14
   version_14: 1.4.23
   version_13: 1.3.7
   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]
+  versions:   [6.24.0, 1.5.15, 1.4.23, 7.4.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/3f2b60d3/_posts/2016/2016-07-21-wicket-6.24.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016/2016-07-21-wicket-6.24.0-released.md b/_posts/2016/2016-07-21-wicket-6.24.0-released.md
new file mode 100644
index 0000000..c7bda6d
--- /dev/null
+++ b/_posts/2016/2016-07-21-wicket-6.24.0-released.md
@@ -0,0 +1,105 @@
+---
+layout: post
+title: Apache Wicket 6.24.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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
+------------------
+
+ - upgrades JQuery dependency to 1.12.4 and 2.2.4
+
+ - increases performance when using KeyInSessionSunJceCryptFactory
+
+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.24.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.24.0](http://www.apache.org/dyn/closer.cgi/wicket/6.24.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.24.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/wicket6migration](http://s.apache.org/wicket6migration)
+
+Have fun!
+
+\u2014 The Wicket team
+
+
+========================================================================
+
+The signatures for the source release artefacts:
+
+
+Signature for apache-wicket-6.24.0.zip:
+
+    -----BEGIN PGP SIGNATURE-----
+	Comment: GPGTools - https://gpgtools.org
+	
+	iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
+	JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
+	=OALQ
+    -----END PGP SIGNATURE-----
+
+Signature for apache-wicket-6.24.0.tar.gz:
+
+    -----BEGIN PGP SIGNATURE-----
+	Comment: GPGTools - https://gpgtools.org
+	
+	iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
+	QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
+	=lDjk
+    -----END PGP SIGNATURE-----
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 6.24.0:
+    
+##### Bug
+
+* [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
+* [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
+* [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
+* [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
+* [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
+* [WICKET-6181] - Revert the removal of the default error message when uploading too big files
+* [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
+* [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct
+* [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion
+
+##### Improvement
+
+* [WICKET-6053] - Allow to reuse the same application instance in several tests
+* [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
+* [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/_posts/2016/2016-07-21-wicket-7.4.0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016/2016-07-21-wicket-7.4.0-released.md b/_posts/2016/2016-07-21-wicket-7.4.0-released.md
new file mode 100644
index 0000000..aafcd4d
--- /dev/null
+++ b/_posts/2016/2016-07-21-wicket-7.4.0-released.md
@@ -0,0 +1,127 @@
+---
+layout: post
+title: Apache Wicket 7.4.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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
+------------------
+
+ - improves stateless AJAX support by integrating the Wicket Stuff
+   wicket-stateless module (WICKET-6183)
+
+ - improves compatibility for playing videos on iOS devices due to missing
+   media type in MediaComponent
+
+ - upgrades provided JQuery to 1.12.4 and 2.2.4
+
+ - improves compatibility with CGLIB when using wicket-jmx
+
+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.4.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.4.0](http://www.apache.org/dyn/closer.cgi/wicket/7.4.0)
+ * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:
+
+    -----BEGIN PGP SIGNATURE-----
+	Comment: GPGTools - https://gpgtools.org
+	
+	iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+	QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+	=sPs0
+    -----END PGP SIGNATURE-----
+
+Signature for apache-wicket-7.4.0.tar.gz:
+
+    -----BEGIN PGP SIGNATURE-----
+	Comment: GPGTools - https://gpgtools.org
+	
+	iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+	pS8AoINM8PFic38Lbf55tNmeegzROZYx
+	=iTAS
+    -----END PGP SIGNATURE-----
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 7.4.0:
+    
+##### Bug
+
+* [WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory
+* [WICKET-6155] - Newline in ModalWindow title
+* [WICKET-6157] - WicketTester and application servers are destroying app differently
+* [WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos
+* [WICKET-6162] - Reload leads to unexpected RuntimeException 'Unable to find component with id'
+* [WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions
+* [WICKET-6170] - Wrong requestmapper used for cache decorated resources
+* [WICKET-6172] - Inconsistent results from getTag[s]ByWicketId
+* [WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working
+* [WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined
+* [WICKET-6175] - Aautocomplete suggestion window is not closing in IE11
+* [WICKET-6180] - JMX Initializer's usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3
+* [WICKET-6185] - Border body not reachable for visitors
+* [WICKET-6187] - Enclosures rendered twice in derived component
+* [WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to
+* [WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7
+* [WICKET-6198] - Unable to disable a MultiFileUploadField
+* [WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct
+* [WICKET-6204] - Copy only the provided attributes for Ajax link inclusion
+
+##### Improvement
+
+* [WICKET-6153] - WicketTester's MockHttpServletRequest doesn't expose setLocale(aLocale) method
+* [WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does
+* [WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler
+* [WICKET-6183] - Improve stateless support for AJAX
+* [WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4
+
+##### New Feature
+
+* [WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/archetype-catalog.xml
----------------------------------------------------------------------
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index dc0154e..0ee26b7 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -26,8 +26,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>7.3.0</version>
-			<description>Wicket 7.3.0 Quickstart</description>
+			<version>7.4.0</version>
+			<description>Wicket 7.4.0 Quickstart</description>
 		</archetype>
 
 		<archetype>
@@ -47,8 +47,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>6.23.0</version>
-			<description>Wicket 6.23.0 Quickstart</description>
+			<version>6.24.0</version>
+			<description>Wicket 6.24.0 Quickstart</description>
 		</archetype>
 
 	</archetypes>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 28a4968..3dabe7e 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-07-12T21:31:15+02:00</updated>
+    <updated>2016-07-23T00:15:24+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,6 +12,270 @@
  
 
     <entry>
+        <title>Apache Wicket 7.4.0 released</title>
+        <link href="http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves stateless AJAX support by integrating the Wicket Stuff
+wicket-stateless module (WICKET-6183)&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves compatibility for playing videos on iOS devices due to missing
+media type in MediaComponent&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades provided JQuery to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves compatibility with CGLIB when using wicket-jmx&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&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.4.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.4.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.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
+
+iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+=sPs0
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;Signature for apache-wicket-7.4.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
+
+iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+pS8AoINM8PFic38Lbf55tNmeegzROZYx
+=iTAS
+-----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-740&quot;&gt;CHANGELOG for 7.4.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory&lt;/li&gt;
+  &lt;li&gt;[WICKET-6155] - Newline in ModalWindow title&lt;/li&gt;
+  &lt;li&gt;[WICKET-6157] - WicketTester and application servers are destroying app differently&lt;/li&gt;
+  &lt;li&gt;[WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos&lt;/li&gt;
+  &lt;li&gt;[WICKET-6162] - Reload leads to unexpected RuntimeException \u2018Unable to find component with id\u2019&lt;/li&gt;
+  &lt;li&gt;[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6170] - Wrong requestmapper used for cache decorated resources&lt;/li&gt;
+  &lt;li&gt;[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId&lt;/li&gt;
+  &lt;li&gt;[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working&lt;/li&gt;
+  &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined&lt;/li&gt;
+  &lt;li&gt;[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11&lt;/li&gt;
+  &lt;li&gt;[WICKET-6180] - JMX Initializer\u2019s usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3&lt;/li&gt;
+  &lt;li&gt;[WICKET-6185] - Border body not reachable for visitors&lt;/li&gt;
+  &lt;li&gt;[WICKET-6187] - Enclosures rendered twice in derived component&lt;/li&gt;
+  &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to&lt;/li&gt;
+  &lt;li&gt;[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7&lt;/li&gt;
+  &lt;li&gt;[WICKET-6198] - Unable to disable a MultiFileUploadField&lt;/li&gt;
+  &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct&lt;/li&gt;
+  &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6153] - WicketTester\u2019s MockHttpServletRequest doesn\u2019t expose setLocale(aLocale) method&lt;/li&gt;
+  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
+  &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&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;[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Apache Wicket 6.24.0 released</title>
+        <link href="http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades JQuery dependency to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;increases performance when using KeyInSessionSunJceCryptFactory&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&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.24.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.24.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.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/wicket6migration&quot;&gt;http://s.apache.org/wicket6migration&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.24.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
+
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
+JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
+=OALQ
+-----END PGP SIGNATURE-----
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;p&gt;Signature for apache-wicket-6.24.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
+
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
+QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
+=lDjk
+-----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-6240&quot;&gt;CHANGELOG for 6.24.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory&lt;/li&gt;
+  &lt;li&gt;[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId&lt;/li&gt;
+  &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined&lt;/li&gt;
+  &lt;li&gt;[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11&lt;/li&gt;
+  &lt;li&gt;[WICKET-6181] - Revert the removal of the default error message when uploading too big files&lt;/li&gt;
+  &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to&lt;/li&gt;
+  &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct&lt;/li&gt;
+  &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6053] - Allow to reuse the same application instance in several tests&lt;/li&gt;
+  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+    </entry>
+
+    <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>
@@ -774,165 +1038,4 @@ migration guide found at&lt;/p&gt;
 </content>
     </entry>
 
-    <entry>
-        <title>Apache Wicket 1.4.x end of life</title>
-        <link href="http://wicket.apache.org/news/2015/11/15/wicket-1.4.x-eol.html"/>
-        <updated>2015-11-15T00:00:00+01:00</updated>
-        <id>http://wicket.apache.org/news/2015/11/15/wicket-1.4.x-eol</id>
-        <content type="html">&lt;p&gt;The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
-On the same day Wicket 1.5.x enters \u201csecurity fixes\u201d maintenance mode.&lt;/p&gt;
-
-&lt;p&gt;This means that after 16 October 2015:
-- no more releases from the 1.4.x branch
-- bugs affecting only the 1.4.x branch will not be addressed
-- security vulnerability reports will not be checked against the 1.4.x branch
-- releases from the 1.5.x branch are highly unlikely
-- only security patches will be applied to the 1.5.x branch&lt;/p&gt;
-
-&lt;p&gt;The Wicket Team&lt;/p&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket 7.1.0 released</title>
-        <link href="http://wicket.apache.org/news/2015/10/25/wicket-7.1.0-released.html"/>
-        <updated>2015-10-25T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2015/10/25/wicket-7.1.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!&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;h4 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h4&gt;
-
-&lt;p&gt;Significant improvement in performance while adding components to
-the component hierarchy. There was a regression in performance
-introduced by component queuing. The algorithm checked if there were
-any components to be dequeued, but did so in a O(n^2) way. This was
-fixed.&lt;/p&gt;
-
-&lt;p&gt;Upon further investigation we found that adding components is O(n^2)
-since 1.3 (when memory was scarce and expensive). We fixed that and
-made it roughly O(1).&lt;/p&gt;
-
-&lt;p&gt;This means that when you have a page with 10k components on it, the
-adding won\u2019t slow you down any more, and the new way of adding
-components will scrape a few ms off your overall average response time.&lt;/p&gt;
-
-&lt;p&gt;This release also fixes several bugs where head sections were not rendered,
-i18n JavaScript resources could not be loaded, Range: header parsing and
-a couple of component queuing issues.&lt;/p&gt;
-
-&lt;h4 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h4&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.1.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;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
- * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0
- * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0/binaries
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;h4 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h4&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;http://s.apache.org/wicket7migrate&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4 id=&quot;the-signatures-for-the-source-release-artefacts&quot;&gt;The signatures for the source release artefacts:&lt;/h4&gt;
-
-&lt;p&gt;Signature for apache-wicket-7.1.0.zip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UWlUgCbBKvmDioyZceDBykv52eWYNai
-b9AAn2AUlg5FotVMaQtOdtQsQfuy4X/D
-=Vuhh
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-7.1.0.tar.gz:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
-6KUAnA0k2BVi5E//uw9RLm7MklYJOdV+
-=Za2v
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;h4 id=&quot;changelog-for-710&quot;&gt;CHANGELOG for 7.1.0:&lt;/h4&gt;
-
-&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
-* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
-* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
-* [WICKET-5960] - Page header isn&#39;t rendered for pages where URL has changed during render
-* [WICKET-5964] - Queuing a component within an enclosure
-* [WICKET-5965] - Queuing a component in head
-* [WICKET-5966] - ResourceUtils.getLocaleFromFilename can&#39;t handle minimized resources well
-* [WICKET-5967] - Unable to load i18n minified js
-* [WICKET-5968] - CachingResourceLocator lookup key doesn&#39;t take strict into account
-* [WICKET-5970] - UrlRenderer does not render fragments
-* [WICKET-5973] - IllegalArgumentException &#39;bytes&#39; cannot be negative. on opening Inspector
-* [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
-* [WICKET-5978] - LazyInitProxyFactory fills permgen space
-* [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
-* [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
-* [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
-* [WICKET-5988] - WICKET-5981 breaks forms inside borders
-* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with &amp;lt;wicket:header-items&amp;gt;&amp;lt;/wicket:header&amp;gt; placeholder
-* [WICKET-5993] - AjaxButton - image is not shown even though type=&quot;image&quot; is in html-template 
-* [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
-* [WICKET-5995] - &quot;Range&quot; header parsing is broken
-* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
-* [WICKET-5997] - Compatibility problem with Websphere liberty profile
-* [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5948] - wicket-ajax.js probably doesn&#39;t traverse the children of &amp;lt;div&amp;gt; or &amp;lt;span&amp;gt;
-* [WICKET-5971] - Code cleanup in ServletWebResponse
-* [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-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
-* [WICKET-5986] - NumberTextField&amp;lt;N&amp;gt; should use Models for minimum, maximum and step
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;h4 id=&quot;task&quot;&gt;Task&lt;/h4&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;p&gt;Have fun!&lt;/p&gt;
-
-&lt;p&gt;\u2014 The Wicket team&lt;/p&gt;
-</content>
-    </entry>
-
 </feed>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/contribute/build.html
----------------------------------------------------------------------
diff --git a/content/contribute/build.html b/content/contribute/build.html
index 53a4121..c007a08 100644
--- a/content/contribute/build.html
+++ b/content/contribute/build.html
@@ -66,7 +66,7 @@ maintainable, enterprise ready build. The book is available for free from the
 Mergere website.</p>
 <h2 id="getting-your-wicket-version">Getting your Wicket version</h2>
 <p>Clone the master branch from Apache Git Wicket repository</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="w">$ </span><span class="nc">git</span><span class="kv"> clone http://git-wip-us.apache.org/repos/asf/wicket.git</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">$ git clone http://git-wip-us.apache.org/repos/asf/wicket.git</code></pre></figure>
 <p>This will give you a directory structure like the following directory tree:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">wicket
 wicket/wicket-core
@@ -75,12 +75,12 @@ wicket/wicket-spring
 wicket/wicket-auth-roles
 wicket/wicket-examples
 wicket/wicket-spring-annot
-<span class="err">...</span></code></pre></figure>
+...</code></pre></figure>
 <p>To check out a different branch use:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="w">$ </span><span class="nc">cd</span><span class="kv"> wicket
-</span><span class="w">$ </span><span class="nc">git</span><span class="kv"> checkout -b release/wicket-x.y.z release/wicket-x.y.z
-</span><span class="ni"># </span><span class="nc">verify</span><span class="kv"> the branch with:
-</span><span class="w">$ </span><span class="nc">git</span><span class="kv"> branch</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">$ cd wicket
+$ git checkout -b release/wicket-x.y.z release/wicket-x.y.z
+# verify the branch with:
+$ git branch</code></pre></figure>
 <p>In this document we focus at the maven project descriptor located in the top
 level directory, which enforces default settings for all Wicket projects such
 as plug-in settings, versioning of the Wicket projects, managing the various
@@ -93,9 +93,9 @@ This top-level project doesn\u2019t have sources for itself.</p>
 fully compatible with that Java version, you will need to build it with a Java
 6 compiler and runtime library.</p>
 <p>If you haven\u2019t done so already change into the Wicket root directory:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">cd wicket</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">cd wicket</code></pre></figure>
 <p>Now building all of Wicket is as simple as issuing the following command:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn install</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn install</code></pre></figure>
 <p>This will compile, test, package and install all Wicket projects. Installation
 means putting the jar files into your local Maven repository, including the
 source, but without the javadoc jars (this is a Wicket specific configuration,
@@ -114,7 +114,7 @@ automatically.</p>
 <h3 id="coping-with-test-failures">Coping with test failures</h3>
 <p>As this is our main development you might/will encounter failing unit tests.
 These can be skipped using:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn -Dmaven.test.skip=true install</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn -Dmaven.test.skip=true install</code></pre></figure>
 <p>Of course, all bets are off then and your mileage may vary if you use such a
 built jar.</p>
 <h3 id="using-your-own-built-artifacts">Using your own built artifacts</h3>
@@ -129,7 +129,7 @@ version. So in your pom.xml you can use:</p>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 <p>And adding this to your Eclipse, NetBeans or IntelliJ IDEA project classpath
 is then as simple as:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn eclipse:eclipse</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn eclipse:eclipse</code></pre></figure>
 <p>or opening the project using Netbeans or IDEAs Maven integration.</p>
 <p>Maven will then add all the necessary JAR files to the project\u2019s classpath.</p>
 <p>One thing you need to make sure is that you have set the <code class="highlighter-rouge">M2_REPO</code> classpath
@@ -137,7 +137,7 @@ variable in Eclipse (or a similar construct in Netbeans), and point it to your
 local repository, typically found in <code class="highlighter-rouge">C:\Documents and Settings\username\.m2\repo</code>
 or (for unix buffs) <code class="highlighter-rouge">~/.m2/repo</code></p>
 <p>You can add this setting using maven:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</code></pre></figure>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/contribute/ides.html
----------------------------------------------------------------------
diff --git a/content/contribute/ides.html b/content/contribute/ides.html
index 2888501..9d4a987 100644
--- a/content/contribute/ides.html
+++ b/content/contribute/ides.html
@@ -63,13 +63,13 @@ by their respective development teams.</p>
 <h3 id="eclipse">Eclipse</h3>
 <p>Eclipse offers a good support for Maven based projects with <a href="http://www.eclipse.org/m2e/">plugin M2Eclipse</a>. Once installed you can go to \u2018Import\u2026-&gt;Existing Maven Projects\u2019 and import one or more Maven projects into your workspace.</p>
 <p>Alternatively, you can generate an Eclipse project typing the following command on project\u2019s root:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn eclipse:eclipse</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn eclipse:eclipse</code></pre></figure>
 <p>Maven will add all the necessary JAR files to the project\u2019s classpath. Now the sources can be imported in Eclipse using the \u201cExisting Projects into Workspace\u201d wizard.</p>
 <p>If not already present the <code class="highlighter-rouge">M2_REPO</code> classpath variable has to point to your local Maven repository.
 The repository is typically found in <code class="highlighter-rouge">C:\Documents and Settings\&lt;username&gt;\.m2\repo</code> or (for unix buffs) <code class="highlighter-rouge">~/.m2/repo</code>. It can be set within Eclipse (Preferences-&gt;Java-&gt;Build Path-&gt;Classpath Variables) or with the help of Maven:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn -Declipse.workspace=&lt;path-to-eclipse-workspace&gt; eclipse:add-maven-repo</code></pre></figure>
 <p>If you want to go along with the Wicket way of code formatting you should import the Wicket code format profile into your workspace (Preferences-&gt;Java-&gt;Code Style-&gt;Formatter), found in:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">&lt;path-to-eclipse-workspace&gt;/wicket-core/EclipseCodeFormat.xml</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">&lt;path-to-eclipse-workspace&gt;/wicket-core/EclipseCodeFormat.xml</code></pre></figure>
 <p>Finally configure the editor to automatically format all edited lines and organize imports on save (Preferences-&gt;Java-&gt;Editor-&gt;Save Actions).</p>
 <h3 id="netbeans">NetBeans</h3>
 <p>NetBeans comes with Maven integration. Further help can be found at their <a href="http://wiki.netbeans.org/MavenBestPractices" title="NetBeans Community Wiki">Wiki</a></p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/contribute/patch.html
----------------------------------------------------------------------
diff --git a/content/contribute/patch.html b/content/contribute/patch.html
index cae9406..2fe3f7c 100644
--- a/content/contribute/patch.html
+++ b/content/contribute/patch.html
@@ -116,7 +116,7 @@ Git</a>
 and when you have finished your work create a patch with the following
 commands:</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git add any_files_you_created_modified_or_deleted
-<span class="err">git diff --cached &gt; /tmp/WICKET-NNNN.patch</span></code></pre></figure>
+git diff --cached &gt; /tmp/WICKET-NNNN.patch</code></pre></figure>
 <p>where NNNN is the issue number. Finally, attach that file
 (/tmp/WICKET-NNNN.patch) to the
 <a href="https://issues.apache.org/jira/browse/WICKET">JIRA</a></p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/contribute/release.html
----------------------------------------------------------------------
diff --git a/content/contribute/release.html b/content/contribute/release.html
index e5eca0f..404f83b 100644
--- a/content/contribute/release.html
+++ b/content/contribute/release.html
@@ -75,24 +75,24 @@
 <ul>
   <li>Start gpg-agent as a daemon (OS X, using homebrew installation of gpg, gpg-agent, pinentry):</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">    eval `gpg-agent --daemon --pinentry-program /usr/local/bin/pinentry`</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">    eval `gpg-agent --daemon --pinentry-program /usr/local/bin/pinentry`</code></pre></figure>
 <ul>
   <li>Create an environment variable such that you can copy/paste several of the following commands (substitute 6.0.0 with the number you\u2019re actually going to release):</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">export NEWVERSION=6.0.0</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">export NEWVERSION=6.0.0</code></pre></figure>
 <ul>
   <li>Sign pom.xml such that gpg-agent has enabled your key (and remove the .asc file). This triggers the pinentry program and sets the stage for gpg-agent:</li>
 </ul>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">gpg --armor --detach-sign --use-agent --sign pom.xml
-<span class="err">rm pom.xml.asc</span></code></pre></figure>
+rm pom.xml.asc</code></pre></figure>
 <ul>
   <li>Create release branch:</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn release:branch -DbranchName=build/wicket-$NEWVERSION</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn release:branch -DbranchName=build/wicket-$NEWVERSION</code></pre></figure>
 <ul>
   <li>Checkout the release branch:</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">git checkout build/wicket-$NEWVERSION</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">git checkout build/wicket-$NEWVERSION</code></pre></figure>
 <ul>
   <li>
     <p>Update archetypes/quickstart/src/main/archetype-resources/pom.xml to use NEWVERSION of Wicket and commit</p>
@@ -106,16 +106,16 @@
     </ul>
   </li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn release:prepare</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn release:prepare</code></pre></figure>
 <ul>
   <li>Remove last commit such that HEAD points to the NEWVERSION release, not the new development version</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">git reset HEAD^ --hard</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">git reset HEAD^ --hard</code></pre></figure>
 <ul>
   <li>Create source archive:</li>
 </ul>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git archive --format=tar.gz --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.tar.gz wicket-$NEWVERSION
-<span class="err">git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION</span></code></pre></figure>
+git archive --format=zip --prefix=apache-wicket-$NEWVERSION/ -o apache-wicket-$NEWVERSION.zip wicket-$NEWVERSION</code></pre></figure>
 <ul>
   <li><strong>NOTE 1</strong> the trailing \u2018/\u2019 after \u2013prefix=NEWVERSION is vital for the tarball</li>
   <li><strong>NOTE 2</strong> you can ignore the gpg generated messages telling \u2018You need a passphrase to unlock the secret key for\u2019, unless an error occurred\u2014these messages are not error messages</li>
@@ -126,21 +126,21 @@ gpg --armor --detach-sign --use-agent --sign apache-wicket-$NEWVERSION.zip
 gpg --print-md SHA1 apache-wicket-$NEWVERSION.tar.gz &gt; apache-wicket-$NEWVERSION.tar.gz.sha
 gpg --print-md MD5  apache-wicket-$NEWVERSION.tar.gz &gt; apache-wicket-$NEWVERSION.tar.gz.md5
 gpg --print-md SHA1 apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.sha
-<span class="err">gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.md5</span></code></pre></figure>
+gpg --print-md MD5  apache-wicket-$NEWVERSION.zip &gt; apache-wicket-$NEWVERSION.zip.md5</code></pre></figure>
 <p>To sign the tag (overwrites the maven generated tag), execute:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">git tag -s --force wicket-$NEWVERSION</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">git tag -s --force wicket-$NEWVERSION</code></pre></figure>
 <h4 id="staging-the-build">Staging the build</h4>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION
-<span class="err">scp apache-wicket-* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION</span></code></pre></figure>
+scp apache-wicket-* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION</code></pre></figure>
 <p><strong>TODO</strong> figure out how to let <code class="highlighter-rouge">release:perform</code> work from a local checkout, such that we can actually <em>stage</em> the build instead of having to push the tag to our git repo.</p>
 <p>The following steps are ONLY necessary as long as the above TODO has not been resolved.</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION
-<span class="err">git push -tags origin</span></code></pre></figure>
+git push -tags origin</code></pre></figure>
 <p>The step below uploads the artifacts to a staging area for Maven.
 * assumes you have an Apache nexus account
 * will checkout a fresh copy and build it (ask Maven for why)
 * artifacts will have different signature than in previous release:prepare build (due to times changing)</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">mvn release:perform</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">mvn release:perform</code></pre></figure>
 <p>This will upload artifacts and signatures to Apache nexus in a staging repository.</p>
 <h4 id="create-a-binary-release">Create a binary release</h4>
 <p>As we don\u2019t vote on binary packages, but do want to cater to developers not using Maven, it is very convenient to create a download for non-Maven users.</p>
@@ -163,14 +163,14 @@ gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.tar.gz &gt; apache-wicket-$NEW
 gpg --print-md SHA1 apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION.-binzip.sha
 gpg --print-md MD5  apache-wicket-$NEWVERSION-bin.zip &gt; apache-wicket-$NEWVERSION-bin.zip.md5
 ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin
-<span class="err">scp apache-wicket-*bin.* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION/bin</span></code></pre></figure>
+scp apache-wicket-*bin.* APACHE_ID@people.apache.org:public_html/wicket-$NEWVERSION/bin</code></pre></figure>
 <p>This binary release contains all required files to comply with the release policy, and the binary artefacts generated by our Maven release build, including the experimental modules and examples.</p>
 <h4 id="vote-the-build">Vote the build</h4>
 <p>Start a vote on dev@ for this release. Allow for at least 72 hours, and ensure you take into account weekends.</p>
 <h4 id="promoting-the-build">Promoting the build</h4>
 <p>The following two steps are only necessary when the previous TODO is resolved (you can\u2019t push the tag twice).</p>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git push origin build/wicket-$NEWVERSION:refs/heads/build/wicket-$NEWVERSION
-<span class="err">git push -tags origin</span></code></pre></figure>
+git push -tags origin</code></pre></figure>
 <p>You only need to do them if you haven\u2019t done so yet.</p>
 <p>See also <a href="#nexus">managing nexus</a> for the steps needed to publish the artifacts to Maven Central. And don\u2019t forget to announce the release!</p>
 <h2 id="release-14">Releasing Apache Wicket 1.4.x+</h2>
@@ -192,7 +192,7 @@ ssh APACHE_ID@people.apache.org mkdir public_html/wicket-$NEWVERSION/bin
             &lt;password&gt;$your_apache_password&lt;/password&gt;
         &lt;/server&gt;
 &lt;/servers&gt;
-<span class="err">&lt;/settings&gt;</span></code></pre></figure>
+&lt;/settings&gt;</code></pre></figure>
 <ul>
   <li>Make sure you have a GnuPG key which is added to <a href="https://svn.apache.org/repos/asf/wicket/common/KEYS">KEYS</a>.
 Read the header of KEYS file to see how to add it.</li>
@@ -207,7 +207,7 @@ will copy the assemblies to your people.apache.org account.</li>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">ssh people.apache.org
 mkdir /www/www.apache.org/dist/wicket/x.y.z
 mv ~/public_html/wicket-x.y.z/dist/* /www/www.apache.org/dist/wicket/x.y.z
-<span class="err">chown -R :wicket /www/www.apache.org/dist/wicket/x.y.z</span></code></pre></figure>
+chown -R :wicket /www/www.apache.org/dist/wicket/x.y.z</code></pre></figure>
 <ul>
   <li>Login to <a href="https://repository.apache.org">Apache Nexus Staging repo</a>, select the closed repository and click <strong>Release</strong>.  It will be accessible immediately through the apache release repo and then within 1-2 hours through maven central.</li>
   <li>If the release is voted down you can <strong>Drop</strong> the staged release and then restage later after incorporating the necessary changes.</li>
@@ -215,7 +215,7 @@ mv ~/public_html/wicket-x.y.z/dist/* /www/www.apache.org/dist/wicket/x.y.z
 </ul>
 <figure class="highlight"><pre><code class="language-console" data-lang="console">git checkout build/wicket-x.y.z
 git tag release/wicket-x.y.z
-<span class="err">git push --tags</span></code></pre></figure>
+git push --tags</code></pre></figure>
 <ul>
   <li>Wait until repo1.maven.org has picked up the release artifacts.</li>
   <li>Wait 24 hours until mirrors picked up release artifacts</li>
@@ -238,7 +238,7 @@ git tag release/wicket-x.y.z
             &lt;password&gt;$password&lt;/password&gt;
         &lt;/server&gt;
 &lt;/servers&gt;
-<span class="err">&lt;/settings&gt;</span></code></pre></figure>
+&lt;/settings&gt;</code></pre></figure>
 <p>This works if you can deploy artifacts into the repository.apache.org properly (i.e. you don\u2019t see failures mentioning 401 errors).</p>
 <h3 id="managing-staged-artifacts">Managing Staged Artifacts</h3>
 <p>By logging in with your Apache committer credentials to <a href="https://repository.apache.org">Apache Nexus Staging repo</a> you can access the management interface for the staged artifacts.</p>
@@ -273,14 +273,14 @@ contains your announcement.</li>
 <a href="https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4">https://svn.apache.org/repos/asf/wicket/common/site/apidocs/1.4</a>
 svnpubsub will push this directly to our website. (example script below)</li>
 </ul>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="ni"># </span><span class="nc">do</span><span class="kv"> this in your locally-checked-out release branch (i.e. svn.../releases/wicket-1.4.13)
-</span>mvn javadoc:aggregate
-<span class="ni"># </span><span class="nc">note</span><span class="kv"> that you may need to tweak these paths to fit your configuration:
-</span>cp -r target/site/apidocs/* ../wicket-common/site/apidocs/1.4/
+<figure class="highlight"><pre><code class="language-console" data-lang="console"># do this in your locally-checked-out release branch (i.e. svn.../releases/wicket-1.4.13)
+mvn javadoc:aggregate
+# note that you may need to tweak these paths to fit your configuration:
+cp -r target/site/apidocs/* ../wicket-common/site/apidocs/1.4/
 cd ../wicket-common/
-<span class="ni"># </span><span class="nc">call</span><span class="kv"> "svn add" for files that are new (there's probably an easier way to do this)
-</span>svn stat | grep -e '^?' | sed 's/\?\W*//' | xargs svn add
-<span class="err">svn commit -m "changes to update javadocs to latest release"</span></code></pre></figure>
+# call "svn add" for files that are new (there's probably an easier way to do this)
+svn stat | grep -e '^?' | sed 's/\?\W*//' | xargs svn add
+svn commit -m "changes to update javadocs to latest release"</code></pre></figure>
         </section>
     </div>
 </main>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/contribute/write.html
----------------------------------------------------------------------
diff --git a/content/contribute/write.html b/content/contribute/write.html
index 41a6b9e..1c99ffc 100644
--- a/content/contribute/write.html
+++ b/content/contribute/write.html
@@ -69,14 +69,14 @@ announcements, adding new committers and other important Wicket related news.</p
 <h2 id="install">Install Jekyll</h2>
 <p>Follow the instructions available on the <a href="http://github.com/mojombo/jekyll">Jekyll
 website</a>. Basically it boils down to:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">gem install jekyll</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">gem install jekyll</code></pre></figure>
 <p>You also need to install the Pygments Python module.</p>
 <h2 id="clone">Clone wicket-site</h2>
 <p>Before you can edit the site, you need to clone it:</p>
 <figure class="highlight"><pre><code class="language-bash" data-lang="bash">git clone git@github.com:apache/wicket-site.git</code></pre></figure>
 <h2 id="run">Run the site</h2>
 <p>You can run the website and edit it live:</p>
-<figure class="highlight"><pre><code class="language-console" data-lang="console"><span class="err">jekyll serve -w</span></code></pre></figure>
+<figure class="highlight"><pre><code class="language-console" data-lang="console">jekyll serve -w</code></pre></figure>
 <p>This not only runs the server, but watches for modifications and regenerates
 any modified files.</p>
 <p>You can check out the website running at <a href="http://localhost:4000">localhost, port 4000</a>.</p>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/doap.rdf
----------------------------------------------------------------------
diff --git a/content/doap.rdf b/content/doap.rdf
index 9206f65..0efbfb8 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -26,7 +26,7 @@
 			<Version>
 				<name>Latest Stable Release</name>
 				<created>2016-05-05</created>
-				<revision>7.3.0</revision>
+				<revision>7.4.0</revision>
 			</Version>
 		</release>
 		<repository>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/help/index.html
----------------------------------------------------------------------
diff --git a/content/help/index.html b/content/help/index.html
index 9e8014c..0ad2149 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.23.0).</p>
+(the current version of Wicket 6.x is 6.24.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.3.0.</p>
+to Wicket 7.4.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.23.0</p>
+6.24.0</p>
 <p>For example:</p>
 <ul>
-  <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.23.0</li>
+  <li>wicket-extensions-1.5.12.jar is not compatible with wicket-core-6.24.0</li>
 </ul>
 <p>Possible, but not advisable:</p>
 <ul>
-  <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.23.0</li>
+  <li>wicket-extensions-6.10.0 should be compatible with wicket-core-6.24.0</li>
 </ul>
 <p>Advised:</p>
 <ul>
-  <li>Use wicket-extensions-6.23.0 with wicket-core-6.23.0</li>
+  <li>Use wicket-extensions-6.24.0 with wicket-core-6.24.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/3f2b60d3/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index d8bf765..6cf9855 100644
--- a/content/index.html
+++ b/content/index.html
@@ -47,7 +47,7 @@
         <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>
+		<small class="jumbotron-version">Current release: 7.4.0</small>
     </div>
     <div class="l-first">&nbsp;</div>
 </div>
@@ -225,9 +225,9 @@
 </div>
 <div class="l-two-third">
     <article>
-        <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>
+        <h2>Apache Wicket 7.4.0 released</h2>
+        <small>21 Jul 2016</small>
+        <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.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
@@ -237,19 +237,108 @@ 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> 
+<ul>
+  <li>
+    <p>improves stateless AJAX support by integrating the Wicket Stuff
+wicket-stateless module (WICKET-6183)</p>
+  </li>
+  <li>
+    <p>improves compatibility for playing videos on iOS devices due to missing
+media type in MediaComponent</p>
+  </li>
+  <li>
+    <p>upgrades provided JQuery to 1.12.4 and 2.2.4</p>
+  </li>
+  <li>
+    <p>improves compatibility with CGLIB when using wicket-jmx</p>
+  </li>
+</ul>
+<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.4.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.4.0">http://www.apache.org/dyn/closer.cgi/wicket/7.4.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.4.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.4.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+=sPs0
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-7.4.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+pS8AoINM8PFic38Lbf55tNmeegzROZYx
+=iTAS
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-740">CHANGELOG for 7.4.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li>
+  <li>[WICKET-6155] - Newline in ModalWindow title</li>
+  <li>[WICKET-6157] - WicketTester and application servers are destroying app differently</li>
+  <li>[WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos</li>
+  <li>[WICKET-6162] - Reload leads to unexpected RuntimeException \u2018Unable to find component with id\u2019</li>
+  <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li>
+  <li>[WICKET-6170] - Wrong requestmapper used for cache decorated resources</li>
+  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
+  <li>[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working</li>
+  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li>
+  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li>
+  <li>[WICKET-6180] - JMX Initializer\u2019s usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3</li>
+  <li>[WICKET-6185] - Border body not reachable for visitors</li>
+  <li>[WICKET-6187] - Enclosures rendered twice in derived component</li>
+  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li>
+  <li>[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7</li>
+  <li>[WICKET-6198] - Unable to disable a MultiFileUploadField</li>
+  <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li>
+  <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6153] - WicketTester\u2019s MockHttpServletRequest doesn\u2019t expose setLocale(aLocale) method</li>
+  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
+  <li>[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler</li>
+  <li>[WICKET-6183] - Improve stateless support for AJAX</li>
+  <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li>
+</ul>
+<h5 id="new-feature">New Feature</h5>
+<ul>
+  <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files</li>
+</ul>
+        <a href="/news/2016/07/21/wicket-7.4.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>
+        <h2>Apache Wicket 6.24.0 released</h2>
+        <small>21 Jul 2016</small>
+        <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.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
@@ -259,9 +348,79 @@ 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> 
+<ul>
+  <li>
+    <p>upgrades JQuery dependency to 1.12.4 and 2.2.4</p>
+  </li>
+  <li>
+    <p>increases performance when using KeyInSessionSunJceCryptFactory</p>
+  </li>
+</ul>
+<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.24.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.24.0">http://www.apache.org/dyn/closer.cgi/wicket/6.24.0</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.24.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/wicket6migration">http://s.apache.org/wicket6migration</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.24.0.zip:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
+JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
+=OALQ
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>Signature for apache-wicket-6.24.0.tar.gz:</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
+QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
+=lDjk
+-----END PGP SIGNATURE-----
+</code></pre>
+</div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-6240">CHANGELOG for 6.24.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li>
+  <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li>
+  <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li>
+  <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li>
+  <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li>
+  <li>[WICKET-6181] - Revert the removal of the default error message when uploading too big files</li>
+  <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li>
+  <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li>
+  <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6053] - Allow to reuse the same application instance in several tests</li>
+  <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li>
+  <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li>
+</ul>
+        <a href="/news/2016/07/21/wicket-6.24.0-released.html">Read more...</a> 
     </article>
 </div>
 <div class="l-one-third news">
@@ -273,6 +432,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.24.0 released</h3>
+    <small>21 Jul 2016</small>
+    The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+    <a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a>
+</li>
+<li>
+    <h3>Apache Wicket 7.3.0 released</h3>
+    <small>05 May 2016</small>
+    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>
+<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...
@@ -290,18 +461,6 @@ get updates in your favorite RSS reader the moment they happen.</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...
     <a href="/news/2016/03/01/cve-2015-5347.html">more</a>
 </li>
-<li>
-    <h3>Apache Wicket 6.22.0 released</h3>
-    <small>19 Feb 2016</small>
-    The Apache Wicket PMC is proud to announce Apache Wicket 6.22.0! This release marks another minor release of Wicket 6. We use semantic versioning for...
-    <a href="/news/2016/02/19/wicket-6.22.0-released.html">more</a>
-</li>
-<li>
-    <h3>Wicket 1.5.15 released</h3>
-    <small>19 Feb 2016</small>
-    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>
 </ul>
 </div>
 <div class="l-first"></div>