Repository: wicket-site
Updated Branches:
  refs/heads/asf-site 68ac365a2 -> be50bb6dc


http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2013/04/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 8834ec0..7d0dcbc 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2013/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index e4e7d76..5f51ac6 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>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 17275d2..b72af29 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="p">(</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="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/be50bb6d/content/news/2013/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index c0c74e6..2ea8403 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 af78478..0516139 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="p">(</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="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/be50bb6d/content/news/2013/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index e176402..940c798 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 26b8aa6..4b3ea37 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="p">(</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="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/be50bb6d/content/news/2013/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index 8ab3644..dd89383 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 f62aeec..f35df08 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="n">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="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/be50bb6d/content/news/2013/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 1afbe6a..2721cbc 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 2c38681..6b2aeb4 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="n">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="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/be50bb6d/content/news/2013/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 677d7ef..58eaaf2 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/07">July</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>

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 82c9fb5..4a1cc94 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="n">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="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/be50bb6d/content/news/2014/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 0eaa99c..c4b16ae 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2014/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 54c3e12..15c3239 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/07">July</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>

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2014/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 7489a52..1420139 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2014/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 4e675e7..44d62f3 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2014/09/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 1dcdfbe..a0e1778 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/07">July</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>

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2014/index.html
----------------------------------------------------------------------
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 03a9318..b59a179 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/07">July</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>

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 6d66e36..90bcdc3 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/07">July</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>

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

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2015/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 145f7d5..46d8c10 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2015/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index 8a79098..53e4604 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/01/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index 6076cbb..8acc12e 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/07">July</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>

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

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index d66fc2f..03e1389 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index 6259719..767727d 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/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 8356c14..99db264 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/be50bb6d/content/news/2016/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
index d8600f4..43e4310 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/08/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index 1043ffd..495ce7a 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html
index 2ecef96..eb5d26a 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/11/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html
index 75060af..d5f8608 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/12/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html
index c015983..90670dd 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2016/index.html
----------------------------------------------------------------------
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index 967976e..1dea70d 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2017/02/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/02/index.html b/content/news/2017/02/index.html
index 411f800..70743a3 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2017/03/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/03/index.html b/content/news/2017/03/index.html
index 9b074af..64f2b8c 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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2017/05/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/05/index.html b/content/news/2017/05/index.html
index 24d8f11..f9a4324 100644
--- a/content/news/2017/05/index.html
+++ b/content/news/2017/05/index.html
@@ -69,6 +69,7 @@ governments, ...</p>
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/2017/07/06/wicket-6.27.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2017/07/06/wicket-6.27.0-released.html 
b/content/news/2017/07/06/wicket-6.27.0-released.html
new file mode 100644
index 0000000..a3d91d9
--- /dev/null
+++ b/content/news/2017/07/06/wicket-6.27.0-released.html
@@ -0,0 +1,174 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 6.27.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/07/06/wicket-6.27.0-released.html -->
+       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+               <!-- /start/download.html || 
/news/2017/07/06/wicket-6.27.0-released.html -->
+       <li class=""><a href="/start/download.html">Download</a></li>
+               <!-- /learn || /news/2017/07/06/wicket-6.27.0-released.html -->
+       <li class=""><a href="/learn">Documentation</a></li>
+               <!-- /help || /news/2017/07/06/wicket-6.27.0-released.html -->
+       <li class=""><a href="/help">Support</a></li>
+               <!-- /contribute || 
/news/2017/07/06/wicket-6.27.0-released.html -->
+       <li class=""><a href="/contribute">Contribute</a></li>
+               <!-- /community || /news/2017/07/06/wicket-6.27.0-released.html 
-->
+       <li class=""><a href="/community">Community</a></li>
+               <!-- /apache || /news/2017/07/06/wicket-6.27.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.27.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">06 Jul 2017</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.27.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>
+<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>6.27.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.27.0";>6.27.0 source 
download</a></li>
+  <li>Binary: <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.27.0/binaries";>6.27.0 
binary download</a></li>
+</ul>
+<!--more-->
+<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>http://s.apache.org/wicket6migrate</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-6.27.0.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+iQIcBAABAgAGBQJZWT9KAAoJEAzCjx+CMhBVx/kQAJKCnO4CJtfIGQCj2zulMxi6
+s3cRF+suIzFUHCeRXH4B+zU9wkcLEyAu2XfmZ1mjOVChpVdXDCZJ2zVquVoXq87f
+iq2iowJkvQIgax+rvin6CxtGfJz9tNIiwT+cJd++ValqLgTJl3j6MPTTcbA8vE+Q
+O95DOMe4lZHT2KcBwRVtbc4/xb6njh0ZT8rBCtyp9LgBwsN7ulrSVWRmYjtdF5FG
+LIK2DkDdYUKdF6JwIfA4kSViFRXfNoNZDBGb3TpX1tqf0VnMBhdex10cQHxA5Ztw
+JYsilCSzDc2BhnBggN3lerOphT6Zm0PMBAVVWjbv4Xcwm6GeL2LP+abk5xTv2YBQ
+kQGv0P4VNj15849z5xST3UdJcIHFpZfuTCdHtmC0yG0VUK7YN8lmNGZgRbV9emF8
+lIp0baZ2m7SlmAHVTdmdDHIBCq0du0G3o7kBS8KF5IoeLTLDC2STuo8WFU5CLiAi
+YoN9BLKSYL+ePZe2gAinZ1Wp78tHDmhAWsAnmmOnN05VSWEH8cBZ6Ak7fxYzLfvp
+f2mPw9baJN6asL/FDJhiwiYEDov7dHs3n4Y8uB1MU4P5D1o5k4GwLLXC/yMY1CG1
+9u/3wy5JWrNqdrXVnbGLNvkAuzSiCI/MFcwNBaAY80Z17NhpeXrIp3JDRrZmQQ/K
+4A3getDZ89j0cN6sOcNY
+=hZAF
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-6.27.0.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+iQIcBAABAgAGBQJZWT9KAAoJEAzCjx+CMhBVShYQAIKMOg2d84EFhw+vzJY4m/OV
+pAND+nwA8/iH8dvK1M7ZtQPYaDlwFDnGHpSnJaW1xo4FMXzvICbOURQiluc3JMJ4
+KESvXF2zOTgt6mC5Wb8409o+S3xnkr9F4AAK/Rf2NtB+xVBHyfnUqFx8KPNEUy5Q
++2dx9FkQwwLF6FZ/GQC1BIi4e0exxOJ6XxhXfxaj3ur8Sy71lHu5L/iapojnbdAN
+Dr3nSAxttfWW/5Xc5HMl9Av09EXQ6FjmW8kb3Errn0Tm4zqrg5hc+TbSy8fgsfbS
+yk94tObaRFTn6ckfV53GDMy1YCUbUgGd2LzKNor++11YlCogf7TgeP4IlKJ1ooKi
+lxRJ2Q3TLaEWmZnCIgADLpcOLzjFAWzNA18pPEjPvZjODtCUtnvhzO1Za3dxY7ZE
+fiI3MzWG33WyEIW/ejjEj+rjoN6XrVClRXXfFHqsiLz9NlSKgHTSZPuCy3JBWTwo
+9iry27zFInHKpunXecs6PhQfHVhA5L3mEy90xEn6ipcOdp59zTuiZhY8CA7M7hHY
+0iad47CkzHltAwTSOlaK+O3esWxRoLVOZUUIDZFsbtA/mg4/AUlRi34Atv3GLZWO
+EA56yVo3BeK4O9c7z9GLJRoG9XNNJn6SxmP8q1vvfEBpWT8BVBfVfq8pnV032o+Q
+MfALKqCOD4Ta2B4w9ES0
+=3H98
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-6270">CHANGELOG for 6.27.0:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+  <li>[WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. 
MarkupStream.next.</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-6340] - The Ajax reponse of an AjaxSubmitButton creates invalid 
XHTML markup for multipart forms</li>
+  <li>[WICKET-6356] - Clustering failover not working on Tomcat</li>
+  <li>[WICKET-6362] - HeaderItems with different PageParameters are treated as 
identical</li>
+  <li>[WICKET-6366] - Autocomplete race condition makes page unresponsive</li>
+  <li>[WICKET-6387] - ModalWindow PageReference broken</li>
+  <li>[WICKET-6398] - WICKET-6204 breaks jQuery.noConflict()</li>
+  <li>[WICKET-6399] - Dequeuing of Border component with nested body fails</li>
+  <li>[WICKET-6400] - Object with array property fails on NPE when 
construction JSON object</li>
+  <li>[WICKET-6409] - Session should use #getSessionStore() instead of 
‘sessionStore’</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+  <li>[WICKET-6212] - CheckChoice / add a getAdditionalAttributes() also for 
<label>-tag</label></li>
+  <li>[WICKET-6307] - SubmitLink does not work in Chrome “ff.onsubmit is not 
a function”</li>
+  <li>[WICKET-6323] - Allow ResourceBundles to use the defer attribute</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>
+  <li>[WICKET-6391] - Deprecate the classes and methods which now throw 
runtime exception after the switch to OpenJson</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/be50bb6d/content/news/2017/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/07/index.html b/content/news/2017/07/index.html
new file mode 100644
index 0000000..ce341e3
--- /dev/null
+++ b/content/news/2017/07/index.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Monthly archive for July 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/07 -->
+       <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+               <!-- /start/download.html || /news/2017/07 -->
+       <li class=""><a href="/start/download.html">Download</a></li>
+               <!-- /learn || /news/2017/07 -->
+       <li class=""><a href="/learn">Documentation</a></li>
+               <!-- /help || /news/2017/07 -->
+       <li class=""><a href="/help">Support</a></li>
+               <!-- /contribute || /news/2017/07 -->
+       <li class=""><a href="/contribute">Contribute</a></li>
+               <!-- /community || /news/2017/07 -->
+       <li class=""><a href="/community">Community</a></li>
+               <!-- /apache || /news/2017/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 2017</h1>
+        </header>
+        <div class="l-two-third">
+<div class="news">
+       <h3>Apache Wicket 6.27.0 released</h3>
+  <p><small>06 Jul 2017</small></p>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.27.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/2017/07/06/wicket-6.27.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/07">July</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/be50bb6d/content/news/2017/index.html
----------------------------------------------------------------------
diff --git a/content/news/2017/index.html b/content/news/2017/index.html
index a394bc8..7b2ed26 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 July 2017</h1>
+                  <p>This section contains all news items published in <a 
href="/news/2017/07">July 2017</a>.</p>
+              </div>
+                  <div class="l-full">
+                       <h3 
id="/news/2017/07/06/wicket-6.27.0-released.html">Apache Wicket 6.27.0 
released</h3>
+                      <small>06 Jul 2017</small>
+                       <p>The Apache Wicket PMC is proud to announce Apache 
Wicket 6.27.0! Apache Wicket is an open source Java component oriented web 
application framework that powers...
+                       <a 
href="/news/2017/07/06/wicket-6.27.0-released.html">more</a></li></p>
+                  </div>
+              <hr>
+              <div class="l-first"></div>
+              <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>
@@ -95,6 +107,7 @@
             <h2>2017</h2>
             <ul>
             <li><a href="/news/2017">All of 2017</a></li>
+            <li><a href="/news/2017/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/news/index.html
----------------------------------------------------------------------
diff --git a/content/news/index.html b/content/news/index.html
index 411bf1b..5448fa2 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/07/06/wicket-6.27.0-released.html">Apache Wicket 
6.27.0 released</h3>
+    <small>06 Jul 2017</small>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.27.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/07/06/wicket-6.27.0-released.html">more</a></p>
+</article>
+  <article>
        <h3 id="/news/2017/05/18/wicket-8.0.0-M6-released.html">Apache Wicket 
8.0.0-M6 released</h3>
     <small>18 May 2017</small>
        <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M6! 
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...
@@ -1086,6 +1092,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/07">July</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>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/start/download.html
----------------------------------------------------------------------
diff --git a/content/start/download.html b/content/start/download.html
index 533fb68..f52018d 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -91,7 +91,7 @@
        </tr>
        <tr>
                <td><a href="wicket-6.x.html">Wicket 6.x</a></td>
-               <td>6.26.0</td>
+               <td>6.27.0</td>
                <td>supported</td>
        </tr>
        <tr>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/start/quickstart.html
----------------------------------------------------------------------
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 6a2d17a..ebe11db 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -122,12 +122,12 @@ command line to your clipboard.</p>
        <option value="8.0.0-SNAPSHOT">8.0.0-SNAPSHOT</option>
        <option value="8.0.0-M6">8.0.0-M6</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="6.28.0-SNAPSHOT">6.28.0-SNAPSHOT</option>
        <option value="1.5-SNAPSHOT">1.5-SNAPSHOT</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>
+       <option value="6.27.0">6.27.0</option>
     </select>
   </div>
   <div>
@@ -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="highlighter-rouge"><pre class="highlight"><code>    mvn 
archetype:generate -DarchetypeCatalog<span 
class="o">=</span>http://wicket.apache.org
+<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>
 <h4 id="result-of-the-maven-command">Result of the Maven command</h4>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/be50bb6d/content/start/wicket-6.x.html
----------------------------------------------------------------------
diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html
index bc762ae..8143657 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.26.0/CHANGELOG-6.x";>change 
log</a>.</p>
+the <a 
href="http://archive.apache.org/dist/wicket/6.27.0/CHANGELOG-6.x";>change 
log</a>.</p>
 <h2 id="download">Download</h2>
-<p>The most recent release in this branch is: <strong>6.26.0</strong>.</p>
+<p>The most recent release in this branch is: <strong>6.27.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.26.0<span 
class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>6.27.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>
@@ -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.26.0/apache-wicket-6.26.0.tar.gz";>apache-wicket-6.26.0.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.tar.gz.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.27.0/apache-wicket-6.27.0.tar.gz";>apache-wicket-6.27.0.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.0.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.0.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.0.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/apache-wicket-6.26.0.zip";>apache-wicket-6.26.0.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/apache-wicket-6.26.0.zip.sha";>SHA</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.27.0/apache-wicket-6.27.0.zip";>apache-wicket-6.27.0.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.0.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.0.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/apache-wicket-6.27.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.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz";>apache-wicket-6.26.0-bin.tar.gz</a>
-(<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.tar.gz.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.tar.gz";>apache-wicket-6.27.0-bin.tar.gz</a>
+(<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.tar.gz.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.tar.gz.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.tar.gz.sha";>SHA</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip";>apache-wicket-6.26.0-bin.zip</a>
-(<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.asc";>PGP</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.md5";>MD5</a>,
-<a 
href="http://archive.apache.org/dist/wicket/6.26.0/binaries/apache-wicket-6.26.0-bin.zip.sha";>SHA</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.zip";>apache-wicket-6.27.0-bin.zip</a>
+(<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.zip.asc";>PGP</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.0-bin.zip.md5";>MD5</a>,
+<a 
href="http://archive.apache.org/dist/wicket/6.27.0/binaries/apache-wicket-6.27.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