Repository: wicket-site Updated Branches: refs/heads/asf-site f3b1956e2 -> 3f2b60d36
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html index 1398364..cb8c8fd 100644 --- a/content/news/2012/09/index.html +++ b/content/news/2012/09/index.html @@ -86,6 +86,7 @@ encoded null byte to a URL pointing to a Wicket app. This could be done by...</p <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html index 54e545f..759eaca 100644 --- a/content/news/2012/10/index.html +++ b/content/news/2012/10/index.html @@ -74,6 +74,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html index 975d7d8..fe760fc 100644 --- a/content/news/2012/11/index.html +++ b/content/news/2012/11/index.html @@ -72,6 +72,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/12/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html index 117c18b..f9ec76a 100644 --- a/content/news/2012/12/index.html +++ b/content/news/2012/12/index.html @@ -59,6 +59,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2012/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/index.html b/content/news/2012/index.html index f8fd3ef..491725b 100644 --- a/content/news/2012/index.html +++ b/content/news/2012/index.html @@ -239,6 +239,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/01/23/wicket-6.5.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/01/23/wicket-6.5.0-released.html b/content/news/2013/01/23/wicket-6.5.0-released.html index 5fa0775..24acd1d 100644 --- a/content/news/2013/01/23/wicket-6.5.0-released.html +++ b/content/news/2013/01/23/wicket-6.5.0-released.html @@ -66,7 +66,7 @@ the attributes for all Ajax requests.</p> <figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="n">application</span><span class="o">.</span><span class="na">getAjaxRequestTargetListeners</span><span class="o">().</span><span class="na">add</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxRequestTarget</span><span class="o">.</span><span class="na">AbstractListener</span><span class="o">()</span> <span class="o">{</span> <span class="nd">@Override</span> - <span class="kd">public</span> <span class="kt">void</span> <span class="nf">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span> + <span class="kd">public</span> <span class="kt">void</span> <span class="n">updateAjaxAttributes</span><span class="o">(</span><span class="n">AjaxRequestAttributes</span> <span class="n">attributes</span><span class="o">)</span> <span class="o">{</span> <span class="kd">super</span><span class="o">.</span><span class="na">updateAjaxAttributes</span><span class="o">(</span><span class="n">attributes</span><span class="o">);</span> <span class="n">attributes</span><span class="o">.</span><span class="na">setChannel</span><span class="o">(</span><span class="k">new</span> <span class="n">AjaxChannel</span><span class="o">(</span><span class="s">"globalAjaxChannel"</span><span class="o">,</span> <span class="n">AjaxChannel</span><span class="o">.</span><span class="na">Type</span><span class="o">.</span><span class="na">ACTIVE</span><span class="o">));</span> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html index a4c9e5c..aea8183 100644 --- a/content/news/2013/01/index.html +++ b/content/news/2013/01/index.html @@ -59,6 +59,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html index 29a885c..6624a63 100644 --- a/content/news/2013/02/index.html +++ b/content/news/2013/02/index.html @@ -72,6 +72,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html index e4e6e47..0433a68 100644 --- a/content/news/2013/03/index.html +++ b/content/news/2013/03/index.html @@ -64,6 +64,7 @@ This mig...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html index 8e161bf..a2d4e8e 100644 --- a/content/news/2013/04/index.html +++ b/content/news/2013/04/index.html @@ -59,6 +59,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html index 03cadff..c901bcc 100644 --- a/content/news/2013/05/index.html +++ b/content/news/2013/05/index.html @@ -59,6 +59,7 @@ with Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/06/27/wicket-6.9.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/27/wicket-6.9.0-released.html b/content/news/2013/06/27/wicket-6.9.0-released.html index efac1e4..b73402d 100644 --- a/content/news/2013/06/27/wicket-6.9.0-released.html +++ b/content/news/2013/06/27/wicket-6.9.0-released.html @@ -59,7 +59,7 @@ compared to 6.0.0.</p> <p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE 6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x. To use this resource reference do in your applicationâ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/3f2b60d3/content/news/2013/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html index 4570b36..eed9f07 100644 --- a/content/news/2013/06/index.html +++ b/content/news/2013/06/index.html @@ -59,6 +59,7 @@ Wicket 6 we u...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/07/10/wicket-6.9.1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/10/wicket-6.9.1-released.html b/content/news/2013/07/10/wicket-6.9.1-released.html index 253e986..5d2c805 100644 --- a/content/news/2013/07/10/wicket-6.9.1-released.html +++ b/content/news/2013/07/10/wicket-6.9.1-released.html @@ -69,7 +69,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its applicationâ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/3f2b60d3/content/news/2013/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html index babb1b4..0624534 100644 --- a/content/news/2013/07/index.html +++ b/content/news/2013/07/index.html @@ -58,6 +58,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/08/18/wicket-6.10.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/18/wicket-6.10.0-released.html b/content/news/2013/08/18/wicket-6.10.0-released.html index f219053..14608e9 100644 --- a/content/news/2013/08/18/wicket-6.10.0-released.html +++ b/content/news/2013/08/18/wicket-6.10.0-released.html @@ -82,7 +82,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its applicationâ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/3f2b60d3/content/news/2013/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html index 83dcc7b..a830412 100644 --- a/content/news/2013/08/index.html +++ b/content/news/2013/08/index.html @@ -59,6 +59,7 @@ Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/09/20/wicket-6.11.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/09/20/wicket-6.11.0-released.html b/content/news/2013/09/20/wicket-6.11.0-released.html index 5298251..19669aa 100644 --- a/content/news/2013/09/20/wicket-6.11.0-released.html +++ b/content/news/2013/09/20/wicket-6.11.0-released.html @@ -92,7 +92,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its applicationâ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/3f2b60d3/content/news/2013/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html index 34b4e75..8c22012 100644 --- a/content/news/2013/09/index.html +++ b/content/news/2013/09/index.html @@ -59,6 +59,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/11/01/wicket-6.12.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/11/01/wicket-6.12.0-released.html b/content/news/2013/11/01/wicket-6.12.0-released.html index d53b1b6..8041c90 100644 --- a/content/news/2013/11/01/wicket-6.12.0-released.html +++ b/content/news/2013/11/01/wicket-6.12.0-released.html @@ -78,7 +78,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its applicationâ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/3f2b60d3/content/news/2013/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html index 7d8e29c..c7687de 100644 --- a/content/news/2013/11/index.html +++ b/content/news/2013/11/index.html @@ -59,6 +59,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2013/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/index.html b/content/news/2013/index.html index 4f87051..06009ff 100644 --- a/content/news/2013/index.html +++ b/content/news/2013/index.html @@ -179,6 +179,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/01/05/wicket-6.13.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/05/wicket-6.13.0-released.html b/content/news/2014/01/05/wicket-6.13.0-released.html index 810921c..b218b0f 100644 --- a/content/news/2014/01/05/wicket-6.13.0-released.html +++ b/content/news/2014/01/05/wicket-6.13.0-released.html @@ -131,7 +131,7 @@ downgrade to JQuery 1.8.3-the previously provided JQuery that still contains these APIs. Download the 1.8.3 release of jquery and add it to your project in its applicationâ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/3f2b60d3/content/news/2014/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html index ec53169..8836984 100644 --- a/content/news/2014/01/index.html +++ b/content/news/2014/01/index.html @@ -59,6 +59,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html index 5bb00a9..41f3bf7 100644 --- a/content/news/2014/02/index.html +++ b/content/news/2014/02/index.html @@ -111,6 +111,7 @@ Apache Wicket 1.5.10 and 6.13.0</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html index a55f29e..c735825 100644 --- a/content/news/2014/04/index.html +++ b/content/news/2014/04/index.html @@ -70,6 +70,7 @@ the course of the coming milestone releases....</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html index 5151bfb..4c728b6 100644 --- a/content/news/2014/06/index.html +++ b/content/news/2014/06/index.html @@ -70,6 +70,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html index 601ceda..c79b3cc 100644 --- a/content/news/2014/08/index.html +++ b/content/news/2014/08/index.html @@ -70,6 +70,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html index 8b6a79b..7fc5c46 100644 --- a/content/news/2014/09/index.html +++ b/content/news/2014/09/index.html @@ -78,6 +78,7 @@ This could lead to a security issue if two or more users with a temporary sessio <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html index f0f225e..cb30c5c 100644 --- a/content/news/2014/11/index.html +++ b/content/news/2014/11/index.html @@ -66,6 +66,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2014/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/index.html b/content/news/2014/index.html index 4f37864..8d1aa91 100644 --- a/content/news/2014/index.html +++ b/content/news/2014/index.html @@ -191,6 +191,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html index 64c3764..039a32d 100644 --- a/content/news/2015/02/index.html +++ b/content/news/2015/02/index.html @@ -88,6 +88,7 @@ to announce that he has accepted.</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html index 612bc76..8ac01f3 100644 --- a/content/news/2015/06/index.html +++ b/content/news/2015/06/index.html @@ -66,6 +66,7 @@ with Wicket 6 we us...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html index 7d3ae68..2cde286 100644 --- a/content/news/2015/07/index.html +++ b/content/news/2015/07/index.html @@ -57,6 +57,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html index 21b1817..33e67d5 100644 --- a/content/news/2015/10/index.html +++ b/content/news/2015/10/index.html @@ -74,6 +74,7 @@ use semantic ...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html index 86fda91..6070630 100644 --- a/content/news/2015/11/index.html +++ b/content/news/2015/11/index.html @@ -72,6 +72,7 @@ use semantic v...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2015/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/index.html b/content/news/2015/index.html index b0925d5..df366f4 100644 --- a/content/news/2015/index.html +++ b/content/news/2015/index.html @@ -149,6 +149,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html index f98d8ea..0d62055 100644 --- a/content/news/2016/01/index.html +++ b/content/news/2016/01/index.html @@ -59,6 +59,7 @@ use semantic ...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html index dcd50d1..ddca706 100644 --- a/content/news/2016/02/index.html +++ b/content/news/2016/02/index.html @@ -73,6 +73,7 @@ use semantic v...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html index cd42665..7836538 100644 --- a/content/news/2016/03/index.html +++ b/content/news/2016/03/index.html @@ -76,6 +76,7 @@ Apache Wicket 1.5.x, 6.x and 7.x</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html index 30c1df4..5dd44ce 100644 --- a/content/news/2016/05/index.html +++ b/content/news/2016/05/index.html @@ -69,6 +69,7 @@ government...</p> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/07/21/wicket-6.24.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/21/wicket-6.24.0-released.html b/content/news/2016/07/21/wicket-6.24.0-released.html new file mode 100644 index 0000000..2807070 --- /dev/null +++ b/content/news/2016/07/21/wicket-6.24.0-released.html @@ -0,0 +1,148 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.24.0 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2016/07/21/wicket-6.24.0-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 6.24.0 released</h1> + </header> + <section class="l-one-third right"> + <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#this-release"><span class="toc-number">3.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">21 Jul 2016</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0!</p> +<p>Apache Wicket is an open source Java component oriented web application +framework that powers thousands of web applications and web sites for +governments, stores, universities, cities, banks, email providers, and +more. You can find more about Apache Wicket at https://wicket.apache.org</p> +<p>This release marks another minor release of Wicket 6. We +use semantic versioning for the development of Wicket, and as such no +API breaks are present breaks are present in this release compared to +6.0.0.</p> +<h2 id="new-and-noteworthy">New and noteworthy</h2> +<ul> + <li> + <p>upgrades JQuery dependency to 1.12.4 and 2.2.4</p> + </li> + <li> + <p>increases performance when using KeyInSessionSunJceCryptFactory</p> + </li> +</ul> +<h2 id="using-this-release">Using this release</h2> +<p>With Apache Maven update your dependency to (and donâ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"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>6.24.0<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0">http://www.apache.org/dyn/closer.cgi/wicket/6.24.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries</a></li> +</ul> +<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2> +<p>If you upgrade from 6.y.z this release is a drop in replacement. If +you come from a version prior to 6.0.0, please read our Wicket 6 +migration guide found at</p> +<ul> + <li><a href="http://s.apache.org/wicket6migration">http://s.apache.org/wicket6migration</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<p>========================================================================</p> +<p>The signatures for the source release artefacts:</p> +<p>Signature for apache-wicket-6.24.0.zip:</p> +<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS +JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz +=OALQ +-----END PGP SIGNATURE----- +</code></pre> +</div> +<p>Signature for apache-wicket-6.24.0.tar.gz:</p> +<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY +QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8 +=lDjk +-----END PGP SIGNATURE----- +</code></pre> +</div> +<p>========================================================================</p> +<h3 id="this-release">This Release</h3> +<h4 id="changelog-for-6240">CHANGELOG for 6.24.0:</h4> +<h5 id="bug">Bug</h5> +<ul> + <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li> + <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li> + <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li> + <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li> + <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li> + <li>[WICKET-6181] - Revert the removal of the default error message when uploading too big files</li> + <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li> + <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li> + <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li> +</ul> +<h5 id="improvement">Improvement</h5> +<ul> + <li>[WICKET-6053] - Allow to reuse the same application instance in several tests</li> + <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li> + <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;"> + <div style="margin-top:12px;">Copyright © 2016 â The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/07/21/wicket-7.4.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/21/wicket-7.4.0-released.html b/content/news/2016/07/21/wicket-7.4.0-released.html new file mode 100644 index 0000000..6d033ea --- /dev/null +++ b/content/news/2016/07/21/wicket-7.4.0-released.html @@ -0,0 +1,172 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 7.4.0 released | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2016/07/21/wicket-7.4.0-released.html --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Apache Wicket 7.4.0 released</h1> + </header> + <section class="l-one-third right"> + <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#this-release"><span class="toc-number">3.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">21 Jul 2016</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0!</p> +<p>Apache Wicket is an open source Java component oriented web application +framework that powers thousands of web applications and web sites for +governments, stores, universities, cities, banks, email providers, and +more. You can find more about Apache Wicket at https://wicket.apache.org</p> +<p>This release marks another minor release of Wicket 7. We +use semantic versioning for the development of Wicket, and as such no +API breaks are present breaks are present in this release compared to +7.0.0.</p> +<h2 id="new-and-noteworthy">New and noteworthy</h2> +<ul> + <li> + <p>improves stateless AJAX support by integrating the Wicket Stuff +wicket-stateless module (WICKET-6183)</p> + </li> + <li> + <p>improves compatibility for playing videos on iOS devices due to missing +media type in MediaComponent</p> + </li> + <li> + <p>upgrades provided JQuery to 1.12.4 and 2.2.4</p> + </li> + <li> + <p>improves compatibility with CGLIB when using wicket-jmx</p> + </li> +</ul> +<h2 id="using-this-release">Using this release</h2> +<p>With Apache Maven update your dependency to (and donâ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"><dependency></span> + <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> + <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> + <span class="nt"><version></span>7.4.0<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> +<p>Or download and build the distribution yourself, or use our +convenience binary package</p> +<ul> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0">http://www.apache.org/dyn/closer.cgi/wicket/7.4.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries</a></li> +</ul> +<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2> +<p>If you upgrade from 7.y.z this release is a drop in replacement. If +you come from a version prior to 7.0.0, please read our Wicket 7 +migration guide found at</p> +<ul> + <li><a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<p>========================================================================</p> +<p>The signatures for the source release artefacts:</p> +<p>Signature for apache-wicket-7.4.0.zip:</p> +<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3 +QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d +=sPs0 +-----END PGP SIGNATURE----- +</code></pre> +</div> +<p>Signature for apache-wicket-7.4.0.tar.gz:</p> +<div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org +iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY +pS8AoINM8PFic38Lbf55tNmeegzROZYx +=iTAS +-----END PGP SIGNATURE----- +</code></pre> +</div> +<p>========================================================================</p> +<h3 id="this-release">This Release</h3> +<h4 id="changelog-for-740">CHANGELOG for 7.4.0:</h4> +<h5 id="bug">Bug</h5> +<ul> + <li>[WICKET-6154] - Performance bottleneck when using KeyInSessionSunJceCryptFactory</li> + <li>[WICKET-6155] - Newline in ModalWindow title</li> + <li>[WICKET-6157] - WicketTester and application servers are destroying app differently</li> + <li>[WICKET-6160] - Missing type for MediaComponent causing iOS devices not to be able to play videos</li> + <li>[WICKET-6162] - Reload leads to unexpected RuntimeException âUnable to find component with idâ</li> + <li>[WICKET-6169] - NullPointerException accessing AbstractRequestLogger.getLiveSessions</li> + <li>[WICKET-6170] - Wrong requestmapper used for cache decorated resources</li> + <li>[WICKET-6172] - Inconsistent results from getTag[s]ByWicketId</li> + <li>[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute stop working</li> + <li>[WICKET-6174] - Browser/Client info navigatorJavaEnabled property returns undefined</li> + <li>[WICKET-6175] - Aautocomplete suggestion window is not closing in IE11</li> + <li>[WICKET-6180] - JMX Initializerâs usage of CGLIB makes it impossible to upgrade to CGLIB 3.2.3</li> + <li>[WICKET-6185] - Border body not reachable for visitors</li> + <li>[WICKET-6187] - Enclosures rendered twice in derived component</li> + <li>[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of component it is attached to</li> + <li>[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 7</li> + <li>[WICKET-6198] - Unable to disable a MultiFileUploadField</li> + <li>[WICKET-6202] - Guide: 26.1 Page storing, section HttpSessionDataStore - example code is not correct</li> + <li>[WICKET-6204] - Copy only the provided attributes for Ajax link inclusion</li> +</ul> +<h5 id="improvement">Improvement</h5> +<ul> + <li>[WICKET-6153] - WicketTesterâs MockHttpServletRequest doesnât expose setLocale(aLocale) method</li> + <li>[WICKET-6178] - MetaDataHeaderItem # generateString() should return specials characters escaped like StringEscapeUtils.escapeHtml(s) does</li> + <li>[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check in Component#createRequestHandler</li> + <li>[WICKET-6183] - Improve stateless support for AJAX</li> + <li>[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4</li> +</ul> +<h5 id="new-feature">New Feature</h5> +<ul> + <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;"> + <div style="margin-top:12px;">Copyright © 2016 â The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html new file mode 100644 index 0000000..c2930f1 --- /dev/null +++ b/content/news/2016/07/index.html @@ -0,0 +1,170 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Monthly archive for July 2016 | Apache Wicket</title> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> + <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" /> + <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" /> + + <script src="//code.jquery.com/jquery-1.11.3.min.js"></script> + + </head> + + <body class=""> + <div class="header default"> + <div class="l-container"> +<nav class="mainmenu"> + <ul> + <!-- /start/quickstart.html || /news/2016/07 --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2016/07 --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2016/07 --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2016/07 --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2016/07 --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2016/07 --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2016/07 --> + <li class=""><a href="/apache">Apache</a></li> + </ul> +</nav> + <div class="logo"> + <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a> +</div> + </div> +</div> +<main> + <div class="l-container"> + <header class="l-full preamble"> + <h1>Monthly archive for July 2016</h1> + </header> + <div class="l-two-third"> +<div class="news"> + <h3>Apache Wicket 6.24.0 released</h3> + <p><small>21 Jul 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0!</p> +<p>Apache Wicket is an open source Java component oriented web application +framework that powers thousands of web applications and web sites for +governments...</p> + <a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a></li> +</div> +<div class="news"> + <h3>Apache Wicket 7.4.0 released</h3> + <p><small>21 Jul 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0!</p> +<p>Apache Wicket is an open source Java component oriented web application +framework that powers thousands of web applications and web sites for +government...</p> + <a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a></li> +</div> + </div> + <div class="l-one-third"> + <h2>2016</h2> + <ul> + <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> + <li><a href="/news/2016/05">May</a></li> + <li><a href="/news/2016/03">March</a></li> + <li><a href="/news/2016/02">February</a></li> + <li><a href="/news/2016/01">January</a></li> + </ul> + <h2>2015</h2> + <ul> + <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> + <li><a href="/news/2015/10">October</a></li> + <li><a href="/news/2015/07">July</a></li> + <li><a href="/news/2015/06">June</a></li> + <li><a href="/news/2015/02">February</a></li> + </ul> + <h2>2014</h2> + <ul> + <li><a href="/news/2014">All of 2014</a></li> + <li><a href="/news/2014/11">November</a></li> + <li><a href="/news/2014/09">September</a></li> + <li><a href="/news/2014/08">August</a></li> + <li><a href="/news/2014/06">June</a></li> + <li><a href="/news/2014/04">April</a></li> + <li><a href="/news/2014/02">February</a></li> + <li><a href="/news/2014/01">January</a></li> + </ul> + <h2>2013</h2> + <ul> + <li><a href="/news/2013">All of 2013</a></li> + <li><a href="/news/2013/11">November</a></li> + <li><a href="/news/2013/09">September</a></li> + <li><a href="/news/2013/08">August</a></li> + <li><a href="/news/2013/07">July</a></li> + <li><a href="/news/2013/06">June</a></li> + <li><a href="/news/2013/05">May</a></li> + <li><a href="/news/2013/04">April</a></li> + <li><a href="/news/2013/03">March</a></li> + <li><a href="/news/2013/02">February</a></li> + <li><a href="/news/2013/01">January</a></li> + </ul> + <h2>2012</h2> + <ul> + <li><a href="/news/2012">All of 2012</a></li> + <li><a href="/news/2012/12">December</a></li> + <li><a href="/news/2012/11">November</a></li> + <li><a href="/news/2012/10">October</a></li> + <li><a href="/news/2012/09">September</a></li> + <li><a href="/news/2012/08">August</a></li> + <li><a href="/news/2012/07">July</a></li> + <li><a href="/news/2012/06">June</a></li> + <li><a href="/news/2012/05">May</a></li> + <li><a href="/news/2012/03">March</a></li> + <li><a href="/news/2012/01">January</a></li> + </ul> + <h2>2011</h2> + <ul> + <li><a href="/news/2011">All of 2011</a></li> + <li><a href="/news/2011/11">November</a></li> + <li><a href="/news/2011/10">October</a></li> + <li><a href="/news/2011/09">September</a></li> + <li><a href="/news/2011/08">August</a></li> + <li><a href="/news/2011/06">June</a></li> + <li><a href="/news/2011/05">May</a></li> + <li><a href="/news/2011/04">April</a></li> + <li><a href="/news/2011/03">March</a></li> + <li><a href="/news/2011/02">February</a></li> + <li><a href="/news/2011/01">January</a></li> + </ul> + <h2>2010</h2> + <ul> + <li><a href="/news/2010">All of 2010</a></li> + <li><a href="/news/2010/12">December</a></li> + <li><a href="/news/2010/11">November</a></li> + <li><a href="/news/2010/09">September</a></li> + <li><a href="/news/2010/08">August</a></li> + <li><a href="/news/2010/05">May</a></li> + <li><a href="/news/2010/03">March</a></li> + <li><a href="/news/2010/02">February</a></li> + </ul> + <h2>2009</h2> + <ul> + <li><a href="/news/2009">All of 2009</a></li> + <li><a href="/news/2009/12">December</a></li> + <li><a href="/news/2009/10">October</a></li> + <li><a href="/news/2009/08">August</a></li> + <li><a href="/news/2009/07">July</a></li> + </ul> + </div> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;"> + <div style="margin-top:12px;">Copyright © 2016 â The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div> +</div> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/2016/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/index.html b/content/news/2016/index.html index 9a866da..c55ee8f 100644 --- a/content/news/2016/index.html +++ b/content/news/2016/index.html @@ -48,6 +48,24 @@ <div class="l-two-third"> <div class="l-first"> <div class="l-full"> + <h1>All News for July 2016</h1> + <p>This section contains all news items published in <a href="/news/2016/07">July 2016</a>.</p> + </div> + <div class="l-full"> + <h3 id="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0 released</h3> + <small>21 Jul 2016</small> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0! Apache Wicket is an open source Java component oriented web application framework that powers... + <a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a></li></p> + </div> + <div class="l-full"> + <h3 id="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0 released</h3> + <small>21 Jul 2016</small> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! Apache Wicket is an open source Java component oriented web application framework that powers... + <a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a></li></p> + </div> + <hr> + <div class="l-first"></div> + <div class="l-full"> <h1>All News for May 2016</h1> <p>This section contains all news items published in <a href="/news/2016/05">May 2016</a>.</p> </div> @@ -119,6 +137,7 @@ <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/news/index.html ---------------------------------------------------------------------- diff --git a/content/news/index.html b/content/news/index.html index 0e0c634..3ebb3e2 100644 --- a/content/news/index.html +++ b/content/news/index.html @@ -52,6 +52,18 @@ <h1 id="all-news-for-2016">All News for 2016</h1> <p>This section contains all news items published in <a href="/news/2016">2016</a>.</p> <article> + <h3 id="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0 released</h3> + <small>21 Jul 2016</small> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.4.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at... + <a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a></p> +</article> + <article> + <h3 id="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0 released</h3> + <small>21 Jul 2016</small> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.24.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at... + <a href="/news/2016/07/21/wicket-6.24.0-released.html">more</a></p> +</article> + <article> <h3 id="/news/2016/05/05/wicket-7.3.0-released.html">Apache Wicket 7.3.0 released</h3> <small>05 May 2016</small> <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at... @@ -978,6 +990,7 @@ This is the eighth maintenance release of 1.4.x series and brings over <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> + <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> <li><a href="/news/2016/02">February</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/download.html ---------------------------------------------------------------------- diff --git a/content/start/download.html b/content/start/download.html index 992a910..8604d11 100644 --- a/content/start/download.html +++ b/content/start/download.html @@ -81,17 +81,17 @@ </tr> <tr> <td><a href="wicket-8.x.html">Wicket 8.x</a></td> - <td>8.0.0-SNAPSHOT</td> + <td>8.0.0-M1</td> <td>in development</td> </tr> <tr> <td><a href="wicket-7.x.html">Wicket 7.x</a></td> - <td>7.3.0</td> + <td>7.4.0</td> <td>current, supported</td> </tr> <tr> <td><a href="wicket-6.x.html">Wicket 6.x</a></td> - <td>6.23.0</td> + <td>6.24.0</td> <td>supported</td> </tr> <tr> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/quickstart.html ---------------------------------------------------------------------- diff --git a/content/start/quickstart.html b/content/start/quickstart.html index 359c64e..2b35646 100644 --- a/content/start/quickstart.html +++ b/content/start/quickstart.html @@ -122,10 +122,10 @@ command line to your clipboard.</p> <option value="7.4.0-SNAPSHOT">7.4.0-SNAPSHOT</option> <option value="6.24.0-SNAPSHOT">6.24.0-SNAPSHOT</option> <option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option> - <option value="7.3.0" selected="selected">7.3.0</option> + <option value="7.4.0" selected="selected">7.4.0</option> <option value="1.4.23">1.4.23</option> <option value="1.5.15">1.5.15</option> - <option value="6.23.0">6.23.0</option> + <option value="6.24.0">6.24.0</option> </select> </div> <div> @@ -151,9 +151,9 @@ generated (e.g. for Eclipse users this would be your workspace folder). Paste the command line into your terminal window and press «enter» to execute the command.</p> <p>You can create your quickstart interactively too with the following Maven command:</p> -<div class="language-shell highlighter-rouge"><pre class="highlight"><code> mvn archetype:generate -DarchetypeCatalog<span class="o">=</span>http://wicket.apache.org -</code></pre> -</div> +<p><code class="highlighter-rouge">shell + mvn archetype:generate -DarchetypeCatalog=http://wicket.apache.org +</code></p> <h4 id="result-of-the-maven-command">Result of the Maven command</h4> <p>Executing the Maven command line will result the following directory structure:</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/wicket-6.x.html ---------------------------------------------------------------------- diff --git a/content/start/wicket-6.x.html b/content/start/wicket-6.x.html index cd7f44d..76d2fbc 100644 --- a/content/start/wicket-6.x.html +++ b/content/start/wicket-6.x.html @@ -72,16 +72,16 @@ convenience.</p> releases will not break compatibility.</p> <h3 id="change-log">Change log</h3> <p>To see what changed in this release (and prior releases) you can read -the <a href="http://archive.apache.org/dist/wicket/6.23.0/CHANGELOG-6.x">change log</a>.</p> +the <a href="http://archive.apache.org/dist/wicket/6.24.0/CHANGELOG-6.x">change log</a>.</p> <h2 id="download">Download</h2> -<p>The most recent release in this branch is: <strong>6.23.0</strong>.</p> +<p>The most recent release in this branch is: <strong>6.24.0</strong>.</p> <p>You can get the release using Maven or download it manually.</p> <h3 id="using-apache-maven">Using Apache Maven</h3> <p>Use the following Maven dependency to use Wicket in your project:</p> <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>6.23.0<span class="nt"></version></span> + <span class="nt"><version></span>6.24.0<span class="nt"></version></span> <span class="nt"></dependency></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.23.0/apache-wicket-6.23.0.tar.gz">apache-wicket-6.23.0.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.tar.gz.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/apache-wicket-6.24.0.tar.gz">apache-wicket-6.24.0.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.tar.gz.sha">SHA</a> )</li> - <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/apache-wicket-6.23.0.zip">apache-wicket-6.23.0.zip</a> -(<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/apache-wicket-6.23.0.zip.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/apache-wicket-6.24.0.zip">apache-wicket-6.24.0.zip</a> +(<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/apache-wicket-6.24.0.zip.sha">SHA</a> )</li> </ul> <p>Or use the following links to get the pre-packaged binaries instead:</p> <ul> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz">apache-wicket-6.23.0-bin.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.tar.gz.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz">apache-wicket-6.24.0-bin.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.tar.gz.sha">SHA</a> )</li> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip">apache-wicket-6.23.0-bin.zip</a> -(<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/6.23.0/binaries/apache-wicket-6.23.0-bin.zip.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip">apache-wicket-6.24.0-bin.zip</a> +(<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/6.24.0/binaries/apache-wicket-6.24.0-bin.zip.sha">SHA</a> )</li> </ul> <p>Note that the binary packages and the source packages donât contain any http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/wicket-7.x.html ---------------------------------------------------------------------- diff --git a/content/start/wicket-7.x.html b/content/start/wicket-7.x.html index 6a78be0..da467f8 100644 --- a/content/start/wicket-7.x.html +++ b/content/start/wicket-7.x.html @@ -67,16 +67,16 @@ projects intended for production use should use this version.</p> releases will not break compatibility.</p> <h3 id="change-log">Change log</h3> <p>To see what changed in these releases you can read the -<a href="http://archive.apache.org/dist/wicket/7.3.0/CHANGELOG-7.x">change log</a>.</p> +<a href="http://archive.apache.org/dist/wicket/7.4.0/CHANGELOG-7.x">change log</a>.</p> <h2 id="download">Download</h2> -<p>The most recent release in this branch is: <strong>7.3.0</strong>. +<p>The most recent release in this branch is: <strong>7.4.0</strong>. You can get the release using <a href="#maven">Maven</a> or <a href="#manually">download it manually</a>.</p> <h3 id="maven">Using Apache Maven</h3> <p>Use the following Maven dependency to use Wicket in your project:</p> <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>7.3.0<span class="nt"></version></span> + <span class="nt"><version></span>7.4.0<span class="nt"></version></span> <span class="nt"></dependency></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.3.0/apache-wicket-7.3.0.tar.gz">apache-wicket-7.3.0.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.tar.gz.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/apache-wicket-7.4.0.tar.gz">apache-wicket-7.4.0.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.tar.gz.sha">SHA</a> )</li> - <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/apache-wicket-7.3.0.zip">apache-wicket-7.3.0.zip</a> -(<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/apache-wicket-7.3.0.zip.sha">SHA</a> + <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/apache-wicket-7.4.0.zip">apache-wicket-7.4.0.zip</a> +(<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/apache-wicket-7.4.0.zip.sha">SHA</a> )</li> </ul> <p>Or use the following links to get the pre-packaged binaries instead:</p> <ul> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz">apache-wicket-7.3.0-bin.tar.gz</a> -(<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.tar.gz.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz">apache-wicket-7.4.0-bin.tar.gz</a> +(<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.tar.gz.sha">SHA</a> )</li> - <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip">apache-wicket-7.3.0-bin.zip</a> -(<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.asc">PGP</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.md5">MD5</a>, -<a href="http://archive.apache.org/dist/wicket/7.3.0/binaries/apache-wicket-7.3.0-bin.zip.sha">SHA</a> + <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip">apache-wicket-7.4.0-bin.zip</a> +(<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip.asc">PGP</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip.md5">MD5</a>, +<a href="http://archive.apache.org/dist/wicket/7.4.0/binaries/apache-wicket-7.4.0-bin.zip.sha">SHA</a> )</li> </ul> <p>Note that the binary packages and the source packages donât contain any http://git-wip-us.apache.org/repos/asf/wicket-site/blob/3f2b60d3/content/start/wicket-8.x.html ---------------------------------------------------------------------- diff --git a/content/start/wicket-8.x.html b/content/start/wicket-8.x.html index afc962e..7c900e5 100644 --- a/content/start/wicket-8.x.html +++ b/content/start/wicket-8.x.html @@ -65,14 +65,14 @@ releases will not break compatibility.</p> <h3 id="change-log">Change log</h3> <p>The change log is not available at the current state of the development process.</p> <h2 id="download">Download</h2> -<p>The most recent test version in this branch is: <strong>8.0.0-SNAPSHOT</strong>. +<p>The most recent test version in this branch is: <strong>8.0.0-M1</strong>. You can test the current state of development using <a href="#maven">Maven</a>.</p> <h3 id="maven">Using Apache Maven</h3> <p>Use the following Maven dependency to use Wicket in your project:</p> <figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span> <span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span> <span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span> - <span class="nt"><version></span>8.0.0-SNAPSHOT<span class="nt"></version></span> + <span class="nt"><version></span>8.0.0-M1<span class="nt"></version></span> <span class="nt"></dependency></span></code></pre></figure> <p>Add the snippet above to your projectâs POM in the dependency (management) section.</p>
