blob: 51101c963536fc6d0ce50373ded6c99b8fe9cb17 [file] [log] [blame]
<!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.7.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.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="toc left">
</section>
<section>
<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="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="nc">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">&lt;dependency&gt;</span>
<span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
<span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>6.9.0<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
<p>Or download and build the distribution yourself, or use our
convenience binary package</p>
<ul>
<li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0">6.9.0 source download</a></li>
<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/6.9.0/binaries">6.9.0 binary download</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 &lt;wicket:enclosure&gt;</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&lt;M&gt; 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>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 2020 — 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>
</div>
</footer>
</body>
</html>