http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/05/17/wicket-6-8-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/05/17/wicket-6-8-0-released.html b/content/news/2013/05/17/wicket-6-8-0-released.html new file mode 100644 index 0000000..3a89e69 --- /dev/null +++ b/content/news/2013/05/17/wicket-6-8-0-released.html @@ -0,0 +1,140 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.8.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/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2013/05/17/wicket-6-8-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2013/05/17/wicket-6-8-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.8.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">17 May 2013</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p> +<p>This release marks the eighth minor release of Wicket 6. Starting +with Wicket 6 we use semantic versioning for the future development +of Wicket, and as such no API 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.8.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.8.0">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/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>http://s.apache.org/wicket-6.0-migration</li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="release-notes---wicket---version-680">Release Notes - Wicket - Version 6.8.0</h3> +<h4 id="sub-task">Sub-task</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5162">WICKET-5162</a> - InlineEnclosure markup id could collide in the final page markup</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5185">WICKET-5185</a> - JavaScript text is spread in several DOM text nodes</li> +</ul> +<h4 id="bug">Bug</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5083">WICKET-5083</a> - Page#isPageStateless() may return wrong value</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5119">WICKET-5119</a> - PopupSettings IE8 - dosenât work second time a link is clicked.</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5140">WICKET-5140</a> - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5142">WICKET-5142</a> - Generating invalid JavaScript for ajax update</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5145">WICKET-5145</a> - do not post an Atmosphere event if the filtered subscription set is empty</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5146">WICKET-5146</a> - Application not destroyed if WicketFilter#init() fails</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5147">WICKET-5147</a> - WicketTester MockHttpRequest.getCookies very slow / OutOfMemory</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5149">WICKET-5149</a> - PageRequestHandlerTracker doesnât track resolves of handlers caused by Exception</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5154">WICKET-5154</a> - Positioning of autocomplete popup does not take into account borders</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5157">WICKET-5157</a> - URL query parameter values containing equals sign get cut off</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5163">WICKET-5163</a> - Implementing markup loading by extending ResourceStreamLocator produces errors with inherited markup</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5176">WICKET-5176</a> - StringResourceModel doesnât detach model in some cases</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5178">WICKET-5178</a> - StopPropagation functionality on link is broken</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5181">WICKET-5181</a> - Problem with OnEventHeaderItem and Wicket.Event.add</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5187">WICKET-5187</a> - Unknown tag name with Wicket namespace: âpanelâ</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5191">WICKET-5191</a> - Session is created unnecessarily</li> +</ul> +<h4 id="improvement">Improvement</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5143">WICKET-5143</a> - Create an interface for the roles replacing the current Roles class</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5150">WICKET-5150</a> - Log additional info when FormComponent fails in updateCollectionModel</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5158">WICKET-5158</a> - Ignore missing Page in StatelessForm#process()</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5159">WICKET-5159</a> - Replace usage of JavaScript eval() with plain JS in headed contribution decoding</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5160">WICKET-5160</a> - Throttle the animation in DebugWindow when there are many errors</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5161">WICKET-5161</a> - The url gets longer when using StatelessForm with GET method</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5166">WICKET-5166</a> - Relax the requirements for using FilteringHeaderResponse</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5186">WICKET-5186</a> - Use arrays instead of String concatenation in JavaScript for better performance</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5188">WICKET-5188</a> - Use a separate logger for the extra information logged in RequestCycle#onException()</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5189">WICKET-5189</a> - preregister known wicket tag names</li> +</ul> +<h4 id="task">Task</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5169">WICKET-5169</a> - Create BuildBot config for wicket-6.x branch</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â 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> + </footer> + </body> + +</html>
http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/05/17/wicket-6.8.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/05/17/wicket-6.8.0-released.html b/content/news/2013/05/17/wicket-6.8.0-released.html deleted file mode 100644 index 41b4e92..0000000 --- a/content/news/2013/05/17/wicket-6.8.0-released.html +++ /dev/null @@ -1,140 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.8.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/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2013/05/17/wicket-6.8.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2013/05/17/wicket-6.8.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.8.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">17 May 2013</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p> -<p>This release marks the eighth minor release of Wicket 6. Starting -with Wicket 6 we use semantic versioning for the future development -of Wicket, and as such no API 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> -<div 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.8.0<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<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.8.0">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.8.0/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>http://s.apache.org/wicket-6.0-migration</li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -<h3 id="release-notes---wicket---version-680">Release Notes - Wicket - Version 6.8.0</h3> -<h4 id="sub-task">Sub-task</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5162">WICKET-5162</a> - InlineEnclosure markup id could collide in the final page markup</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5185">WICKET-5185</a> - JavaScript text is spread in several DOM text nodes</li> -</ul> -<h4 id="bug">Bug</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5083">WICKET-5083</a> - Page#isPageStateless() may return wrong value</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5103">WICKET-5103</a> - Wicket session id not up to date when container changes session id</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5119">WICKET-5119</a> - PopupSettings IE8 - dosenât work second time a link is clicked.</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5140">WICKET-5140</a> - InterceptData never gets cleared from session after continueToOriginalDestination is called and another page is requested afterwards</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5142">WICKET-5142</a> - Generating invalid JavaScript for ajax update</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5145">WICKET-5145</a> - do not post an Atmosphere event if the filtered subscription set is empty</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5146">WICKET-5146</a> - Application not destroyed if WicketFilter#init() fails</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5147">WICKET-5147</a> - WicketTester MockHttpRequest.getCookies very slow / OutOfMemory</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5149">WICKET-5149</a> - PageRequestHandlerTracker doesnât track resolves of handlers caused by Exception</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5154">WICKET-5154</a> - Positioning of autocomplete popup does not take into account borders</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5157">WICKET-5157</a> - URL query parameter values containing equals sign get cut off</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5163">WICKET-5163</a> - Implementing markup loading by extending ResourceStreamLocator produces errors with inherited markup</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5176">WICKET-5176</a> - StringResourceModel doesnât detach model in some cases</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5178">WICKET-5178</a> - StopPropagation functionality on link is broken</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5181">WICKET-5181</a> - Problem with OnEventHeaderItem and Wicket.Event.add</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5187">WICKET-5187</a> - Unknown tag name with Wicket namespace: âpanelâ</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5191">WICKET-5191</a> - Session is created unnecessarily</li> -</ul> -<h4 id="improvement">Improvement</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5143">WICKET-5143</a> - Create an interface for the roles replacing the current Roles class</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5150">WICKET-5150</a> - Log additional info when FormComponent fails in updateCollectionModel</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5158">WICKET-5158</a> - Ignore missing Page in StatelessForm#process()</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5159">WICKET-5159</a> - Replace usage of JavaScript eval() with plain JS in headed contribution decoding</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5160">WICKET-5160</a> - Throttle the animation in DebugWindow when there are many errors</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5161">WICKET-5161</a> - The url gets longer when using StatelessForm with GET method</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5166">WICKET-5166</a> - Relax the requirements for using FilteringHeaderResponse</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5186">WICKET-5186</a> - Use arrays instead of String concatenation in JavaScript for better performance</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5188">WICKET-5188</a> - Use a separate logger for the extra information logged in RequestCycle#onException()</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5189">WICKET-5189</a> - preregister known wicket tag names</li> -</ul> -<h4 id="task">Task</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5169">WICKET-5169</a> - Create BuildBot config for wicket-6.x branch</li> -</ul> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â 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> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/05/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html index 76a3452..991cdff 100644 --- a/content/news/2013/05/index.html +++ b/content/news/2013/05/index.html @@ -52,13 +52,14 @@ <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.8.0!</p> <p>This release marks the eighth minor release of Wicket 6. Starting with Wicket 6 we u...</p> - <a href="/news/2013/05/17/wicket-6.8.0-released.html">more</a></li> + <a href="/news/2013/05/17/wicket-6-8-0-released.html">more</a></li> </div> </div> <div class="l-one-third"> <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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/06/27/wicket-6-9-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/27/wicket-6-9-0-released.html b/content/news/2013/06/27/wicket-6-9-0-released.html new file mode 100644 index 0000000..a1fae58 --- /dev/null +++ b/content/news/2013/06/27/wicket-6-9-0-released.html @@ -0,0 +1,144 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.9.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/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2013/06/27/wicket-6-9-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2013/06/27/wicket-6-9-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.9.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">27 Jun 2013</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p> +<p>This release marks the ninth minor release of Wicket 6. Starting with +Wicket 6 we use semantic versioning for the future development of +Wicket, and as such no API breaks are present in this release +compared to 6.0.0.</p> +<h3 id="new-and-noteworthy">New and noteworthy</h3> +<p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE +6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x. +To use this resource reference do in your applicationâs init method:</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span> + <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> + <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span> +<span class="o">}</span></code></pre></figure> +<p>Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.</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.9.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.9.0">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/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.0</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="release-notes---wicket---version-690">Release Notes - Wicket - Version 6.9.0</h3> +<h4 id="bug">Bug</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-4827">WICKET-4827</a> - Modal panel mouse pointer in resize style for MSIE8 and MSIE9</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5056">WICKET-5056</a> - Page mount with an optional named parameter overtakes a mount with more specific path</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5071">WICKET-5071</a> - 404 Error on Nested ModalWindows in IE7 and IE8</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5165">WICKET-5165</a> - Session should be bound when adding messages to it</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5194">WICKET-5194</a> - Adding AjaxFormValidatingBehavior to the form prevents form from being filled</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5200">WICKET-5200</a> - Upgrade atmosphere-runtime to 1.0.13</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5202">WICKET-5202</a> - Page redirects can fail when using url encoding</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5203">WICKET-5203</a> - Base url is incorrect for error dispatched pages</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5204">WICKET-5204</a> - The DateTimeField.onBeforeRender() method does not format the fields correctly.</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5205">WICKET-5205</a> - AbstractAjaxBehavior.unbind does not clean stored reference to host component</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5209">WICKET-5209</a> - NPE when using ComponentRenderer.renderComponent on a panel with <wicket:enclosure></li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5218">WICKET-5218</a> - EnclosureContainer calls child#configure() way before rendering</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5220">WICKET-5220</a> - AjaxEditableLabel not working well in form</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5222">WICKET-5222</a> - Direct iframe removal not supported by Firefox: tab title stays as âConnectingâ</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5223">WICKET-5223</a> - AjaxEditableLabel doesnât provide a way to configure Ajax attributes for its Ajax behaviors</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a> - CDI integration fails in Glassfish 4.0 with WELD-000070</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5230">WICKET-5230</a> - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5234">WICKET-5234</a> - OnEventHeaderItem canât be applied via AJAX</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5237">WICKET-5237</a> - Wicket generates invalid HTML by expanding col tags</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5247">WICKET-5247</a> - Broken Link in Tomcat because of Page Mount</li> +</ul> +<h4 id="improvement">Improvement</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5199">WICKET-5199</a> - Component.getBehaviors(Class<M> type) documentation is obsolete</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5207">WICKET-5207</a> - Use documented jQuery APIs for triggering the special event âinputchangeâ</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5208">WICKET-5208</a> - Contribute jQuery 1.x or 2.x depending on the user agent</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5210">WICKET-5210</a> - JQuery problem because component appears twice in DOM while Ajax refresh</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5211">WICKET-5211</a> - Make CryptoMapper extendable</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5215">WICKET-5215</a> - Better exception message when Page instantiation fails in DefaultPageFactory</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5219">WICKET-5219</a> - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5228">WICKET-5228</a> - Add method getFirstDayOfWeek to DatePicker class</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5232">WICKET-5232</a> - ComponentRenderer.renderComponent could accept components with any markupId, not just âcompIdâ</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5233">WICKET-5233</a> - Component.getBehaviors() can be implemented slightly more efficiently</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5238">WICKET-5238</a> - Upgrade bootstrap from 2.3.1 to 2.3.2</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â 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> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/06/27/wicket-6.9.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/27/wicket-6.9.0-released.html b/content/news/2013/06/27/wicket-6.9.0-released.html deleted file mode 100644 index 10c3dbf..0000000 --- a/content/news/2013/06/27/wicket-6.9.0-released.html +++ /dev/null @@ -1,144 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.9.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/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2013/06/27/wicket-6.9.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2013/06/27/wicket-6.9.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.9.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">27 Jun 2013</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p> -<p>This release marks the ninth minor release of Wicket 6. Starting with -Wicket 6 we use semantic versioning for the future development of -Wicket, and as such no API breaks are present in this release -compared to 6.0.0.</p> -<h3 id="new-and-noteworthy">New and noteworthy</h3> -<p>Switch between jQuery 1.x and 2.x depending on the user agent. For IE -6/7/8 jQuery ver. 1.x will be used, for any other browser - ver. 2.x. -To use this resource reference do in your applicationâs init method:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span> - <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> - <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">DynamicJQueryResourceReference</span><span class="o">.</span><span class="na">INSTANCE</span><span class="o">);</span> -<span class="o">}</span></code></pre></div> -<p>Upgraded Atmoshpere (1.0.13) and Bootstrap (2.3.2) resources.</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> -<div 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.9.0<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<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.9.0">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/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.0</a></li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -<h3 id="release-notes---wicket---version-690">Release Notes - Wicket - Version 6.9.0</h3> -<h4 id="bug">Bug</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-4827">WICKET-4827</a> - Modal panel mouse pointer in resize style for MSIE8 and MSIE9</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5056">WICKET-5056</a> - Page mount with an optional named parameter overtakes a mount with more specific path</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5071">WICKET-5071</a> - 404 Error on Nested ModalWindows in IE7 and IE8</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5165">WICKET-5165</a> - Session should be bound when adding messages to it</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5194">WICKET-5194</a> - Adding AjaxFormValidatingBehavior to the form prevents form from being filled</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5200">WICKET-5200</a> - Upgrade atmosphere-runtime to 1.0.13</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5202">WICKET-5202</a> - Page redirects can fail when using url encoding</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5203">WICKET-5203</a> - Base url is incorrect for error dispatched pages</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5204">WICKET-5204</a> - The DateTimeField.onBeforeRender() method does not format the fields correctly.</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5205">WICKET-5205</a> - AbstractAjaxBehavior.unbind does not clean stored reference to host component</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5209">WICKET-5209</a> - NPE when using ComponentRenderer.renderComponent on a panel with <wicket:enclosure></li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5218">WICKET-5218</a> - EnclosureContainer calls child#configure() way before rendering</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5220">WICKET-5220</a> - AjaxEditableLabel not working well in form</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5222">WICKET-5222</a> - Direct iframe removal not supported by Firefox: tab title stays as âConnectingâ</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5223">WICKET-5223</a> - AjaxEditableLabel doesnât provide a way to configure Ajax attributes for its Ajax behaviors</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a> - CDI integration fails in Glassfish 4.0 with WELD-000070</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5230">WICKET-5230</a> - AjaxFormChoiceComponentUpdatingBehavior fails for choices containing other invalid FormComponents</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5234">WICKET-5234</a> - OnEventHeaderItem canât be applied via AJAX</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5237">WICKET-5237</a> - Wicket generates invalid HTML by expanding col tags</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5247">WICKET-5247</a> - Broken Link in Tomcat because of Page Mount</li> -</ul> -<h4 id="improvement">Improvement</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5199">WICKET-5199</a> - Component.getBehaviors(Class<M> type) documentation is obsolete</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5207">WICKET-5207</a> - Use documented jQuery APIs for triggering the special event âinputchangeâ</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5208">WICKET-5208</a> - Contribute jQuery 1.x or 2.x depending on the user agent</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5210">WICKET-5210</a> - JQuery problem because component appears twice in DOM while Ajax refresh</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5211">WICKET-5211</a> - Make CryptoMapper extendable</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5215">WICKET-5215</a> - Better exception message when Page instantiation fails in DefaultPageFactory</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5219">WICKET-5219</a> - ServletWebResponse should call #setHeader() to set Ajax-Location for redirect</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5228">WICKET-5228</a> - Add method getFirstDayOfWeek to DatePicker class</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5232">WICKET-5232</a> - ComponentRenderer.renderComponent could accept components with any markupId, not just âcompIdâ</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5233">WICKET-5233</a> - Component.getBehaviors() can be implemented slightly more efficiently</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5238">WICKET-5238</a> - Upgrade bootstrap from 2.3.1 to 2.3.2</li> -</ul> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â 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> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/06/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html index a2d24bb..97cfbed 100644 --- a/content/news/2013/06/index.html +++ b/content/news/2013/06/index.html @@ -52,13 +52,14 @@ <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.9.0!</p> <p>This release marks the ninth minor release of Wicket 6. Starting with Wicket 6 we u...</p> - <a href="/news/2013/06/27/wicket-6.9.0-released.html">more</a></li> + <a href="/news/2013/06/27/wicket-6-9-0-released.html">more</a></li> </div> </div> <div class="l-one-third"> <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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/07/10/wicket-6-9-1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/10/wicket-6-9-1-released.html b/content/news/2013/07/10/wicket-6-9-1-released.html new file mode 100644 index 0000000..6a2c5c5 --- /dev/null +++ b/content/news/2013/07/10/wicket-6-9-1-released.html @@ -0,0 +1,134 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.9.1 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/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2013/07/10/wicket-6-9-1-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2013/07/10/wicket-6-9-1-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.9.1 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">10 Jul 2013</p> + <p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p> +<p>This is a patch release for 6.9.0 where we inadvertently broke CDI +injection into (amongst others) anonymous inner classes. See below +for more information regarding this release.</p> +<p>Please note that this patch release <strong>only</strong> fixes WICKET-5264.</p> +<p>Starting with Wicket 6 we use semantic versioning for the future +development of Wicket, and as such no API breaks are present in this +release compared to 6.0.0.</p> +<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3> +<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has +decided to remove deprecated APIs from their codebase from JQuery 1.9 +and up. This means that JQuery plugins using these deprecated APIs no +longer work. See the JQuery migration guide for more information, +available from http://jquery.com/upgrade-guide/1.9/</p> +<p>If your application depends on these deprecated APIs you can easily +downgrade to JQuery 1.8.3-the previously provided JQuery that still +contains these APIs. Download the 1.8.3 release of jquery and add it +to your project in its applicationâs init method:</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> +<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span> + <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> + <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span> +<span class="o">}</span></code></pre></figure> +<h3 id="cdi-injection-issue">CDI injection issue</h3> +<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that +injection in anonymous inner classes was not legal and when +attempted, it resulted in an exception:</p> +<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070 +Simple bean [EnhancedAnnotatedTypeImpl] private class +com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure> +<p>This was reported as +<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as +it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or +earlier). We implemented a fix for this particular issue by not +injecting into anonymous inner classes.</p> +<p>Unfortunately this was not a bug that needed fixing on our part, but +rather in the Weld framework (see +<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p> +<p>Therefore we reverted the commits done for WICKET-5226 and hope that +Glassfish will upgrade their Weld implementation soon. For the whole +story read +<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></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.9.1<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.9.1">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/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.0</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â 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> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/07/10/wicket-6.9.1-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/10/wicket-6.9.1-released.html b/content/news/2013/07/10/wicket-6.9.1-released.html deleted file mode 100644 index 6a62207..0000000 --- a/content/news/2013/07/10/wicket-6.9.1-released.html +++ /dev/null @@ -1,134 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.9.1 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/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2013/07/10/wicket-6.9.1-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2013/07/10/wicket-6.9.1-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.9.1 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">10 Jul 2013</p> - <p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p> -<p>This is a patch release for 6.9.0 where we inadvertently broke CDI -injection into (amongst others) anonymous inner classes. See below -for more information regarding this release.</p> -<p>Please note that this patch release <strong>only</strong> fixes WICKET-5264.</p> -<p>Starting with Wicket 6 we use semantic versioning for the future -development of Wicket, and as such no API breaks are present in this -release compared to 6.0.0.</p> -<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3> -<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has -decided to remove deprecated APIs from their codebase from JQuery 1.9 -and up. This means that JQuery plugins using these deprecated APIs no -longer work. See the JQuery migration guide for more information, -available from http://jquery.com/upgrade-guide/1.9/</p> -<p>If your application depends on these deprecated APIs you can easily -downgrade to JQuery 1.8.3-the previously provided JQuery that still -contains these APIs. Download the 1.8.3 release of jquery and add it -to your project in its applicationâs init method:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> -<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span> - <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> - <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span> -<span class="o">}</span></code></pre></div> -<h3 id="cdi-injection-issue">CDI injection issue</h3> -<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that -injection in anonymous inner classes was not legal and when -attempted, it resulted in an exception:</p> -<div class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070 -Simple bean [EnhancedAnnotatedTypeImpl] private class -com.example.HomePage$AForm cannot be a non-static inner class</code></pre></div> -<p>This was reported as -<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as -it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or -earlier). We implemented a fix for this particular issue by not -injecting into anonymous inner classes.</p> -<p>Unfortunately this was not a bug that needed fixing on our part, but -rather in the Weld framework (see -<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p> -<p>Therefore we reverted the commits done for WICKET-5226 and hope that -Glassfish will upgrade their Weld implementation soon. For the whole -story read -<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></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> -<div 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.9.1<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<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.9.1">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.9.1/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.0</a></li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â 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> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/07/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html index 7976c2c..1b491f4 100644 --- a/content/news/2013/07/index.html +++ b/content/news/2013/07/index.html @@ -51,13 +51,14 @@ <p><small>10 Jul 2013</small></p> <p>The Apache Wicket PMC announces Apache Wicket 6.9.1!</p> <p>This is a patch release for 6.9.0 ...</p> - <a href="/news/2013/07/10/wicket-6.9.1-released.html">more</a></li> + <a href="/news/2013/07/10/wicket-6-9-1-released.html">more</a></li> </div> </div> <div class="l-one-third"> <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> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/08/18/wicket-6-10-0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/18/wicket-6-10-0-released.html b/content/news/2013/08/18/wicket-6-10-0-released.html new file mode 100644 index 0000000..428a011 --- /dev/null +++ b/content/news/2013/08/18/wicket-6-10-0-released.html @@ -0,0 +1,192 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta charset="utf-8"> + <title>Apache Wicket 6.10.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/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/start/quickstart.html">Quick Start</a></li> + <!-- /start/download.html || /news/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/start/download.html">Download</a></li> + <!-- /learn || /news/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/learn">Documentation</a></li> + <!-- /help || /news/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/help">Support</a></li> + <!-- /contribute || /news/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/contribute">Contribute</a></li> + <!-- /community || /news/2013/08/18/wicket-6-10-0-released.html --> + <li class=""><a href="/community">Community</a></li> + <!-- /apache || /news/2013/08/18/wicket-6-10-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.10.0 released</h1> + </header> + <section class="l-one-third right"> + </section> + <section class="l-two-third left"> + <div class="l-full"> + <p class="meta">18 Aug 2013</p> + <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p> +<p>This release marks the tenth minor release of Wicket 6. Starting with +Wicket 6 we use semantic versioning for the future development of +Wicket, and as such no API breaks are present in this release +compared to 6.0.0.</p> +<h3 id="new-and-noteworthy">New and noteworthy</h3> +<ul> + <li> + <p>Required text form components now emit the HTML5 required attribute</p> + </li> + <li> + <p>URLs with username/passwords in them will now be parsed correctly +http://me:secret@localhost and http://me:secret@localhost:8080 will +no longer trigger an invalid number exception</p> + </li> + <li> + <p>OnEventHeaderItem uses JavaScript event registration, instead of +inline DOM attributes, so it should remove âonâ prefixes when it is +provided by the user application. For example: onclick => click.</p> + </li> +</ul> +<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3> +<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has +decided to remove deprecated APIs from their codebase from JQuery 1.9 +and up. This means that JQuery plugins using these deprecated APIs no +longer work. See the JQuery migration guide for more information, +available from http://jquery.com/upgrade-guide/1.9/</p> +<p>If your application depends on these deprecated APIs you can easily +downgrade to JQuery 1.8.3-the previously provided JQuery that still +contains these APIs. Download the 1.8.3 release of jquery and add it +to your project in its applicationâs init method:</p> +<figure class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> +<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="p">(</span><span class="o">)</span> <span class="o">{</span> + <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> + <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span> +<span class="o">}</span></code></pre></figure> +<h3 id="cdi-injection-issue">CDI injection issue</h3> +<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that +injection in anonymous inner classes was not legal and when +attempted, it resulted in an exception:</p> +<figure class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070 +Simple bean [EnhancedAnnotatedTypeImpl] private class +com.example.HomePage$AForm cannot be a non-static inner class</code></pre></figure> +<p>This was reported as +<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as +it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or +earlier). We implemented a fix for this particular issue by not +injecting into anonymous inner classes.</p> +<p>Unfortunately this was not a bug that needed fixing on our part, but +rather in the Weld framework (see +<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p> +<p>Therefore we reverted the commits done for WICKET-5226 and hope that +Glassfish will upgrade their Weld implementation soon. For the whole +story read +<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></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.10.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.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li> + <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/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.0</a></li> +</ul> +<p>Have fun!</p> +<p>â The Wicket team</p> +<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3> +<h4 id="sub-task">Sub-task</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li> +</ul> +<h4 id="bug">Bug</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li> +</ul> +<h4 id="improvement">Improvement</h4> +<ul> + <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc & API for IConverter</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on <input> and <textarea> elements</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li> + <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li> +</ul> +</div> + </section> + </div> +</main> + <footer class="l-container"> + <div class="l-full"> + <img height="60px" src="/img/asf_logo.gif" style="float:left"> + Copyright © 2015 â 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> + </footer> + </body> + +</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/08/18/wicket-6.10.0-released.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/18/wicket-6.10.0-released.html b/content/news/2013/08/18/wicket-6.10.0-released.html deleted file mode 100644 index 99fa130..0000000 --- a/content/news/2013/08/18/wicket-6.10.0-released.html +++ /dev/null @@ -1,192 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> - <meta charset="utf-8"> - <title>Apache Wicket 6.10.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/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/start/quickstart.html">Quick Start</a></li> - <!-- /start/download.html || /news/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/start/download.html">Download</a></li> - <!-- /learn || /news/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/learn">Documentation</a></li> - <!-- /help || /news/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/help">Support</a></li> - <!-- /contribute || /news/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/contribute">Contribute</a></li> - <!-- /community || /news/2013/08/18/wicket-6.10.0-released.html --> - <li class=""><a href="/community">Community</a></li> - <!-- /apache || /news/2013/08/18/wicket-6.10.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.10.0 released</h1> - </header> - <section class="l-one-third right"> - </section> - <section class="l-two-third left"> - <div class="l-full"> - <p class="meta">18 Aug 2013</p> - <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p> -<p>This release marks the tenth minor release of Wicket 6. Starting with -Wicket 6 we use semantic versioning for the future development of -Wicket, and as such no API breaks are present in this release -compared to 6.0.0.</p> -<h3 id="new-and-noteworthy">New and noteworthy</h3> -<ul> - <li> - <p>Required text form components now emit the HTML5 required attribute</p> - </li> - <li> - <p>URLs with username/passwords in them will now be parsed correctly -http://me:secret@localhost and http://me:secret@localhost:8080 will -no longer trigger an invalid number exception</p> - </li> - <li> - <p>OnEventHeaderItem uses JavaScript event registration, instead of -inline DOM attributes, so it should remove âonâ prefixes when it is -provided by the user application. For example: onclick => click.</p> - </li> -</ul> -<h3 id="jquery-update-in-690">JQuery update in 6.9.0</h3> -<p>As of Wicket 6.9 we ship JQuery 1.10.1. The JQuery project has -decided to remove deprecated APIs from their codebase from JQuery 1.9 -and up. This means that JQuery plugins using these deprecated APIs no -longer work. See the JQuery migration guide for more information, -available from http://jquery.com/upgrade-guide/1.9/</p> -<p>If your application depends on these deprecated APIs you can easily -downgrade to JQuery 1.8.3-the previously provided JQuery that still -contains these APIs. Download the 1.8.3 release of jquery and add it -to your project in its applicationâs init method:</p> -<div class="highlight"><pre><code class="language-java" data-lang="java"><span class="nd">@Override</span> -<span class="kd">protected</span> <span class="kt">void</span> <span class="nf">init</span><span class="o">()</span> <span class="o">{</span> - <span class="n">getJavaScriptLibrarySettings</span><span class="o">()</span> - <span class="o">.</span><span class="na">setJQueryReference</span><span class="o">(</span><span class="n">yourJquery183ResourceReference</span><span class="o">);</span> -<span class="o">}</span></code></pre></div> -<h3 id="cdi-injection-issue">CDI injection issue</h3> -<p>In the CDI releases of Weld 2.0.1 and prior, it was assumed that -injection in anonymous inner classes was not legal and when -attempted, it resulted in an exception:</p> -<div class="highlight"><pre><code class="language-text" data-lang="text">Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000070 -Simple bean [EnhancedAnnotatedTypeImpl] private class -com.example.HomePage$AForm cannot be a non-static inner class</code></pre></div> -<p>This was reported as -<a href="https://issues.apache.org/jira/browse/WICKET-5226">WICKET-5226</a>, as -it became an issue in Glassfish 4, which ships with Weld 2.0.1 (or -earlier). We implemented a fix for this particular issue by not -injecting into anonymous inner classes.</p> -<p>Unfortunately this was not a bug that needed fixing on our part, but -rather in the Weld framework (see -<a href="https://issues.jboss.org/browse/WELD-1441">WELD-1441</a>)</p> -<p>Therefore we reverted the commits done for WICKET-5226 and hope that -Glassfish will upgrade their Weld implementation soon. For the whole -story read -<a href="https://issues.apache.org/jira/browse/WICKET-5264">WICKET-5264</a></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> -<div 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.10.0<span class="nt"></version></span> -<span class="nt"></dependency></span></code></pre></div> -<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.10.0">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0</a></li> - <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/binaries">http://www.apache.org/dyn/closer.cgi/wicket/6.10.0/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.0</a></li> -</ul> -<p>Have fun!</p> -<p>â The Wicket team</p> -<h3 id="release-notes---wicket---version-6100">Release Notes - Wicket - Version 6.10.0</h3> -<h4 id="sub-task">Sub-task</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5248">WICKET-5248</a> - OnEventHeaderItem is still broken in 6.9.0</li> -</ul> -<h4 id="bug">Bug</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5135">WICKET-5135</a> - wicket-atmosphere EventBus constructor throws NullPointerException under invalid state</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5164">WICKET-5164</a> - PageStoreManager.SessionEntry keeps outdated sessionId when container changes sessionId</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5224">WICKET-5224</a> - ModalWindow is not visible in Safari when opened from a link at the bottom of a large page</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5250">WICKET-5250</a> - Minified css/js gets compressed</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5251">WICKET-5251</a> - Minified name resolves incorrectly if default resource reference is used</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5256">WICKET-5256</a> - Allow configuring the resource used by ResourceStreamRequestHandler</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5259">WICKET-5259</a> - Url can't parse urls with username and password</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5260">WICKET-5260</a> - UrlRenderer#renderUrl() doesn't preserve the host</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5263">WICKET-5263</a> - FilenameWithVersionResourceCachingStrategy breaks silently when the versionPrefix is contained in the original filename</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5266">WICKET-5266</a> - Issue with TomcatWebSocketFilter and Spring Security</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5268">WICKET-5268</a> - ComponentRenderer.renderComponent fails to render two components with different component IDs</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5269">WICKET-5269</a> - XmlAjaxResponse restores wrong response</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5272">WICKET-5272</a> - NPE on unmount in BookmarkableMapper.java:189</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5273">WICKET-5273</a> - Tabindex overwritten in modal window for IE - Works in FF, Chrome</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5279">WICKET-5279</a> - o.a.w.a.AtmosphereBehavior onBroadcast should log DEBUG, not INFO</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5287">WICKET-5287</a> - NumberFormatException when parsing the port from Requests with invalid URIs</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5291">WICKET-5291</a> - Dependencies of Resource Bundle References are ignored</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5294">WICKET-5294</a> - MarkupCache ignores enforceReload flag</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5298">WICKET-5298</a> - Wicket Example for effects with Prototype is broken</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5300">WICKET-5300</a> - ComponentRenderingRequestHandler does not clear renderedComponents (PrototypeApplication)</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5302">WICKET-5302</a> - Using InlineEnclosure leads to two re-renderings of the controlling child component</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5306">WICKET-5306</a> - Dynamic and static extra paramaters not evaluated in ajax submitting behavior in a multipart form</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5309">WICKET-5309</a> - No page id appended to some stateful pages using repeaters</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5310">WICKET-5310</a> - if wicket is an external lib, BundleStringResourceLoader doesn't work</li> -</ul> -<h4 id="improvement">Improvement</h4> -<ul> - <li><a href="https://issues.apache.org/jira/browse/WICKET-4993">WICKET-4993</a> - Add a minInputLength parameter to AutoCompleteTextField</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5270">WICKET-5270</a> - Do not set the location.hash when clicking on a link</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5276">WICKET-5276</a> - JavaDoc & API for IConverter</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5277">WICKET-5277</a> - PropertiesFactory - customizable properties loading</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5289">WICKET-5289</a> - setRequired(true) should add the HTML5 "required" attribute on <input> and <textarea> elements</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5295">WICKET-5295</a> - UrlResourceStream#getData content-type detection relies on flawed logic in URLConnection#getContentType</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5296">WICKET-5296</a> - OnEventHeaderItem should remove 'on' prefix for the event name</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5303">WICKET-5303</a> - Static id counter AbstractToolbar prevents stable component paths for testing</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5304">WICKET-5304</a> - AbstractResource should check for error code first before for modifications</li> - <li><a href="https://issues.apache.org/jira/browse/WICKET-5307">WICKET-5307</a> - Export resources' version cache attribute as request cycle metadata</li> -</ul> -</div> - </section> - </div> -</main> - <footer class="l-container"> - <div class="l-full"> - <img height="60px" src="/img/asf_logo.gif" style="float:left"> - Copyright © 2015 â 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> - </footer> - </body> - -</html> http://git-wip-us.apache.org/repos/asf/wicket-site/blob/2118a439/content/news/2013/08/index.html ---------------------------------------------------------------------- diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html index 5c4c2d1..45719e5 100644 --- a/content/news/2013/08/index.html +++ b/content/news/2013/08/index.html @@ -52,13 +52,14 @@ <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.10.0!</p> <p>This release marks the tenth minor release of Wicket 6. Starting with Wicket 6 we us...</p> - <a href="/news/2013/08/18/wicket-6.10.0-released.html">more</a></li> + <a href="/news/2013/08/18/wicket-6-10-0-released.html">more</a></li> </div> </div> <div class="l-one-third"> <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>
