http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/02/19/wicket-6.22.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/02/19/wicket-6.22.0-released.html b/content/news/2016/02/19/wicket-6.22.0-released.html index a39ebac..c9dc434 100644 --- a/content/news/2016/02/19/wicket-6.22.0-released.html +++ b/content/news/2016/02/19/wicket-6.22.0-released.html @@ -1,87 +1,51 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.22.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/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/02/19/wicket-6.22.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/02/19/wicket-6.22.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.22.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">19 Feb 2016</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.22.0!</p> +<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.22.0!</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> + <h3 id="using-this-release">Using this release</h3> + <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.22.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><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0">Sources</a></li> <li><a href="http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/binaries">Binaries</a></li> </ul> + <h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3> + <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="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li> </ul> + <p>Have fun!</p> + <p>â The Wicket team</p> + <h3 id="this-release">This release</h3> + <h4 id="changelog-for-6220">CHANGELOG for 6.22.0:</h4> + <p>The following changes were made in Wicket for this release.</p> + <h4 id="bug">Bug</h4> + <ul> <li>[WICKET-6006] - ModalWindow.closeCurrent() causes 414 status error</li> <li>[WICKET-6017] - Tests fail when executed with not expected locale</li> @@ -104,7 +68,9 @@ from the cache</li> <li>[WICKET-6085] - AjaxTimerBehavior with failure handler cause memory leak in browser</li> <li>[WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation</li> </ul> + <h4 id="improvement">Improvement</h4> + <ul> <li>[WICKET-5950] - Model and GenericBaseModel could both implement IObjectClassAwareModel</li> <li>[WICKET-5969] - Please give us access to PageTable.index pageId queue</li> @@ -114,20 +80,9 @@ from the cache</li> <li>[WICKET-6073] - Use NIO Jetty connector for the quickstart</li> <li>[WICKET-6081] - Add âassertNotRequiredâ to the WicketTester</li> </ul> + <h4 id="task">Task</h4> + <ul> <li>[WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0</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/c5d32df7/content/news/2016/02/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html index ddca706..2e3707f 100644 --- a/content/news/2016/02/index.html +++ b/content/news/2016/02/index.html @@ -68,11 +68,34 @@ use semantic v...</p> <a href="/news/2016/02/19/wicket-6.22.0-released.html">more</a></li> </div> +<div class="news"> + <h3>Wicket 1.5.15 Released</h3> + <p><small>19 Feb 2016</small></p> + <p>This is the fifteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p> +<div class="highlighter-rouge"> +<pre class="highlight"><code>CHANGELOG for 1.5.15: +</code></pre> +</div> +<h4 id="bug">Bug</h4> +<ul> + <li>[WICKET-6037] - ModalWindo...</li> +</ul> + <a href="/news/2016/02/19/wicket-1.5.15-released.html">more</a></li> +</div> +<div class="news"> + <h3>Wicket 6.22.0 Released</h3> + <p><small>19 Feb 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.22.0!</p> +<p>This release marks another minor release of Wicket 6. We +use semantic v...</p> + <a href="/news/2016/02/19/wicket-6.22.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/08">August</a></li> <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/03/01/cve-2015-5347.html ---------------------------------------------------------------------- diff --git a/content/news/2016/03/01/cve-2015-5347.html b/content/news/2016/03/01/cve-2015-5347.html index 5607611..6d1fc74 100644 --- a/content/news/2016/03/01/cve-2015-5347.html +++ b/content/news/2016/03/01/cve-2015-5347.html @@ -1,87 +1,31 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>CVE-2015-5347 Apache Wicket XSS vulnerability | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> +<p>Severity: Important</p> - <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/03/01/cve-2015-5347.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/03/01/cve-2015-5347.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/03/01/cve-2015-5347.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/03/01/cve-2015-5347.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/03/01/cve-2015-5347.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/03/01/cve-2015-5347.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/03/01/cve-2015-5347.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>CVE-2015-5347 Apache Wicket XSS vulnerability</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="#the-application-developers-are-recommended-to-upgrade-to"><span class="toc-number">1</span> <span class="toc-text">The application developers are recommended to upgrade to:</span></a></li></ul></div> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">01 Mar 2016</p> - <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>It is possible for JavaScript statements to break out of a ModalWindowâs title - only quotes are escaped in the JavaScript settings object, allowing JavaScript to be injected into the markup.</p> + <p>This might pose a security threat if the written JavaScript contains user provided data.</p> + <p>The title is now escaped by default, this can be disabled explicitly via modalWindow.setEscapeModelStrings(false).</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/02/19/wicket-1.5.15-released.html">Apache Wicket 1.5.15</a></li> <li><a href="/news/2016/02/19/wicket-6.22.0-released.html">Apache Wicket 6.22.0</a></li> <li><a href="/news/2016/01/20/wicket-7.2.0-released.html">Apache Wicket 7.2.0</a></li> </ul> + <p>Credit: This issue was reported by Tobias Gierke!</p> -<p>Apache Wicket Team</p> -</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> +<p>Apache Wicket Team</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/03/02/cve-2015-7520.html ---------------------------------------------------------------------- diff --git a/content/news/2016/03/02/cve-2015-7520.html b/content/news/2016/03/02/cve-2015-7520.html index 07b043f..79fb7ff 100644 --- a/content/news/2016/03/02/cve-2015-7520.html +++ b/content/news/2016/03/02/cve-2015-7520.html @@ -1,84 +1,27 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>CVE-2015-7520 Apache Wicket XSS vulnerability | Apache Wicket</title> - <meta name="viewport" content="width=device-width, initial-scale=1" /> +<p>Severity: Important</p> - <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/03/02/cve-2015-7520.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/03/02/cve-2015-7520.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/03/02/cve-2015-7520.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/03/02/cve-2015-7520.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/03/02/cve-2015-7520.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/03/02/cve-2015-7520.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/03/02/cve-2015-7520.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>CVE-2015-7520 Apache Wicket XSS vulnerability</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="#the-application-developers-are-recommended-to-upgrade-to"><span class="toc-number">1</span> <span class="toc-text">The application developers are recommended to upgrade to:</span></a></li></ul></div> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">02 Mar 2016</p> - <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>It is possible for JavaScript statements to break out of a RadioGroupâs and CheckBoxMultipleChoiceâs âvalueâ attribute of <code class="highlighter-rouge"><input></code> elements</p> + <p>This might pose a security threat if the written JavaScript contains user provided data.</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/02/19/wicket-1.5.15-released.html">Apache Wicket 1.5.15</a></li> <li><a href="/news/2016/02/19/wicket-6.22.0-released.html">Apache Wicket 6.22.0</a></li> <li><a href="/news/2016/01/20/wicket-7.2.0-released.html">Apache Wicket 7.2.0</a></li> </ul> + <p>Credit: This issue was reported by Canh Ngo!</p> -<p>Apache Wicket Team</p> -</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> +<p>Apache Wicket Team</p> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/03/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html index 7836538..f10fe30 100644 --- a/content/news/2016/03/index.html +++ b/content/news/2016/03/index.html @@ -60,6 +60,19 @@ title - only quotes are escaped in the JavaScrip...</p> <a href="/news/2016/03/01/cve-2015-5347.html">more</a></li> </div> <div class="news"> + <h3>Cve 2015 5347</h3> + <p><small>01 Mar 2016</small></p> + <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>It is possible for JavaScript statements to break out of a ModalWindowâs +title - only quotes are escaped in the JavaScrip...</p> + <a href="/news/2016/03/01/cve-2015-5347.html">more</a></li> +</div> +<div class="news"> <h3>CVE-2015-7520 Apache Wicket XSS vulnerability</h3> <p><small>02 Mar 2016</small></p> <p>Severity: Important</p> @@ -71,11 +84,24 @@ Apache Wicket 1.5.x, 6.x and 7.x</p> <p>It is possible for JavaScript statements to break out...</p> <a href="/news/2016/03/02/cve-2015-7520.html">more</a></li> </div> +<div class="news"> + <h3>Cve 2015 7520</h3> + <p><small>02 Mar 2016</small></p> + <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>It is possible for JavaScript statements to break out...</p> + <a href="/news/2016/03/02/cve-2015-7520.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/08">August</a></li> <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/05/05/wicket-6.23.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/05/05/wicket-6.23.0-released.html b/content/news/2016/05/05/wicket-6.23.0-released.html index 360d3d8..1fc88da 100644 --- a/content/news/2016/05/05/wicket-6.23.0-released.html +++ b/content/news/2016/05/05/wicket-6.23.0-released.html @@ -1,122 +1,99 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.23.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/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/05/05/wicket-6.23.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/05/05/wicket-6.23.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.23.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="#changelog-for-6230"><span class="toc-number">3.1</span> <span class="toc-text">CHANGELOG for 6.23.0</span></a></li></ul></li></ul></div> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">05 May 2016</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.0!</p> +<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.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> + <h4 id="jquery-upgrade">jQuery upgrade</h4> + <p>Wicket ships standard with itâs own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p> + <!--more--> + <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.23.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.23.0">http://www.apache.org/dyn/closer.cgi/wicket/6.23.0</a></li> <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.23.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/wicket6migrate">http://s.apache.org/wicket6migrate</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.23.0.zip:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa =thu6 -----END PGP SIGNATURE----- </code></pre> </div> + <p>Signature for apache-wicket-6.23.0.tar.gz:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa =7Anf -----END PGP SIGNATURE----- </code></pre> </div> + <p>================================</p> + <h3 id="changelog-for-6230">CHANGELOG for 6.23.0</h3> + <h4 id="bug">Bug</h4> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6108">WICKET-6108</a> - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6111">WICKET-6111</a> - Empty redirect on redirect to home page if home page already shown</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6131">WICKET-6131</a> - IndexOutOfBoundsException in org.apache.wicket.core. request.mapper.CryptoMapper.decryptEntireUrl</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6135">WICKET-6135</a> - There is no good way to get POST body content</li> </ul> + <h4 id="improvement">Improvement</h4> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6098">WICKET-6098</a> - Add logging to HttpSessionDataStore</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6100">WICKET-6100</a> - Upgrade jQuery to 1.12.3/2.2.3</li> @@ -127,16 +104,3 @@ fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa <li><a href="https://issues.apache.org/jira/browse/WICKET-6145">WICKET-6145</a> - Enable DeltaManager to replicate PageTable in Sessions</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6152">WICKET-6152</a> - Allow to add more than one WebSocketBehavior in the component tree</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/c5d32df7/content/news/2016/05/05/wicket-7.3.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/05/05/wicket-7.3.0-released.html b/content/news/2016/05/05/wicket-7.3.0-released.html index ffb24bd..cde7a34 100644 --- a/content/news/2016/05/05/wicket-7.3.0-released.html +++ b/content/news/2016/05/05/wicket-7.3.0-released.html @@ -1,121 +1,100 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 7.3.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/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/05/05/wicket-7.3.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/05/05/wicket-7.3.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.3.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">05 May 2016</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!</p> +<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.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> + <h4 id="wicket-metrics-added">Wicket Metrics added</h4> + <p>A new experimental module for integrating with <a href="http://metrics.dropwizard.io/">DropWizardâs Metrics</a> project was created. Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment. Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)</p> + <p>You can read more about using the Metrics integration in our user guideâs <a href="https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring">monitoring chapter</a>.</p> + <h4 id="jquery-upgrade">jQuery upgrade</h4> + <p>Wicket ships standard with itâs own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p> + <!--more--> + <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.3.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.3.0">http://www.apache.org/dyn/closer.cgi/wicket/7.3.0</a></li> <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.3.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.3.0.zip:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr =8TQC -----END PGP SIGNATURE----- </code></pre> </div> + <p>Signature for apache-wicket-7.3.0.tar.gz:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM ZJcAnREA/PnxMckF2HWqgeunp+siydFJ =tRv/ -----END PGP SIGNATURE----- </code></pre> </div> + <p>================================</p> + <h3 id="this-release">This Release</h3> + <h4 id="changelog-for-730">CHANGELOG for 7.3.0:</h4> + <h5 id="bug">Bug</h5> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6069">WICKET-6069</a> - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6078">WICKET-6078</a> - Problem with queued components and auto linking</li> @@ -142,7 +121,9 @@ ZJcAnREA/PnxMckF2HWqgeunp+siydFJ <li><a href="https://issues.apache.org/jira/browse/WICKET-6141">WICKET-6141</a> - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6151">WICKET-6151</a> - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)</li> </ul> + <h5 id="improvement">Improvement</h5> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6053">WICKET-6053</a> - Allow to reuse the same application instance in several tests</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6081">WICKET-6081</a> - Add âassertNotRequiredâ to the WicketTester</li> @@ -161,24 +142,15 @@ ZJcAnREA/PnxMckF2HWqgeunp+siydFJ <li><a href="https://issues.apache.org/jira/browse/WICKET-6145">WICKET-6145</a> - Enable DeltaManager to replicate PageTable in Sessions</li> <li><a href="https://issues.apache.org/jira/browse/WICKET-6152">WICKET-6152</a> - Allow to add more than one WebSocketBehavior in the component tree</li> </ul> + <h5 id="new-feature">New Feature</h5> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6120">WICKET-6120</a> - Wicket Metrics</li> </ul> + <h5 id="wish">Wish</h5> + <ul> <li><a href="https://issues.apache.org/jira/browse/WICKET-6095">WICKET-6095</a> - Multiline headers in DataTable</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/c5d32df7/content/news/2016/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html index 5dd44ce..136e84d 100644 --- a/content/news/2016/05/index.html +++ b/content/news/2016/05/index.html @@ -64,11 +64,30 @@ framework that powers thousands of web applications and web sites for government...</p> <a href="/news/2016/05/05/wicket-7.3.0-released.html">more</a></li> </div> +<div class="news"> + <h3>Wicket 6.23.0 Released</h3> + <p><small>05 May 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.23.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/05/05/wicket-6.23.0-released.html">more</a></li> +</div> +<div class="news"> + <h3>Wicket 7.3.0 Released</h3> + <p><small>05 May 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.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/05/05/wicket-7.3.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/08">August</a></li> <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/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 index f9aee62..005bf2e 100644 --- a/content/news/2016/07/21/wicket-6.24.0-released.html +++ b/content/news/2016/07/21/wicket-6.24.0-released.html @@ -1,66 +1,17 @@ -<!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>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> @@ -69,53 +20,76 @@ API breaks are present breaks are present in this release compared to <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> @@ -127,22 +101,11 @@ QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8 <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/c5d32df7/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 index b7e8728..a8aa198 100644 --- a/content/news/2016/07/21/wicket-7.4.0-released.html +++ b/content/news/2016/07/21/wicket-7.4.0-released.html @@ -1,66 +1,17 @@ -<!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>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 @@ -77,53 +28,76 @@ media type in MediaComponent</p> <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> @@ -145,7 +119,9 @@ pS8AoINM8PFic38Lbf55tNmeegzROZYx <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> @@ -153,20 +129,9 @@ pS8AoINM8PFic38Lbf55tNmeegzROZYx <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/c5d32df7/content/news/2016/07/25/wicket-8.0.0-M1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/25/wicket-8.0.0-M1-released.html b/content/news/2016/07/25/wicket-8.0.0-M1-released.html index 63de1e9..ffec7e8 100644 --- a/content/news/2016/07/25/wicket-8.0.0-M1-released.html +++ b/content/news/2016/07/25/wicket-8.0.0-M1-released.html @@ -1,69 +1,21 @@ -<!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-M1 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/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2016/07/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2016/07/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2016/07/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2016/07/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2016/07/25/wicket-8.0.0-M1-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2016/07/25/wicket-8.0.0-M1-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-M1 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">25 Jul 2016</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1!</p> +<p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1!</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="new-and-noteworthy">New and noteworthy</h2> + <p><strong>Beside a lot of changes which were implemented in Apache Wicket 7, the new milestone of the major version of Apache Wicket 8 provides some great features.</strong></p> + <ul> <li> <p>Lambda support for Models and Components (See âLambda Expressionsâ chapter in the user guide)</p> @@ -75,62 +27,89 @@ great features.</strong></p> <p>A lot of bugfixes and improvements</p> </li> </ul> + <p><strong>Features which were almost ready and will be available with 8.0.0-M2</strong></p> + <ul> <li>PushBuilder API integration [WICKET-6194] (See âWicket HTTP/2 Support (Experimental)â chapter in the user guide)</li> </ul> + <p><strong>Features which were set to âwonât fixâ</strong></p> + <ul> <li>Microservices support (decoupled component usage) [WICKET-6112]</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>8.0.0-M1<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-M1">http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1</a></li> <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries</a></li> </ul> + <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-M1.zip:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UV/wwCfa+/9cOB0KEOHB6vT41/ISIP/ udAAoNM46vtM+T2RYU5uSV08fWjzUjiV =4pKN -----END PGP SIGNATURE----- </code></pre> </div> + <p>Signature for apache-wicket-8.0.0-M1.tar.gz:</p> + <div class="highlighter-rouge"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org + iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UX5ngCgvckuOYDq+x6yVgTdDrhGskEz cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1 =9v6u -----END PGP SIGNATURE----- </code></pre> </div> + <p>================================</p> + <h3 id="this-release">This Release</h3> + <h4 id="changelog-for-800-m1">CHANGELOG for 8.0.0-M1:</h4> + <h5 id="bug">Bug</h5> + <ul> <li>[WICKET-5836] - Update the version of clirr-maven-plugin (current 2.6.1)</li> <li>[WICKET-5993] - AjaxButton - image is not shown even though type=âimageâ is in html-template</li> @@ -217,7 +196,9 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1 <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> </ul> + <h5 id="improvement">Improvement</h5> + <ul> <li>[WICKET-5866] - Reconsider generics of IConverterLocator#getConverter()</li> <li>[WICKET-5920] - roll a version of ListDataProvider implementing ISortableDetachable model</li> @@ -269,7 +250,9 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1 <li>[WICKET-6188] - Use DynamicJQueryResourceReference by default</li> <li>[WICKET-6189] - Return Optional<T> from RequestCycle.find(Class<T>)</T></T></li> </ul> + <h5 id="new-feature">New Feature</h5> + <ul> <li>[WICKET-5991] - Introduce models which use Java 8 supplier/consumer</li> <li>[WICKET-6025] - Read resource files with Javaâs NIO API</li> @@ -278,7 +261,9 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1 <li>[WICKET-6121] - use lambdas for columns</li> <li>[WICKET-6193] - NestedStringResourceLoader - replaces nested keys within property files</li> </ul> + <h5 id="tasks">Tasks</h5> + <ul> <li>[WICKET-5990] - Upgrade Jetty usage in Wicket tests/quickstart to Jetty 9.3.x</li> <li>[WICKET-6004] - Wicket 8 cleanup - TODOs and deprecated methods</li> @@ -288,21 +273,10 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1 <li>[WICKET-6147] - Remove the support for the deprecated /wicket.properties and /META-INF/wicket/**.properties</li> <li>[WICKET-6150] - Deprecate org.apache.wicket.util.crypt.Base64 and use java.util.Base64</li> </ul> + <h5 id="wish">Wish</h5> + <ul> <li>[WICKET-6067] - Provide an Ajax Behavior that prevents form submit on ENTER</li> <li>[WICKET-6095] - Multiline headers in DataTable</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/c5d32df7/content/news/2016/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html index f0e3b34..35e7c46 100644 --- a/content/news/2016/07/index.html +++ b/content/news/2016/07/index.html @@ -65,6 +65,24 @@ government...</p> <a href="/news/2016/07/21/wicket-7.4.0-released.html">more</a></li> </div> <div class="news"> + <h3>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>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 class="news"> <h3>Apache Wicket 8.0.0-M1 released</h3> <p><small>25 Jul 2016</small></p> <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1!</p> @@ -73,11 +91,21 @@ framework that powers thousands of web applications and web sites for governments, ...</p> <a href="/news/2016/07/25/wicket-8.0.0-M1-released.html">more</a></li> </div> +<div class="news"> + <h3>Wicket 8.0.0 M1 Released</h3> + <p><small>25 Jul 2016</small></p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.0.0-M1!</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/25/wicket-8.0.0-M1-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/08">August</a></li> <li><a href="/news/2016/07">July</a></li> <li><a href="/news/2016/05">May</a></li> <li><a href="/news/2016/03">March</a></li> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/08/05/cve-2016-3092.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/05/cve-2016-3092.html b/content/news/2016/08/05/cve-2016-3092.html new file mode 100644 index 0000000..9145084 --- /dev/null +++ b/content/news/2016/08/05/cve-2016-3092.html @@ -0,0 +1,31 @@ +<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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/08/05/wicket-1.5.16-released.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/05/wicket-1.5.16-released.html b/content/news/2016/08/05/wicket-1.5.16-released.html new file mode 100644 index 0000000..1c8b1a7 --- /dev/null +++ b/content/news/2016/08/05/wicket-1.5.16-released.html @@ -0,0 +1,22 @@ +<p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p> + +<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.16: +</code></pre> +</div> + +<h4 id="bug">Bug</h4> + +<ul> + <li>CVE-2013-2186: Disable (de)serialization of Commons FileUpload items.</li> + <li>CVE-2016-3092: Apache Commons Fileupload information disclosure vulnerability</li> +</ul> + +<h4 id="to-use-in-maven">To use in Maven:</h4> + +<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>1.5.16<span class="nt"></version></span> +<span class="nt"></dependency></span></code></pre></figure> + +<h4 id="download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1516-including-sources">Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.16">full distribution</a> (including sources)</h4> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/news/2016/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html new file mode 100644 index 0000000..39f70b0 --- /dev/null +++ b/content/news/2016/08/index.html @@ -0,0 +1,207 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Monthly archive for August 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/08 --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2016/08 --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2016/08 --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2016/08 --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2016/08 --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2016/08 --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2016/08 --> + <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 August 2016</h1> + </header> + <div class="l-two-third"> +<div class="news"> + <h3>CVE-2016-3092 & CVE-2013-2186 Apache Commons Fileupload vulnerabilities</h3> + <p><small>05 Aug 2016</small></p> + <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 bec...</p> + <a href="/news/2016/08/05/cve-2016-3092.html">more</a></li> +</div> +<div class="news"> + <h3>Wicket 1.5.16 released</h3> + <p><small>05 Aug 2016</small></p> + <p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p> +<div class="highlighter-rouge"> +<pre class="highlight"><code>CHANGELOG for 1.5.16: +</code></pre> +</div> +<h4 id="bug">Bug</h4> +<ul> + <li>CVE-2013-2186...</li> +</ul> + <a href="/news/2016/08/05/wicket-1.5.16-released.html">more</a></li> +</div> +<div class="news"> + <h3>Cve 2016 3092</h3> + <p><small>05 Aug 2016</small></p> + <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 bec...</p> + <a href="/news/2016/08/05/cve-2016-3092.html">more</a></li> +</div> +<div class="news"> + <h3>Wicket 1.5.16 Released</h3> + <p><small>05 Aug 2016</small></p> + <p>This is the sixteenth maintenance release of the Wicket 1.5.x series. This release brings over 2 bug fixes.</p> +<div class="highlighter-rouge"> +<pre class="highlight"><code>CHANGELOG for 1.5.16: +</code></pre> +</div> +<h4 id="bug">Bug</h4> +<ul> + <li>CVE-2013-2186...</li> +</ul> + <a href="/news/2016/08/05/wicket-1.5.16-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/08">August</a></li> + <li><a href="/news/2016/07">July</a></li> + <li><a href="/news/2016/05">May</a></li> + <li><a href="/news/2016/03">March</a></li> + <li><a href="/news/2016/02">February</a></li> + <li><a href="/news/2016/01">January</a></li> + </ul> + <h2>2015</h2> + <ul> + <li><a href="/news/2015">All of 2015</a></li> + <li><a href="/news/2015/11">November</a></li> + <li><a href="/news/2015/10">October</a></li> + <li><a href="/news/2015/07">July</a></li> + <li><a href="/news/2015/06">June</a></li> + <li><a href="/news/2015/02">February</a></li> + </ul> + <h2>2014</h2> + <ul> + <li><a href="/news/2014">All of 2014</a></li> + <li><a href="/news/2014/11">November</a></li> + <li><a href="/news/2014/09">September</a></li> + <li><a href="/news/2014/08">August</a></li> + <li><a href="/news/2014/06">June</a></li> + <li><a href="/news/2014/04">April</a></li> + <li><a href="/news/2014/02">February</a></li> + <li><a href="/news/2014/01">January</a></li> + </ul> + <h2>2013</h2> + <ul> + <li><a href="/news/2013">All of 2013</a></li> + <li><a href="/news/2013/11">November</a></li> + <li><a href="/news/2013/09">September</a></li> + <li><a href="/news/2013/08">August</a></li> + <li><a href="/news/2013/07">July</a></li> + <li><a href="/news/2013/06">June</a></li> + <li><a href="/news/2013/05">May</a></li> + <li><a href="/news/2013/04">April</a></li> + <li><a href="/news/2013/03">March</a></li> + <li><a href="/news/2013/02">February</a></li> + <li><a href="/news/2013/01">January</a></li> + </ul> + <h2>2012</h2> + <ul> + <li><a href="/news/2012">All of 2012</a></li> + <li><a href="/news/2012/12">December</a></li> + <li><a href="/news/2012/11">November</a></li> + <li><a href="/news/2012/10">October</a></li> + <li><a href="/news/2012/09">September</a></li> + <li><a href="/news/2012/08">August</a></li> + <li><a href="/news/2012/07">July</a></li> + <li><a href="/news/2012/06">June</a></li> + <li><a href="/news/2012/05">May</a></li> + <li><a href="/news/2012/03">March</a></li> + <li><a href="/news/2012/01">January</a></li> + </ul> + <h2>2011</h2> + <ul> + <li><a href="/news/2011">All of 2011</a></li> + <li><a href="/news/2011/11">November</a></li> + <li><a href="/news/2011/10">October</a></li> + <li><a href="/news/2011/09">September</a></li> + <li><a href="/news/2011/08">August</a></li> + <li><a href="/news/2011/06">June</a></li> + <li><a href="/news/2011/05">May</a></li> + <li><a href="/news/2011/04">April</a></li> + <li><a href="/news/2011/03">March</a></li> + <li><a href="/news/2011/02">February</a></li> + <li><a href="/news/2011/01">January</a></li> + </ul> + <h2>2010</h2> + <ul> + <li><a href="/news/2010">All of 2010</a></li> + <li><a href="/news/2010/12">December</a></li> + <li><a href="/news/2010/11">November</a></li> + <li><a href="/news/2010/09">September</a></li> + <li><a href="/news/2010/08">August</a></li> + <li><a href="/news/2010/05">May</a></li> + <li><a href="/news/2010/03">March</a></li> + <li><a href="/news/2010/02">February</a></li> + </ul> + <h2>2009</h2> + <ul> + <li><a href="/news/2009">All of 2009</a></li> + <li><a href="/news/2009/12">December</a></li> + <li><a href="/news/2009/10">October</a></li> + <li><a href="/news/2009/08">August</a></li> + <li><a href="/news/2009/07">July</a></li> + </ul> + </div> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;"> + <div style="margin-top:12px;">Copyright © 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>
