Added M4 announce
Project: http://git-wip-us.apache.org/repos/asf/wicket-site/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket-site/commit/dbb1fcbd Tree: http://git-wip-us.apache.org/repos/asf/wicket-site/tree/dbb1fcbd Diff: http://git-wip-us.apache.org/repos/asf/wicket-site/diff/dbb1fcbd Branch: refs/heads/asf-site Commit: dbb1fcbdb34c67c9e1b3c9c7109ecbf9f9053e02 Parents: 23c7a9c Author: Andrea Del Bene <[email protected]> Authored: Sat Feb 11 20:50:48 2017 +0100 Committer: Andrea Del Bene <[email protected]> Committed: Sat Feb 11 20:50:48 2017 +0100 ---------------------------------------------------------------------- .../2017-02-07-wicket-8.0.0-M4-released.md | 129 ++++++++ content/atom.xml | 178 +++++++--- content/index.html | 62 ++-- content/learn/index.html | 6 +- content/news/2009/07/index.html | 5 + content/news/2009/08/index.html | 5 + content/news/2009/10/index.html | 5 + content/news/2009/12/index.html | 5 + content/news/2009/index.html | 5 + content/news/2010/02/index.html | 5 + content/news/2010/03/index.html | 5 + content/news/2010/05/index.html | 5 + content/news/2010/08/index.html | 5 + content/news/2010/09/index.html | 5 + content/news/2010/11/index.html | 5 + content/news/2010/12/index.html | 5 + content/news/2010/index.html | 5 + content/news/2011/01/index.html | 5 + content/news/2011/02/index.html | 5 + content/news/2011/03/index.html | 5 + content/news/2011/04/index.html | 5 + content/news/2011/05/index.html | 5 + content/news/2011/06/index.html | 5 + content/news/2011/08/index.html | 5 + content/news/2011/09/index.html | 5 + content/news/2011/10/index.html | 5 + content/news/2011/11/index.html | 5 + content/news/2011/index.html | 5 + content/news/2012/01/index.html | 5 + content/news/2012/03/index.html | 5 + content/news/2012/05/index.html | 5 + content/news/2012/06/index.html | 5 + content/news/2012/07/index.html | 5 + content/news/2012/08/index.html | 5 + content/news/2012/09/index.html | 5 + content/news/2012/10/index.html | 5 + content/news/2012/11/index.html | 5 + content/news/2012/12/index.html | 5 + content/news/2012/index.html | 5 + content/news/2013/01/index.html | 5 + content/news/2013/02/index.html | 5 + content/news/2013/03/index.html | 5 + content/news/2013/04/index.html | 5 + content/news/2013/05/index.html | 5 + content/news/2013/06/index.html | 5 + content/news/2013/07/index.html | 5 + content/news/2013/08/index.html | 5 + content/news/2013/09/index.html | 5 + content/news/2013/11/index.html | 5 + content/news/2013/index.html | 5 + content/news/2014/01/index.html | 5 + content/news/2014/02/index.html | 5 + content/news/2014/04/index.html | 5 + content/news/2014/06/index.html | 5 + content/news/2014/08/index.html | 5 + content/news/2014/09/index.html | 5 + content/news/2014/11/index.html | 5 + content/news/2014/index.html | 5 + content/news/2015/02/index.html | 5 + content/news/2015/06/index.html | 5 + content/news/2015/07/index.html | 5 + content/news/2015/10/index.html | 5 + content/news/2015/11/index.html | 5 + content/news/2015/index.html | 5 + content/news/2016/01/index.html | 5 + content/news/2016/02/index.html | 5 + content/news/2016/03/index.html | 5 + content/news/2016/05/index.html | 5 + content/news/2016/07/index.html | 5 + content/news/2016/08/index.html | 5 + content/news/2016/10/index.html | 5 + content/news/2016/11/index.html | 5 + content/news/2016/12/index.html | 5 + content/news/2016/index.html | 5 + .../2017/02/07/wicket-8.0.0-M4-released.html | 166 ++++++++++ content/news/2017/02/index.html | 170 ++++++++++ content/news/2017/index.html | 175 ++++++++++ content/news/index.html | 331 ++++++++++--------- 78 files changed, 1336 insertions(+), 231 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/2017/_posts/2017-02-07-wicket-8.0.0-M4-released.md ---------------------------------------------------------------------- diff --git a/2017/_posts/2017-02-07-wicket-8.0.0-M4-released.md b/2017/_posts/2017-02-07-wicket-8.0.0-M4-released.md new file mode 100644 index 0000000..a768e52 --- /dev/null +++ b/2017/_posts/2017-02-07-wicket-8.0.0-M4-released.md @@ -0,0 +1,129 @@ +--- +layout: post +title: Apache Wicket 8.0.0-M4 released +--- +The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M4! + +Apache Wicket is an open source Java component oriented web application +framework that powers thousands of web applications and web sites for +governments, stores, universities, cities, banks, email providers, and +more. You can find more about Apache Wicket at https://wicket.apache.org + +This release marks the first milestone of the major release of Wicket 8. 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 +8.0.0. + +Using this release +------------------ + +With Apache Maven update your dependency to (and don't forget to +update any other dependencies on Wicket projects to the same version): + +{% highlight xml %} +<dependency> + <groupId>org.apache.wicket</groupId> + <artifactId>wicket-core</artifactId> + <version>8.0.0-M4</version> +</dependency> +{% endhighlight %} + +Or download and build the distribution yourself, or use our +convenience binary package + +* Source: [8.0.0-M4 source download](http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4) +* Binary: [8.0.0-M4 binary download](http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4/binaries) + +<!--more--> + +Upgrading from earlier versions +------------------------------- + +If you upgrade from 8.y.z this release is a drop in replacement. If +you come from a version prior to 8.0.0, please read our Wicket 7 +migration guide found at + + * [http://s.apache.org/wicket8migration](http://s.apache.org/wicket8migration) + +Have fun! + +â The Wicket team + + +================================ + +The signatures for the source release artefacts: + + +Signature for apache-wicket-8.0.0-M4.zip: + +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVtxUP/izBwSXEepYpZ0sy5doD+e4r +m2S9cMvOgrYLCIyKrPTm8v64ltmQUVnzN+06THhLhLdHjpmquYQzC48wZzfCMlrw +Ev16DCOniQezMqsvFjlJXqNgBwZo+pRHgDif856BknqxvjmVmD6bCLkgpJDdAJt4 +EakVaLhNMV6ZcXcFRREGVgMRCmVcuzRub7A/xsNf8mMWthw+ykybjngw2TU/CxiP +LQAK2tfoJ/bAnpWb3nz89Z80PQCLg2QYpdQOZCfxqKgf7ASHicFbY8BM0Niy1ZI5 +0peUT6CHgKE7ah2Sf1xuT/tQk8IAP74PW+6Od0lrpqEds8JzwMtqgIEHmDHhQ1ri +/v4U5nyBYdXOQtFBHogjcUhWlQj5LPjE0Qje/PbxQFyQeD8S4+rqaScLHKnaUrMu +xdQMenn/gnAUJsRXesND/RcWHk1d8Kcopk2ZhTpQJmk1R5eGR0GJ5gsdMHmfvORi +EKZtDfgoWTYjYRKL9dyVDXLDdj9OXERZKTkKXLSSgPuUcmU6hMFWzxaiUoLS2zwh +g9t+KUVUVOCp/Pi1qJbUNOnnadUGB56hxwhj0H2mvnXrkI82f8+vcJyRf0Ro3ZY1 +/IZ1rkyW558ikZ+qpHfOSMSKxwUezj0lIktYohK+MiTUJCADRObdUSM3Huz2Q0Gx +ov6tXqisp3fSsea6ptvi +=7Tck +-----END PGP SIGNATURE----- +</pre></div> + +Signature for apache-wicket-8.0.0-M4.tar.gz: + +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVdUcQAJ8EruKrRhTA27n3XAtXFZ3f +UmeSlnOYiG4xkISHJjQzwx5Uc+i4H2b8M2bguEjGtE2z3SJ4SoP1GGyEC7aXHrkA +ToI7yNGp+I4EnUbQ3K7FUukOcoVoj0TJ2NQIz0kl8/37+mHOsytS0O0G5hvVYi3p +O9b84EoPPxryaEHSlMMaoADZqd67VQdj+D2eu/X8fgcHKxGWQ2oK92lAi0C/8f8K +m0fTfVI1H0GpsTGYqbRj8BzLRjfuCfN4gRsKgvDxC7uO4IYaWlLuoHfA9Yjgv8l8 +tLHK7rKVy1KLCIquo8RQdl3qZptCUS78axZrblY9WI0sH+9KQ80LL0/8gooBxKGe +jK7/0I29qOo0MdswIgTSCZuFyHtapJ+qOqvGOStDvo3tuJ1Vk9q36YdeWX6V6/DT +qdn60/FLONg18Ycr6lwuVvuvpOoMMOLnln9v7mkUCvOv2hGjsgsWDOMg9oLAeTMy +N15j3ItzfcLtw2av/1st7EFFgayRxTWK2/LfGe1WYspOazBZEldhNPrioDyPJ/ai +WioyAqzaBQBuvCdXFrwdc1hvbU41EzBVX/dDheTnS0U8U5TUC3ctHuPg86cU4Yoq +jO0X27f+8MPtzbhIVaGYsMsyW90wbpMMNYxV5gk+7FqTO9QUZOcEPhCVRReUGWhg +vQE8t5096d+rtjbXo7Fl +=oUy1 +-----END PGP SIGNATURE----- +</pre></div> +================================ + +### This Release + +#### CHANGELOG for 8.0.0-M4: + +##### Bug + + * [WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next. + * [WICKET-6288] - StatelessLink not working + * [WICKET-6303] - renderHead method of a Behavior added to a Border body is not called + * [WICKET-6306] - Changing model object of Panel added to a Border not allowed + * [WICKET-6310] - Once invalidated the Session will be invalidated on every detach + * [WICKET-6311] - SignOutPage_ru.html is missing + * [WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms + * [WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages + +##### Improvement + + * [WICKET-6307] - SubmitLink does not work in Chrome "ff.onsubmit is not a function" + * [WICKET-6308] - Add an extra constructor to EmailTextField with a custom validator but without model + * [WICKET-6315] - Optimize LinkParser by caching the compiled regex Pattern + +##### Tasks + + * [WICKET-6287] - Switch from json.org to open-json + * [WICKET-6304] - Remove Tomcat7 support in Native WebSockets + * [WICKET-6305] - Remove Atmosphere module + * [WICKET-6309] - Move the Native WebSocket demo to wicket-examples module http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/atom.xml ---------------------------------------------------------------------- diff --git a/content/atom.xml b/content/atom.xml index 5f8cc75..070e759 100644 --- a/content/atom.xml +++ b/content/atom.xml @@ -3,7 +3,7 @@ <title>Apache Wicket</title> <link href="http://wicket.apache.org/atom.xml" rel="self"/> <link href="http://wicket.apache.org/"/> - <updated>2017-01-26T18:08:22+01:00</updated> + <updated>2017-02-11T20:50:11+01:00</updated> <id>http://wicket.apache.org/</id> <author> <name>Apache Wicket</name> @@ -12,6 +12,143 @@ <entry> + <title>Apache Wicket 8.0.0-M4 released</title> + <link href="http://wicket.apache.org/news/2017/02/07/wicket-8.0.0-M4-released.html"/> + <updated>2017-02-07T00:00:00+01:00</updated> + <id>http://wicket.apache.org/news/2017/02/07/wicket-8.0.0-M4-released</id> + <content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M4!</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 the first milestone of the major release of Wicket 8. 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 +8.0.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>8.0.0-M4<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/8.0.0-M4">8.0.0-M4 source download</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4/binaries">8.0.0-M4 binary download</a></li> +</ul> + +<!--more--> + +<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2> + +<p>If you upgrade from 8.y.z this release is a drop in replacement. If +you come from a version prior to 8.0.0, please read our Wicket 7 +migration guide found at</p> + +<ul> + <li><a href="http://s.apache.org/wicket8migration">http://s.apache.org/wicket8migration</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-8.0.0-M4.zip:</p> + +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVtxUP/izBwSXEepYpZ0sy5doD+e4r +m2S9cMvOgrYLCIyKrPTm8v64ltmQUVnzN+06THhLhLdHjpmquYQzC48wZzfCMlrw +Ev16DCOniQezMqsvFjlJXqNgBwZo+pRHgDif856BknqxvjmVmD6bCLkgpJDdAJt4 +EakVaLhNMV6ZcXcFRREGVgMRCmVcuzRub7A/xsNf8mMWthw+ykybjngw2TU/CxiP +LQAK2tfoJ/bAnpWb3nz89Z80PQCLg2QYpdQOZCfxqKgf7ASHicFbY8BM0Niy1ZI5 +0peUT6CHgKE7ah2Sf1xuT/tQk8IAP74PW+6Od0lrpqEds8JzwMtqgIEHmDHhQ1ri +/v4U5nyBYdXOQtFBHogjcUhWlQj5LPjE0Qje/PbxQFyQeD8S4+rqaScLHKnaUrMu +xdQMenn/gnAUJsRXesND/RcWHk1d8Kcopk2ZhTpQJmk1R5eGR0GJ5gsdMHmfvORi +EKZtDfgoWTYjYRKL9dyVDXLDdj9OXERZKTkKXLSSgPuUcmU6hMFWzxaiUoLS2zwh +g9t+KUVUVOCp/Pi1qJbUNOnnadUGB56hxwhj0H2mvnXrkI82f8+vcJyRf0Ro3ZY1 +/IZ1rkyW558ikZ+qpHfOSMSKxwUezj0lIktYohK+MiTUJCADRObdUSM3Huz2Q0Gx +ov6tXqisp3fSsea6ptvi +=7Tck +-----END PGP SIGNATURE----- +</pre></div> + +<p>Signature for apache-wicket-8.0.0-M4.tar.gz:</p> + +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVdUcQAJ8EruKrRhTA27n3XAtXFZ3f +UmeSlnOYiG4xkISHJjQzwx5Uc+i4H2b8M2bguEjGtE2z3SJ4SoP1GGyEC7aXHrkA +ToI7yNGp+I4EnUbQ3K7FUukOcoVoj0TJ2NQIz0kl8/37+mHOsytS0O0G5hvVYi3p +O9b84EoPPxryaEHSlMMaoADZqd67VQdj+D2eu/X8fgcHKxGWQ2oK92lAi0C/8f8K +m0fTfVI1H0GpsTGYqbRj8BzLRjfuCfN4gRsKgvDxC7uO4IYaWlLuoHfA9Yjgv8l8 +tLHK7rKVy1KLCIquo8RQdl3qZptCUS78axZrblY9WI0sH+9KQ80LL0/8gooBxKGe +jK7/0I29qOo0MdswIgTSCZuFyHtapJ+qOqvGOStDvo3tuJ1Vk9q36YdeWX6V6/DT +qdn60/FLONg18Ycr6lwuVvuvpOoMMOLnln9v7mkUCvOv2hGjsgsWDOMg9oLAeTMy +N15j3ItzfcLtw2av/1st7EFFgayRxTWK2/LfGe1WYspOazBZEldhNPrioDyPJ/ai +WioyAqzaBQBuvCdXFrwdc1hvbU41EzBVX/dDheTnS0U8U5TUC3ctHuPg86cU4Yoq +jO0X27f+8MPtzbhIVaGYsMsyW90wbpMMNYxV5gk+7FqTO9QUZOcEPhCVRReUGWhg +vQE8t5096d+rtjbXo7Fl +=oUy1 +-----END PGP SIGNATURE----- +</pre></div> +<p>================================</p> + +<h3 id="this-release">This Release</h3> + +<h4 id="changelog-for-800-m4">CHANGELOG for 8.0.0-M4:</h4> + +<h5 id="bug">Bug</h5> + +<ul> + <li>[WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next.</li> + <li>[WICKET-6288] - StatelessLink not working</li> + <li>[WICKET-6303] - renderHead method of a Behavior added to a Border body is not called</li> + <li>[WICKET-6306] - Changing model object of Panel added to a Border not allowed</li> + <li>[WICKET-6310] - Once invalidated the Session will be invalidated on every detach</li> + <li>[WICKET-6311] - SignOutPage_ru.html is missing</li> + <li>[WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms</li> + <li>[WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages</li> +</ul> + +<h5 id="improvement">Improvement</h5> + +<ul> + <li>[WICKET-6307] - SubmitLink does not work in Chrome âff.onsubmit is not a functionâ</li> + <li>[WICKET-6308] - Add an extra constructor to EmailTextField with a custom validator but without model</li> + <li>[WICKET-6315] - Optimize LinkParser by caching the compiled regex Pattern</li> +</ul> + +<h5 id="tasks">Tasks</h5> + +<ul> + <li>[WICKET-6287] - Switch from json.org to open-json</li> + <li>[WICKET-6304] - Remove Tomcat7 support in Native WebSockets</li> + <li>[WICKET-6305] - Remove Atmosphere module</li> + <li>[WICKET-6309] - Move the Native WebSocket demo to wicket-examples module</li> +</ul> +</content> + </entry> + + <entry> <title>CVE-2016-6793 Apache Wicket deserialization vulnerability</title> <link href="http://wicket.apache.org/news/2016/12/31/cve-2016-6793.html"/> <updated>2016-12-31T00:00:00+01:00</updated> @@ -968,43 +1105,4 @@ o3MAoKiK1OWSjev2vG9T0xH9j7/QkQ48 </content> </entry> - <entry> - <title>CVE-2016-3092 & CVE-2013-2186 Apache Commons Fileupload vulnerabilities</title> - <link href="http://wicket.apache.org/news/2016/08/05/cve-2016-3092.html"/> - <updated>2016-08-05T00:00:00+02:00</updated> - <id>http://wicket.apache.org/news/2016/08/05/cve-2016-3092</id> - <content type="html"><p>Severity: Important</p> - -<p>Vendor: -The Apache Software Foundation</p> - -<p>Versions Affected: -Apache Wicket 1.5.x, 6.x and 7.x</p> - -<p>Description:</p> - -<p>CVE-2016-3092: A malicious client can send file upload requests that cause the HTTP server -using the Apache Commons Fileupload library to become unresponsive, preventing -the server from servicing other requests.</p> - -<p>This flaw is not exploitable beyond causing the code to loop expending -CPU resources.</p> - -<p>CVE-2013-2186: -The DiskFileItem class in Apache Commons FileUpload allows remote attackers to write to arbitrary files via a NULL byte in a file name in a serialized instance.</p> - -<h2 id="the-application-developers-are-recommended-to-upgrade-to">The application developers are recommended to upgrade to:</h2> - -<ul> - <li><a href="/news/2016/08/05/wicket-1.5.16-released.html">Apache Wicket 1.5.16</a></li> - <li><a href="/news/2016/07/21/wicket-6.24.0-released.html">Apache Wicket 6.24.0</a></li> - <li><a href="/news/2016/07/21/wicket-7.4.0-released.html">Apache Wicket 7.4.0</a></li> -</ul> - -<p>Since version 7.0.0 Apache Wicket does not embed Apache Commons FileUpload but uses it as a Maven dependency so an application can just update the dependency to version 1.3.2.</p> - -<p>Apache Wicket Team</p> -</content> - </entry> - </feed> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index 53e6c6f..5d6b801 100644 --- a/content/index.html +++ b/content/index.html @@ -225,27 +225,9 @@ </div> <div class="l-two-third"> <article> - <h2>CVE-2016-6793 Apache Wicket deserialization vulnerability</h2> - <small>31 Dec 2016</small> - <p><em>Severity</em>: Low</p> -<p><em>Vendor</em>: The Apache Software Foundation</p> -<p><em>Versions Affected</em>: Apache Wicket 6.x and 1.5.x</p> -<p><em>Description</em>: Depending on the ISerializer set in the Wicket application, -itâs possible that a Wicketâs object deserialized from an untrusted source -and utilized by the application to causes the code to enter in an infinite -loop. Specifically, Wicketâs DiskFileItem class, serialized by Kryo, allows -an attacker to hack its serialized form to put a client on an infinite loop -if the client attempts to write on the DeferredFileOutputStream attribute.</p> -<p><em>Mitigation</em>: Upgrade to Apache Wicket 6.25.0 or 1.5.17</p> -<p><em>Credit</em>: This issue was discovered -by Jacob Baines, Tenable Network Security and Pedro Santos</p> -<p>References: https://wicket.apache.org/news</p> - <a href="/news/2016/12/31/cve-2016-6793.html">Read more...</a> - </article> - <article> - <h2>Apache Wicket 8.0.0-M3 released</h2> - <small>29 Dec 2016</small> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M3!</p> + <h2>Apache Wicket 8.0.0-M4 released</h2> + <small>07 Feb 2017</small> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M4!</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 @@ -260,15 +242,33 @@ 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>8.0.0-M3<span class="nt"></version></span> + <span class="nt"><version></span>8.0.0-M4<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/8.0.0-M3">8.0.0-M3 source download</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M3/binaries">8.0.0-M3 binary download</a></li> + <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4">8.0.0-M4 source download</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4/binaries">8.0.0-M4 binary download</a></li> </ul> - <a href="/news/2016/12/29/wicket-8.0.0-M3-released.html">Read more...</a> + <a href="/news/2017/02/07/wicket-8.0.0-M4-released.html">Read more...</a> + </article> + <article> + <h2>CVE-2016-6793 Apache Wicket deserialization vulnerability</h2> + <small>31 Dec 2016</small> + <p><em>Severity</em>: Low</p> +<p><em>Vendor</em>: The Apache Software Foundation</p> +<p><em>Versions Affected</em>: Apache Wicket 6.x and 1.5.x</p> +<p><em>Description</em>: Depending on the ISerializer set in the Wicket application, +itâs possible that a Wicketâs object deserialized from an untrusted source +and utilized by the application to causes the code to enter in an infinite +loop. Specifically, Wicketâs DiskFileItem class, serialized by Kryo, allows +an attacker to hack its serialized form to put a client on an infinite loop +if the client attempts to write on the DeferredFileOutputStream attribute.</p> +<p><em>Mitigation</em>: Upgrade to Apache Wicket 6.25.0 or 1.5.17</p> +<p><em>Credit</em>: This issue was discovered +by Jacob Baines, Tenable Network Security and Pedro Santos</p> +<p>References: https://wicket.apache.org/news</p> + <a href="/news/2016/12/31/cve-2016-6793.html">Read more...</a> </article> </div> <div class="l-one-third news"> @@ -280,6 +280,12 @@ title="Atom 1.0 feed" href="/atom.xml">RSS feed</a> to get updates in your favorite RSS reader the moment they happen.</p> <ul> <li> + <h3>CVE-2016-6793 Apache Wicket deserialization vulnerability</h3> + <small>31 Dec 2016</small> + Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 6.x and 1.5.x Description: Depending on the ISerializer set in the Wicket application, itâs... + <a href="/news/2016/12/31/cve-2016-6793.html">more</a> +</li> +<li> <h3>Apache Wicket 8.0.0-M3 released</h3> <small>29 Dec 2016</small> The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M3! Apache Wicket is an open source Java component oriented web application framework that powers... @@ -303,12 +309,6 @@ get updates in your favorite RSS reader the moment they happen.</p> Severity: Important Vendor: The Apache Software Foundation Versions Affected: Apache Wicket 6.20.0, 6.21.0, 6.22.0, 6.23.0, 6.24.0, 7.0.0, 7.1.0, 7.2.0, 7.3.0, 7.4.0 and 8.0.0-M1 Description: Affected... <a href="/news/2016/11/08/cve-2016-6806.html">more</a> </li> -<li> - <h3>Apache Wicket 8.0.0-M2 released</h3> - <small>26 Oct 2016</small> - The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M2! Apache Wicket is an open source Java component oriented web application framework that powers... - <a href="/news/2016/10/26/wicket-8.0.0-M2-released.html">more</a> -</li> </ul> </div> <div class="l-first"></div> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/learn/index.html ---------------------------------------------------------------------- diff --git a/content/learn/index.html b/content/learn/index.html index dbe5824..30366f5 100644 --- a/content/learn/index.html +++ b/content/learn/index.html @@ -72,13 +72,13 @@ We also publish a news item on our website with the announcement, and it is also <p>Here are the most recent headlines:</p> <ul> <li> - <p><a href="/news/2016/12/31/cve-2016-6793.html">CVE-2016-6793 Apache Wicket deserialization vulnerability</a> <small>31 Dec 2016</small></p> + <p><a href="/news/2017/02/07/wicket-8.0.0-M4-released.html">Apache Wicket 8.0.0-M4 released</a> <small>07 Feb 2017</small></p> </li> <li> - <p><a href="/news/2016/12/29/wicket-8.0.0-M3-released.html">Apache Wicket 8.0.0-M3 released</a> <small>29 Dec 2016</small></p> + <p><a href="/news/2016/12/31/cve-2016-6793.html">CVE-2016-6793 Apache Wicket deserialization vulnerability</a> <small>31 Dec 2016</small></p> </li> <li> - <p><a href="/news/2016/12/29/wicket-7.6.0-released.html">Apache Wicket 7.6.0 released</a> <small>29 Dec 2016</small></p> + <p><a href="/news/2016/12/29/wicket-8.0.0-M3-released.html">Apache Wicket 8.0.0-M3 released</a> <small>29 Dec 2016</small></p> </li> </ul> <p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2009/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html index cea08c8..d52d314 100644 --- a/content/news/2009/07/index.html +++ b/content/news/2009/07/index.html @@ -67,6 +67,11 @@ minimum platform, we were able...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2009/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html index 737787e..03c6593 100644 --- a/content/news/2009/08/index.html +++ b/content/news/2009/08/index.html @@ -58,6 +58,11 @@ of Apache Wicket 1.4.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2009/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html index 2fc938c..8e6d672 100644 --- a/content/news/2009/10/index.html +++ b/content/news/2009/10/index.html @@ -66,6 +66,11 @@ of Apache Wicket 1.4.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2009/12/index.html ---------------------------------------------------------------------- diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html index 04aea3c..f8a4342 100644 --- a/content/news/2009/12/index.html +++ b/content/news/2009/12/index.html @@ -67,6 +67,11 @@ caused certain applicat...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2009/index.html ---------------------------------------------------------------------- diff --git a/content/news/2009/index.html b/content/news/2009/index.html index fb4cf51..0df0f2c 100644 --- a/content/news/2009/index.html +++ b/content/news/2009/index.html @@ -116,6 +116,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html index d53c7fe..b9bb90f 100644 --- a/content/news/2010/02/index.html +++ b/content/news/2010/02/index.html @@ -54,6 +54,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html index 359ae23..6351daf 100644 --- a/content/news/2010/03/index.html +++ b/content/news/2010/03/index.html @@ -56,6 +56,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html index daaf59f..d1934b7 100644 --- a/content/news/2010/05/index.html +++ b/content/news/2010/05/index.html @@ -76,6 +76,11 @@ fifteen bug fixes and improvements.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html index 8e928de..67f534c 100644 --- a/content/news/2010/08/index.html +++ b/content/news/2010/08/index.html @@ -76,6 +76,11 @@ provide our users with a more powerful and flexible request processing pipeline. </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html index 90e8a03..702dabe 100644 --- a/content/news/2010/09/index.html +++ b/content/news/2010/09/index.html @@ -81,6 +81,11 @@ provide our users with a more powerful and flexible request processing pipeline. </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html index fc64b28..0619de7 100644 --- a/content/news/2010/11/index.html +++ b/content/news/2010/11/index.html @@ -93,6 +93,11 @@ willing to do the âgrunt workâ of creating great test cases for his pa...</p </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/12/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html index 8694e21..8f88c39 100644 --- a/content/news/2010/12/index.html +++ b/content/news/2010/12/index.html @@ -61,6 +61,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2010/index.html ---------------------------------------------------------------------- diff --git a/content/news/2010/index.html b/content/news/2010/index.html index a25c30b..c4a129c 100644 --- a/content/news/2010/index.html +++ b/content/news/2010/index.html @@ -188,6 +188,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html index b6ae851..55291c4 100644 --- a/content/news/2011/01/index.html +++ b/content/news/2011/01/index.html @@ -54,6 +54,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html index aa7aee4..714f346 100644 --- a/content/news/2011/02/index.html +++ b/content/news/2011/02/index.html @@ -68,6 +68,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html index 78840de..e704956 100644 --- a/content/news/2011/03/index.html +++ b/content/news/2011/03/index.html @@ -55,6 +55,11 @@ For the past nine months I have been quietly working on a book about Wicket. Unl </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html index e13823b..787481d 100644 --- a/content/news/2011/04/index.html +++ b/content/news/2011/04/index.html @@ -68,6 +68,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html index 369d7f7..f0633d4 100644 --- a/content/news/2011/05/index.html +++ b/content/news/2011/05/index.html @@ -63,6 +63,11 @@ give away a free copy of the ebook version of <a href="http://link.packtpub.com/ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html index 0572e4c..de020a4 100644 --- a/content/news/2011/06/index.html +++ b/content/news/2011/06/index.html @@ -55,6 +55,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html index 851889e..e3880a3 100644 --- a/content/news/2011/08/index.html +++ b/content/news/2011/08/index.html @@ -81,6 +81,11 @@ With multi window support application configuration and special query parameters </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html index 7590c88..cc53c76 100644 --- a/content/news/2011/09/index.html +++ b/content/news/2011/09/index.html @@ -67,6 +67,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html index 62c163e..b60acd5 100644 --- a/content/news/2011/10/index.html +++ b/content/news/2011/10/index.html @@ -74,6 +74,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html index 4d7ad55..f5c3d09 100644 --- a/content/news/2011/11/index.html +++ b/content/news/2011/11/index.html @@ -61,6 +61,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2011/index.html ---------------------------------------------------------------------- diff --git a/content/news/2011/index.html b/content/news/2011/index.html index e754a11..cb8e1d8 100644 --- a/content/news/2011/index.html +++ b/content/news/2011/index.html @@ -212,6 +212,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html index 6891bd7..a117094 100644 --- a/content/news/2012/01/index.html +++ b/content/news/2012/01/index.html @@ -61,6 +61,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html index e8efe7a..1d8e78a 100644 --- a/content/news/2012/03/index.html +++ b/content/news/2012/03/index.html @@ -109,6 +109,11 @@ This release brings over many improvements over the 1.5.x series.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html index 0a9a525..6a0ccd6 100644 --- a/content/news/2012/05/index.html +++ b/content/news/2012/05/index.html @@ -71,6 +71,11 @@ This release brings over many improvements over the 1.5.x series.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html index ccdfce2..87b5f76 100644 --- a/content/news/2012/06/index.html +++ b/content/news/2012/06/index.html @@ -67,6 +67,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html index c66c7b9..d8dd114 100644 --- a/content/news/2012/07/index.html +++ b/content/news/2012/07/index.html @@ -60,6 +60,11 @@ be silenced (or learn to li...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html index aa068b7..8b67222 100644 --- a/content/news/2012/08/index.html +++ b/content/news/2012/08/index.html @@ -61,6 +61,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html index 423a4ae..1c4956a 100644 --- a/content/news/2012/09/index.html +++ b/content/news/2012/09/index.html @@ -83,6 +83,11 @@ encoded null byte to a URL pointing to a Wicket app. This could be done by...</p </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html index a2e2a4a..f9a432a 100644 --- a/content/news/2012/10/index.html +++ b/content/news/2012/10/index.html @@ -71,6 +71,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html index 5b1ba80..e599fa6 100644 --- a/content/news/2012/11/index.html +++ b/content/news/2012/11/index.html @@ -69,6 +69,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/12/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html index 6ecf43c..3be8c9f 100644 --- a/content/news/2012/12/index.html +++ b/content/news/2012/12/index.html @@ -56,6 +56,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2012/index.html ---------------------------------------------------------------------- diff --git a/content/news/2012/index.html b/content/news/2012/index.html index 10aa1bc..98fc79b 100644 --- a/content/news/2012/index.html +++ b/content/news/2012/index.html @@ -236,6 +236,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html index d5f434f..3501356 100644 --- a/content/news/2013/01/index.html +++ b/content/news/2013/01/index.html @@ -56,6 +56,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html index 95a89c3..c991c1b 100644 --- a/content/news/2013/02/index.html +++ b/content/news/2013/02/index.html @@ -69,6 +69,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html index 3ebed49..82dddb5 100644 --- a/content/news/2013/03/index.html +++ b/content/news/2013/03/index.html @@ -61,6 +61,11 @@ This mig...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html index 1326ae9..03b9abc 100644 --- a/content/news/2013/04/index.html +++ b/content/news/2013/04/index.html @@ -56,6 +56,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html index 228a1dd..d09833d 100644 --- a/content/news/2013/05/index.html +++ b/content/news/2013/05/index.html @@ -56,6 +56,11 @@ with Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html index 874dacb..ace6143 100644 --- a/content/news/2013/06/index.html +++ b/content/news/2013/06/index.html @@ -56,6 +56,11 @@ Wicket 6 we u...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html index 8cf9f3b..6112123 100644 --- a/content/news/2013/07/index.html +++ b/content/news/2013/07/index.html @@ -55,6 +55,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html index 79d2d03..d072159 100644 --- a/content/news/2013/08/index.html +++ b/content/news/2013/08/index.html @@ -56,6 +56,11 @@ Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html index 649ee44..aad449f 100644 --- a/content/news/2013/09/index.html +++ b/content/news/2013/09/index.html @@ -56,6 +56,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html index 05ddb35..4fcddee 100644 --- a/content/news/2013/11/index.html +++ b/content/news/2013/11/index.html @@ -56,6 +56,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2013/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/index.html b/content/news/2013/index.html index 316bbeb..e357ee4 100644 --- a/content/news/2013/index.html +++ b/content/news/2013/index.html @@ -176,6 +176,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html index 88f5eda..4cf4351 100644 --- a/content/news/2014/01/index.html +++ b/content/news/2014/01/index.html @@ -56,6 +56,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html index a26d7b0..24d943c 100644 --- a/content/news/2014/02/index.html +++ b/content/news/2014/02/index.html @@ -108,6 +108,11 @@ Apache Wicket 1.5.10 and 6.13.0</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/04/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html index c7dff5e..d82922c 100644 --- a/content/news/2014/04/index.html +++ b/content/news/2014/04/index.html @@ -67,6 +67,11 @@ the course of the coming milestone releases....</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html index c5fdd9b..3efe6b1 100644 --- a/content/news/2014/06/index.html +++ b/content/news/2014/06/index.html @@ -67,6 +67,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html index 2325152..11566d9 100644 --- a/content/news/2014/08/index.html +++ b/content/news/2014/08/index.html @@ -67,6 +67,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/09/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html index 3ccf46c..2fb762d 100644 --- a/content/news/2014/09/index.html +++ b/content/news/2014/09/index.html @@ -75,6 +75,11 @@ This could lead to a security issue if two or more users with a temporary sessio </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html index 338346d..3e9a927 100644 --- a/content/news/2014/11/index.html +++ b/content/news/2014/11/index.html @@ -63,6 +63,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2014/index.html ---------------------------------------------------------------------- diff --git a/content/news/2014/index.html b/content/news/2014/index.html index db9b7e5..28360f4 100644 --- a/content/news/2014/index.html +++ b/content/news/2014/index.html @@ -188,6 +188,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html index 4ad0c91..f848bd3 100644 --- a/content/news/2015/02/index.html +++ b/content/news/2015/02/index.html @@ -85,6 +85,11 @@ to announce that he has accepted.</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html index f780ad3..d34f88d 100644 --- a/content/news/2015/06/index.html +++ b/content/news/2015/06/index.html @@ -63,6 +63,11 @@ with Wicket 6 we us...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html index 6ea4425..ce1e9d6 100644 --- a/content/news/2015/07/index.html +++ b/content/news/2015/07/index.html @@ -54,6 +54,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html index 7269ba3..dd68cca 100644 --- a/content/news/2015/10/index.html +++ b/content/news/2015/10/index.html @@ -71,6 +71,11 @@ use semantic ...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html index dbf15d9..48184aa 100644 --- a/content/news/2015/11/index.html +++ b/content/news/2015/11/index.html @@ -69,6 +69,11 @@ use semantic v...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2015/index.html ---------------------------------------------------------------------- diff --git a/content/news/2015/index.html b/content/news/2015/index.html index 28727c2..744f01f 100644 --- a/content/news/2015/index.html +++ b/content/news/2015/index.html @@ -146,6 +146,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/01/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html index 007764d..8e4af62 100644 --- a/content/news/2016/01/index.html +++ b/content/news/2016/01/index.html @@ -56,6 +56,11 @@ use semantic ...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html index 8adf478..f4120dc 100644 --- a/content/news/2016/02/index.html +++ b/content/news/2016/02/index.html @@ -70,6 +70,11 @@ use semantic v...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html index 20edcee..bcc538e 100644 --- a/content/news/2016/03/index.html +++ b/content/news/2016/03/index.html @@ -73,6 +73,11 @@ Apache Wicket 1.5.x, 6.x and 7.x</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html index e35a468..46b292d 100644 --- a/content/news/2016/05/index.html +++ b/content/news/2016/05/index.html @@ -66,6 +66,11 @@ government...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html index 095ae76..6fb0cd5 100644 --- a/content/news/2016/07/index.html +++ b/content/news/2016/07/index.html @@ -75,6 +75,11 @@ governments, ...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html index 3a76626..ae445f3 100644 --- a/content/news/2016/08/index.html +++ b/content/news/2016/08/index.html @@ -75,6 +75,11 @@ using the Apache Commons Fileupload library to bec...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/10/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html index ebc1a68..dd4d599 100644 --- a/content/news/2016/10/index.html +++ b/content/news/2016/10/index.html @@ -75,6 +75,11 @@ governments, ...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/11/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html index 600af6c..322618b 100644 --- a/content/news/2016/11/index.html +++ b/content/news/2016/11/index.html @@ -62,6 +62,11 @@ side targets were subjected to the CSRF check. This was also f...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/12/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html index d169189..d37e550 100644 --- a/content/news/2016/12/index.html +++ b/content/news/2016/12/index.html @@ -88,6 +88,11 @@ an attacker to hack its serialized form to put a client on an infin...</p> </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2016/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/index.html b/content/news/2016/index.html index 6aebd6e..2f98bad 100644 --- a/content/news/2016/index.html +++ b/content/news/2016/index.html @@ -224,6 +224,11 @@ </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/02">February</a></li> + </ul> <h2>2016</h2> <ul> <li><a href="/news/2016">All of 2016</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/dbb1fcbd/content/news/2017/02/07/wicket-8.0.0-M4-released.html ---------------------------------------------------------------------- diff --git a/content/news/2017/02/07/wicket-8.0.0-M4-released.html b/content/news/2017/02/07/wicket-8.0.0-M4-released.html new file mode 100644 index 0000000..eafb272 --- /dev/null +++ b/content/news/2017/02/07/wicket-8.0.0-M4-released.html @@ -0,0 +1,166 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 8.0.0-M4 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/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2017/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2017/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2017/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2017/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2017/02/07/wicket-8.0.0-M4-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2017/02/07/wicket-8.0.0-M4-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 8.0.0-M4 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="#using-this-release"><span class="toc-number">1</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-2"><a href="#upgrading-from-earlier-versions"><span class="toc-number">2</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#this-release"><span class="toc-number">2.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">07 Feb 2017</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M4!</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 the first milestone of the major release of Wicket 8. 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 +8.0.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"><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-M4<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/8.0.0-M4">8.0.0-M4 source download</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M4/binaries">8.0.0-M4 binary download</a></li> +</ul> +<!--more--> +<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2> +<p>If you upgrade from 8.y.z this release is a drop in replacement. If +you come from a version prior to 8.0.0, please read our Wicket 7 +migration guide found at</p> +<ul> + <li><a href="http://s.apache.org/wicket8migration">http://s.apache.org/wicket8migration</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-8.0.0-M4.zip:</p> +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVtxUP/izBwSXEepYpZ0sy5doD+e4r +m2S9cMvOgrYLCIyKrPTm8v64ltmQUVnzN+06THhLhLdHjpmquYQzC48wZzfCMlrw +Ev16DCOniQezMqsvFjlJXqNgBwZo+pRHgDif856BknqxvjmVmD6bCLkgpJDdAJt4 +EakVaLhNMV6ZcXcFRREGVgMRCmVcuzRub7A/xsNf8mMWthw+ykybjngw2TU/CxiP +LQAK2tfoJ/bAnpWb3nz89Z80PQCLg2QYpdQOZCfxqKgf7ASHicFbY8BM0Niy1ZI5 +0peUT6CHgKE7ah2Sf1xuT/tQk8IAP74PW+6Od0lrpqEds8JzwMtqgIEHmDHhQ1ri +/v4U5nyBYdXOQtFBHogjcUhWlQj5LPjE0Qje/PbxQFyQeD8S4+rqaScLHKnaUrMu +xdQMenn/gnAUJsRXesND/RcWHk1d8Kcopk2ZhTpQJmk1R5eGR0GJ5gsdMHmfvORi +EKZtDfgoWTYjYRKL9dyVDXLDdj9OXERZKTkKXLSSgPuUcmU6hMFWzxaiUoLS2zwh +g9t+KUVUVOCp/Pi1qJbUNOnnadUGB56hxwhj0H2mvnXrkI82f8+vcJyRf0Ro3ZY1 +/IZ1rkyW558ikZ+qpHfOSMSKxwUezj0lIktYohK+MiTUJCADRObdUSM3Huz2Q0Gx +ov6tXqisp3fSsea6ptvi +=7Tck +-----END PGP SIGNATURE----- +</pre></div> +<p>Signature for apache-wicket-8.0.0-M4.tar.gz:</p> +<div class="highlight"><pre> +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 +iQIcBAABAgAGBQJYlPh/AAoJEAzCjx+CMhBVdUcQAJ8EruKrRhTA27n3XAtXFZ3f +UmeSlnOYiG4xkISHJjQzwx5Uc+i4H2b8M2bguEjGtE2z3SJ4SoP1GGyEC7aXHrkA +ToI7yNGp+I4EnUbQ3K7FUukOcoVoj0TJ2NQIz0kl8/37+mHOsytS0O0G5hvVYi3p +O9b84EoPPxryaEHSlMMaoADZqd67VQdj+D2eu/X8fgcHKxGWQ2oK92lAi0C/8f8K +m0fTfVI1H0GpsTGYqbRj8BzLRjfuCfN4gRsKgvDxC7uO4IYaWlLuoHfA9Yjgv8l8 +tLHK7rKVy1KLCIquo8RQdl3qZptCUS78axZrblY9WI0sH+9KQ80LL0/8gooBxKGe +jK7/0I29qOo0MdswIgTSCZuFyHtapJ+qOqvGOStDvo3tuJ1Vk9q36YdeWX6V6/DT +qdn60/FLONg18Ycr6lwuVvuvpOoMMOLnln9v7mkUCvOv2hGjsgsWDOMg9oLAeTMy +N15j3ItzfcLtw2av/1st7EFFgayRxTWK2/LfGe1WYspOazBZEldhNPrioDyPJ/ai +WioyAqzaBQBuvCdXFrwdc1hvbU41EzBVX/dDheTnS0U8U5TUC3ctHuPg86cU4Yoq +jO0X27f+8MPtzbhIVaGYsMsyW90wbpMMNYxV5gk+7FqTO9QUZOcEPhCVRReUGWhg +vQE8t5096d+rtjbXo7Fl +=oUy1 +-----END PGP SIGNATURE----- +</pre></div> +<p>================================</p> +<h3 id="this-release">This Release</h3> +<h4 id="changelog-for-800-m4">CHANGELOG for 8.0.0-M4:</h4> +<h5 id="bug">Bug</h5> +<ul> + <li>[WICKET-6165] - Inconsistent behavior of Markupstream.hasMore vs. MarkupStream.next.</li> + <li>[WICKET-6288] - StatelessLink not working</li> + <li>[WICKET-6303] - renderHead method of a Behavior added to a Border body is not called</li> + <li>[WICKET-6306] - Changing model object of Panel added to a Border not allowed</li> + <li>[WICKET-6310] - Once invalidated the Session will be invalidated on every detach</li> + <li>[WICKET-6311] - SignOutPage_ru.html is missing</li> + <li>[WICKET-6314] - 7.6 release references 7.5-SNAPSHOT poms</li> + <li>[WICKET-6316] - Wicket tester encodes page id for stateless links in stateless pages</li> +</ul> +<h5 id="improvement">Improvement</h5> +<ul> + <li>[WICKET-6307] - SubmitLink does not work in Chrome âff.onsubmit is not a functionâ</li> + <li>[WICKET-6308] - Add an extra constructor to EmailTextField with a custom validator but without model</li> + <li>[WICKET-6315] - Optimize LinkParser by caching the compiled regex Pattern</li> +</ul> +<h5 id="tasks">Tasks</h5> +<ul> + <li>[WICKET-6287] - Switch from json.org to open-json</li> + <li>[WICKET-6304] - Remove Tomcat7 support in Native WebSockets</li> + <li>[WICKET-6305] - Remove Atmosphere module</li> + <li>[WICKET-6309] - Move the Native WebSocket demo to wicket-examples module</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>
