Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 66a20f23c -> b4c92d23d


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 b72af29..17275d2 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’s 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/b4c92d23/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index bb21881..c0c74e6 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 0516139..af78478 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’s 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/b4c92d23/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index 4bde6f0..e176402 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -58,6 +58,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 4b3ea37..26b8aa6 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’s 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/b4c92d23/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index 01dfdc4..8ab3644 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 f35df08..f62aeec 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’s 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/b4c92d23/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 6c43574..1afbe6a 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 6b2aeb4..2c38681 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’s 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/b4c92d23/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index c853b3c..677d7ef 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2013/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index e1cb120..461994a 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -179,6 +179,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/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 4a1cc94..82c9fb5 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’s 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/b4c92d23/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 67a63c1..0eaa99c 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 0f94172..54c3e12 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index b6b09cc..dbc8f67 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 0620325..7489a52 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 9c3b18c..4e675e7 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 43b25c2..1dcdfbe 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index c30b3e1..2366cca 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 9fa90da..03a9318 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -191,6 +191,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index f98fccd..3f619c9 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 834331a..6d66e36 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index 0c49d99..e2ee354 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -57,6 +57,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index d668b25..e5c85cb 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -74,6 +74,7 @@ use semantic ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index d4fdac5..145f7d5 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -72,6 +72,7 @@ use semantic v...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index f225215..8a79098 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -149,6 +149,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

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

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index 8dc8783..d66fc2f 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index 038c660..6259719 100644
--- a/content/news/2016/05/index.html
+++ b/content/news/2016/05/index.html
@@ -69,6 +69,7 @@ government...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/07/25/wicket-8.0.0-M1-released.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/25/wicket-8.0.0-M1-released.html 
b/content/news/2016/07/25/wicket-8.0.0-M1-released.html
index 99db264..8356c14 100644
--- a/content/news/2016/07/25/wicket-8.0.0-M1-released.html
+++ b/content/news/2016/07/25/wicket-8.0.0-M1-released.html
@@ -223,7 +223,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   <li>[WICKET-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model</li>
   <li>[WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel</li>
   <li>[WICKET-5969] - Please give us access to PageTable.index pageId 
queue</li>
-  <li>[WICKET-5986] - NumberTextField<N> should use Models for minimum, 
maximum and step</N></li>
+  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, 
maximum and step</n></li>
   <li>[WICKET-6015] - AjaxFallbackOrderByBorder/Link should support 
updateAjaxAttributes() idiom</li>
   <li>[WICKET-6019] - Remove ‘final’ modifier for 
Localizer#getStringIgnoreSettings() methods</li>
   <li>[WICKET-6023] - small tweak for component queuing for the 
AbstractRepeater</li>
@@ -267,7 +267,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   <li>[WICKET-6183] - Improve stateless support for AJAX</li>
   <li>[WICKET-6184] - Remove form argument from AjaxButton and AjaxLink 
callbacks</li>
   <li>[WICKET-6188] - Use DynamicJQueryResourceReference by default</li>
-  <li>[WICKET-6189] - Return Optional<T> from 
RequestCycle.find(Class<T>)</T></T></li>
+  <li>[WICKET-6189] - Return Optional<t> from 
RequestCycle.find(Class<t>)</t></t></li>
 </ul>
 <h5 id="new-feature">New Feature</h5>
 <ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
index 7a30b86..d8600f4 100644
--- a/content/news/2016/07/index.html
+++ b/content/news/2016/07/index.html
@@ -78,6 +78,7 @@ governments, ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index 11a5c53..1043ffd 100644
--- a/content/news/2016/08/index.html
+++ b/content/news/2016/08/index.html
@@ -78,6 +78,7 @@ using the Apache Commons Fileupload library to bec...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html
index d54875a..2ecef96 100644
--- a/content/news/2016/10/index.html
+++ b/content/news/2016/10/index.html
@@ -78,6 +78,7 @@ governments, ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html
index 350fa60..75060af 100644
--- a/content/news/2016/11/index.html
+++ b/content/news/2016/11/index.html
@@ -65,6 +65,7 @@ side targets were subjected to the CSRF check. This was also 
f...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html
index 5e3f21f..c015983 100644
--- a/content/news/2016/12/index.html
+++ b/content/news/2016/12/index.html
@@ -91,6 +91,7 @@ an attacker to hack its serialized form to put a client on an 
infin...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2016/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index c01f8ec..967976e 100644
--- a/content/news/2016/index.html
+++ b/content/news/2016/index.html
@@ -227,6 +227,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2017/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/02/index.html b/content/news/2017/02/index.html
index e0355cc..411f800 100644
--- a/content/news/2017/02/index.html
+++ b/content/news/2017/02/index.html
@@ -60,6 +60,7 @@ governments, ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2017/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/03/index.html b/content/news/2017/03/index.html
index cac1ef4..9b074af 100644
--- a/content/news/2017/03/index.html
+++ b/content/news/2017/03/index.html
@@ -60,6 +60,7 @@ governments, ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/2017/05/16/wicket-7.7.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/05/16/wicket-7.7.0-released.html 
b/content/news/2017/05/16/wicket-7.7.0-released.html
new file mode 100644
index 0000000..79c7922
--- /dev/null
+++ b/content/news/2017/05/16/wicket-7.7.0-released.html
@@ -0,0 +1,182 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.7.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/2017/05/16/wicket-7.7.0-released.html -->
+       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+               <!-- /start/download.html || 
/news/2017/05/16/wicket-7.7.0-released.html -->
+       <li class=""><a href="/start/download.html">Download</a></li>
+               <!-- /learn || /news/2017/05/16/wicket-7.7.0-released.html -->
+       <li class=""><a href="/learn">Documentation</a></li>
+               <!-- /help || /news/2017/05/16/wicket-7.7.0-released.html -->
+       <li class=""><a href="/help">Support</a></li>
+               <!-- /contribute || /news/2017/05/16/wicket-7.7.0-released.html 
-->
+       <li class=""><a href="/contribute">Contribute</a></li>
+               <!-- /community || /news/2017/05/16/wicket-7.7.0-released.html 
-->
+       <li class=""><a href="/community">Community</a></li>
+               <!-- /apache || /news/2017/05/16/wicket-7.7.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.7.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">16 May 2017</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.7.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>
+<p>With this version Wicket changed its internal JSON implementation (package 
org.apache.wicket.ajax.json) switching from project JSON-java 
(https://github.com/stleary/JSON-java) to Open JSON 
(https://github.com/openjson/openjson). This was necessery as JSON-java’s 
license is no longer compatible with Apache License 2.0.</p>
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don’t 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.7.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.7.0";>7.7.0 source 
download</a></li>
+  <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.7.0/binaries";>7.7.0 binary 
download</a></li>
+</ul>
+<!--more-->
+<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>http://s.apache.org/wicket7migrate</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<p>========================================================================</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>The signatures for 
the source release artefacts:
+</code></pre>
+</div>
+<p>Signature for apache-wicket-7.7.0.zip:</p>
+<div class="highlight"><pre> 
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+iQIcBAABAgAGBQJZFKHNAAoJEAzCjx+CMhBVeUEQAKYrOl330nSPSPIlNdFn84ux
+VASOZ7R0WgkF3jiI7YfqJoif3KY5oed3Exu/zhNvjc45Gocw6HZp7ETDHw5lpaMl
+vEjXGCkp/OwYrwfUKs9eCwfM0l5XG7wfSMgEpEWBeGVpZjDS08bnQje8rH3sjhHz
+g+Kzen2WItdRpw+TSpxG8RHUOpJ0lUy7tTIIdYtLBL7HnMqgKOSKDQMfUW+q/voS
+3qxOKhpVA5mw46z8v/z2c96FUBU9JbKpBl4DAp8dMWy2a+/GEB7O/SM4wpFgRXim
+iOerbsEi0nruBGm4RU7pMH4aGppZmr2IdiGMeiA1ZlgI7TBJB2SmvK4hffhaTmV6
+Zcn6BtCPn70reUdHOijnebAuLsLio0D1jtGb2kQ4VvxuamXc+qLJfnyiWtg91kf8
+A6NcNzENN1sdMORHBah7tSwN4RP47eKG1uFN3isBi+lKiZcYPW/DmSWKNEY76Q0T
+SMPgcvIl3vz4tCfCo08PSbQG6HPgut+0KzuhA7KyLO34WmzvnQxvcigrOTDUUHy1
+bHEoSlcor+XZcIOPYmKJLZVHFDNrnZRfqgTPHo9w0AlYAYmmbwL5iM9vG/u3zxuv
+SziD7fXvu8zqA33XNNikS4DJz76Onz1ZOrx3dhZt3lIktIJC5KYxk8so+w1DjX0q
+wDSelmuT4U9w7iX4Y0Cf
+=6Htq
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.7.0.tar.gz:</p>
+<div class="highlight"><pre> 
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+iQIcBAABAgAGBQJZFKHNAAoJEAzCjx+CMhBVjeIP/RjNERucRA5/C/4M/HhxU/wt
+05ZlyiEYTTviuX5gLPc3AQQm7zA0FrQo5Mz80+KGKECq63hbXtHsqxqsvEAOLnf0
+mhgtvgmZwILaXkY3Q7WBgrxqKZsISLGlOiBWJQV68ml5qPsjd08WEXmpscrIr13B
+zCPekHtizOKepNZmXRxPGdSV9ZeoHllFKwb257nFSd0oK2B6wcrrD4WFZjUNPMFP
+daP5qH3bIsr0Kp2938hEVwqXFRpcxZqEF/ZReVEv0tC66R9pqd+JVt8myH6YpnHR
+Ymg3ApjQTFHKw2dBtfA0l5izH0UiAkSRYrNszxT5jcgReX+PICUfwNpYa+FHByAk
+sP15sFZ5JT1sqwtGkBhVvLE9gm8IB8MndInWS31oaAW8jv4hX823HsN4VEoh+PzU
+lQTmTEVCyLzYMA0GdXCmKyugNbaSnQBCqbTkbMjqPnPXcwaOUJmX7U4A43MeTrS4
+7E8Y50xCfBL22uYEoEhcylscVqW/8NDrmUAb7rfS7RmAgd4XUIpPeHogM/in021R
+8Qx+Op2dY1FRgbmD40CaLkAx1tQ1806BCFBCcLU9SqthdNt1slySvussTHdz+usF
+/qlursrXa56tqchhl1z8mM80NLtnK+VYUtJkQ8ClEs8ADypiidmNLFb+QcLv8NRl
+oAIYkVII4BcThA/4eJIY
+=f/Rl
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-770">CHANGELOG for 7.7.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. 
MarkupStream.next.</li>
+  <li>[WICKET-6303] - renderHead method of a Behavior added to a Border body 
is not called</li>
+  <li>[WICKET-6306] - Changing model object of Panel added to a Border not 
allowed</li>
+  <li>[WICKET-6311] - SignOutPage_ru.html is missing</li>
+  <li>[WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms</li>
+  <li>[WICKET-6316] - Wicket tester encodes page id for stateless links in 
stateless pages</li>
+  <li>[WICKET-6317] - AuthenticatedWebSession#signOut() calls twice after 
session invalidation</li>
+  <li>[WICKET-6319] - AutoCompleteTextField: popup is hidden when clicking on 
scrollbar in IE</li>
+  <li>[WICKET-6332] - NullPointerException in PageParameters#equals()</li>
+  <li>[WICKET-6339] - Wrong implementation of MarkupFragment.iterator()</li>
+  <li>[WICKET-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid 
XHTML markup for multipart forms</li>
+  <li>[WICKET-6342] - Wrong baseUrl in BaseWebSocketBehavior</li>
+  <li>[WICKET-6349] - Stateless form does not work when 
RecreateBookmarkablePagesAfterExpiry is false</li>
+  <li>[WICKET-6353] - Proxy deserialization fails due to classloading 
issues</li>
+  <li>[WICKET-6356] - Clustering failover not working on Tomcat</li>
+  <li>[WICKET-6361] - MarkupContainer#queue doesn’t work in table column</li>
+  <li>[WICKET-6365] - Links on “Contribute to the User Guide” are 
broken</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for 
<label>-tag</label></li>
+  <li>[WICKET-6265] - Make it possible to authorize component instantiations 
both with OR and AND rules</li>
+  <li>[WICKET-6307] - SubmitLink does not work in Chrome “ff.onsubmit is not 
a function”</li>
+  <li>[WICKET-6308] - Add an extra constructor to EmailTextField with a custom 
validator but without model</li>
+  <li>[WICKET-6323] - Allow ResourceBundles to use the defer attribute</li>
+  <li>[WICKET-6328] - Add ‘pathInfo’ to ForwardAttributes</li>
+  <li>[WICKET-6333] - Use onConfigure() to set the visibility of ExportToolbar 
instead of overriding isVisible()</li>
+  <li>[WICKET-6351] - Form.anyFormComponentError performance degradation</li>
+  <li>[WICKET-6364] - The autogenerated input field when a form has a default 
button should not gain the focus when navigating with tab</li>
+</ul>
+<h5 id="task">Task</h5>
+<ul>
+  <li>[WICKET-6287] - Switch from json.org to open-json</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 © 2017 — 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/b4c92d23/content/news/2017/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/05/index.html b/content/news/2017/05/index.html
new file mode 100644
index 0000000..7279ff5
--- /dev/null
+++ b/content/news/2017/05/index.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>Monthly archive for May 2017 | 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/2017/05 -->
+       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+               <!-- /start/download.html || /news/2017/05 -->
+       <li class=""><a href="/start/download.html">Download</a></li>
+               <!-- /learn || /news/2017/05 -->
+       <li class=""><a href="/learn">Documentation</a></li>
+               <!-- /help || /news/2017/05 -->
+       <li class=""><a href="/help">Support</a></li>
+               <!-- /contribute || /news/2017/05 -->
+       <li class=""><a href="/contribute">Contribute</a></li>
+               <!-- /community || /news/2017/05 -->
+       <li class=""><a href="/community">Community</a></li>
+               <!-- /apache || /news/2017/05 -->
+       <li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache 
Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Monthly archive for May 2017</h1>
+        </header>
+        <div class="l-two-third">
+<div class="news">
+       <h3>Apache Wicket 7.7.0 released</h3>
+  <p><small>16 May 2017</small></p>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.7.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/2017/05/16/wicket-7.7.0-released.html">more</a></li>
+</div>
+        </div>
+        <div class="l-one-third">
+            <h2>2017</h2>
+            <ul>
+            <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
+            <li><a href="/news/2017/03">March</a></li>
+            <li><a href="/news/2017/02">February</a></li>
+            </ul>
+            <h2>2016</h2>
+            <ul>
+            <li><a href="/news/2016">All of 2016</a></li>
+            <li><a href="/news/2016/12">December</a></li>
+            <li><a href="/news/2016/11">November</a></li>
+            <li><a href="/news/2016/10">October</a></li>
+            <li><a href="/news/2016/08">August</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 © 2017 — 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/b4c92d23/content/news/2017/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/index.html b/content/news/2017/index.html
index 62bf179..7c7190d 100644
--- a/content/news/2017/index.html
+++ b/content/news/2017/index.html
@@ -48,6 +48,18 @@
         <div class="l-two-third">
       <div class="l-first">
               <div  class="l-full">
+                  <h1>All News for May 2017</h1>
+                  <p>This section contains all news items published in <a 
href="/news/2017/05">May 2017</a>.</p>
+              </div>
+                  <div class="l-full">
+                       <h3 
id="/news/2017/05/16/wicket-7.7.0-released.html">Apache Wicket 7.7.0 
released</h3>
+                      <small>16 May 2017</small>
+                       <p>The Apache Wicket PMC is proud to announce Apache 
Wicket 7.7.0! Apache Wicket is an open source Java component oriented web 
application framework that powers...
+                       <a 
href="/news/2017/05/16/wicket-7.7.0-released.html">more</a></li></p>
+                  </div>
+              <hr>
+              <div class="l-first"></div>
+              <div  class="l-full">
                   <h1>All News for March 2017</h1>
                   <p>This section contains all news items published in <a 
href="/news/2017/03">March 2017</a>.</p>
               </div>
@@ -77,6 +89,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index e4dbe99..42e9527 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -52,6 +52,12 @@
   <h1 id="all-news-for-2017">All News for 2017</h1>
   <p>This section contains all news items published in <a 
href="/news/2017">2017</a>.</p>
   <article>
+       <h3 id="/news/2017/05/16/wicket-7.7.0-released.html">Apache Wicket 
7.7.0 released</h3>
+    <small>16 May 2017</small>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.7.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/2017/05/16/wicket-7.7.0-released.html">more</a></p>
+</article>
+  <article>
        <h3 id="/news/2017/03/29/wicket-8.0.0-M5-released.html">Apache Wicket 
8.0.0-M5 released</h3>
     <small>29 Mar 2017</small>
        <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M5! 
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...
@@ -1074,6 +1080,7 @@ This is the eighth maintenance release of 1.4.x series 
and brings over
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/05">May</a></li>
             <li><a href="/news/2017/03">March</a></li>
             <li><a href="/news/2017/02">February</a></li>
             </ul>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index ac25742..e944a76 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -86,7 +86,7 @@
        </tr>
        <tr>
                <td><a href="wicket-7.x.html">Wicket 7.x</a></td>
-               <td>7.6.0</td>
+               <td>7.7.0</td>
                <td>current, supported</td>
        </tr>
        <tr>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 9d88162..2bcf2f4 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -121,10 +121,10 @@ command line to your clipboard.</p>
     <select onchange="changeIt();" id="version">
        <option value="8.0.0-SNAPSHOT">8.0.0-SNAPSHOT</option>
        <option value="8.0.0-M5">8.0.0-M5</option>
-       <option value="7.7.0-SNAPSHOT">7.7.0-SNAPSHOT</option>
+       <option value="7.8.0-SNAPSHOT">7.8.0-SNAPSHOT</option>
        <option value="6.27.0-SNAPSHOT">6.27.0-SNAPSHOT</option>
        <option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option>
-       <option value="7.6.0" selected="selected">7.6.0</option>
+       <option value="7.7.0" selected="selected">7.7.0</option>
        <option value="1.4.23">1.4.23</option>
        <option value="1.5.17">1.5.17</option>
        <option value="6.26.0">6.26.0</option>
@@ -153,7 +153,7 @@ 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
+<div class="highlighter-rouge"><pre class="highlight"><code>    mvn 
archetype:generate -DarchetypeCatalog<span 
class="o">=</span>http://wicket.apache.org
 </code></pre>
 </div>
 <h4 id="result-of-the-maven-command">Result of the Maven command</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/b4c92d23/content/start/wicket-7.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html
index f77da65..87c5f8c 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.6.0/CHANGELOG-7.x";>change 
log</a>.</p>
+<a href="http://archive.apache.org/dist/wicket/7.7.0/CHANGELOG-7.x";>change 
log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>7.6.0</strong>. 
+<p>The most recent release in this branch is: <strong>7.7.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.6.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>7.7.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’s 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.6.0/apache-wicket-7.6.0.tar.gz";>apache-wicket-7.6.0.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.tar.gz.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.7.0/apache-wicket-7.7.0.tar.gz";>apache-wicket-7.7.0.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.0.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.0.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.0.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.6.0/apache-wicket-7.6.0.zip";>apache-wicket-7.6.0.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/apache-wicket-7.6.0.zip.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.7.0/apache-wicket-7.7.0.zip";>apache-wicket-7.7.0.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.0.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.0.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/apache-wicket-7.7.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.6.0/binaries/apache-wicket-7.6.0-bin.tar.gz";>apache-wicket-7.6.0-bin.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.tar.gz.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.tar.gz";>apache-wicket-7.7.0-bin.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.zip";>apache-wicket-7.6.0-bin.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/7.6.0/binaries/apache-wicket-7.6.0-bin.zip.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.zip";>apache-wicket-7.7.0-bin.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/7.7.0/binaries/apache-wicket-7.7.0-bin.zip.sha";>SHA</a>
 )</li>
 </ul>
 <p>Note that the binary packages and the source packages don’t contain any

Reply via email to