blob: 26478886120d0fc6bdc7f1aa51600fff9d74e570 [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 7.3.0 released | Apache Wicket</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.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/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
<!-- /start/download.html || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/start/download.html">Download</a></li>
<!-- /learn || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/learn">Documentation</a></li>
<!-- /help || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/help">Support</a></li>
<!-- /contribute || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/contribute">Contribute</a></li>
<!-- /community || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/community">Community</a></li>
<!-- /apache || /news/2016/05/05/wicket-7.3.0-released.html -->
<li class=""><a href="/apache">Apache</a></li>
</ul>
</nav>
<div class="logo">
<a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
</div>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Apache Wicket 7.3.0 released</h1>
</header>
<section class="l-one-third right">
<div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#this-release"><span class="toc-number">3.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div>
</section>
<section class="l-two-third left">
<div class="l-full">
<p class="meta">05 May 2016</p>
<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!</p>
<p>Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org</p>
<p>This release marks another minor release of Wicket 7. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present breaks are present in this release compared to
7.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<h4 id="wicket-metrics-added">Wicket Metrics added</h4>
<p>A new experimental module for integrating with <a href="http://metrics.dropwizard.io/">DropWizard’s Metrics</a> project was created.
Metrics provides a powerful toolkit of ways to measure the behavior of critical components in your production environment.
Using the Metrics integration requires the use of AspectJ (which is licensed under the Eclipse Public License 1.0)</p>
<p>You can read more about using the Metrics integration in our user guide’s <a href="https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring">monitoring chapter</a>.</p>
<h4 id="jquery-upgrade">jQuery upgrade</h4>
<p>Wicket ships standard with it’s own jQuery. With this release jQuery was upgraded to 1.12.3/2.2.3.</p>
<!--more-->
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&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>7.3.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/7.3.0">7.3.0 source download</a></li>
<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries">7.3.0 binary download</a></li>
</ul>
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 7.y.z this release is a drop in replacement. If
you come from a version prior to 7.0.0, please read our Wicket 7
migration guide found at</p>
<ul>
<li><a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>================================</p>
<p>The signatures for the source release artefacts:</p>
<p>Signature for apache-wicket-7.3.0.zip:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
=8TQC
-----END PGP SIGNATURE-----
</code></pre></div></div>
<p>Signature for apache-wicket-7.3.0.tar.gz:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - https://gpgtools.org
iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
=tRv/
-----END PGP SIGNATURE-----
</code></pre></div></div>
<p>================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-730">CHANGELOG for 7.3.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6069">WICKET-6069</a> - OnChangeAjaxBehavior does not work if the url contains a request parameter with same name as wicket id</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6078">WICKET-6078</a> - Problem with queued components and auto linking</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6079">WICKET-6079</a> - Problem with queued components and label</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6080">WICKET-6080</a> - Encapsulation of 3 enclosures leads to WicketRuntimeException</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6084">WICKET-6084</a> - ajax request failure handler receives incorrect arguments</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6085">WICKET-6085</a> - AjaxTimerBehavior with failure handler cause memory leak in browser</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6087">WICKET-6087</a> - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - cannot create a custom implementation</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6088">WICKET-6088</a> - Problem with queued components and setting the model</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6091">WICKET-6091</a> - NPE in RequestLoggerRequestCycleListener when using native-websockets</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6093">WICKET-6093</a> - MarkupException due to ID collision in RelativePathPrefixHandler</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6094">WICKET-6094</a> - Find adequate ResourceReference with mount parameters</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6097">WICKET-6097</a> - JsonRequestLogger –&gt; JsonMappingException –&gt; StackOverflowError Infinite recursion</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6102">WICKET-6102</a> - StackoverflowError related to enclosures</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6108">WICKET-6108</a> - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6109">WICKET-6109</a> - Enclosure - “IllegalArgumentException: Argument ‘markup’ may not be null” after app restart</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6111">WICKET-6111</a> - Empty redirect on redirect to home page if home page already shown</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6116">WICKET-6116</a> - Exception ‘A child already exists’ when backing to a page with some markups in a Border</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6131">WICKET-6131</a> - IndexOutOfBoundsException in org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6133">WICKET-6133</a> - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6134">WICKET-6134</a> - NPE when using ListView with missing markup</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6135">WICKET-6135</a> - There is no good way to get POST body content</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6139">WICKET-6139</a> - AjaxButton forces rendering type=”button”</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6141">WICKET-6141</a> - Runtime Exception rendering ComponentTag with RelativePathPrefixHandler</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6151">WICKET-6151</a> - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper exception with more detail)</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6053">WICKET-6053</a> - Allow to reuse the same application instance in several tests</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6081">WICKET-6081</a> - Add “assertNotRequired” to the WicketTester</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6098">WICKET-6098</a> - Add logging to HttpSessionDataStore</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6100">WICKET-6100</a> - Upgrade jQuery to 1.12.3/2.2.3</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6103">WICKET-6103</a> - Synchronization on JSR 356 connection</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6106">WICKET-6106</a> - Propagate JSR 356 WebSocket connection error to a page</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6107">WICKET-6107</a> - Broadcast onClose event regardless of the JSR 356 WebSocket connection closed state</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6110">WICKET-6110</a> - Add a message to StalePageException for better debugging</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6122">WICKET-6122</a> - Add .map to the list of allowed file extensions in SecurePackageResourceGuard</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6123">WICKET-6123</a> - Remove ‘abstract’ from ChainingModel</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6127">WICKET-6127</a> - Add metrics for request duration</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6128">WICKET-6128</a> - Add metrics for currently active sessions</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6130">WICKET-6130</a> - Make it easier to override parts of SystemMapper</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6144">WICKET-6144</a> - Wicket-ajax parameter / header may be used to bypass proper exception handling</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6145">WICKET-6145</a> - Enable DeltaManager to replicate PageTable in Sessions</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6152">WICKET-6152</a> - Allow to add more than one WebSocketBehavior in the component tree</li>
</ul>
<h5 id="new-feature">New Feature</h5>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6120">WICKET-6120</a> - Wicket Metrics</li>
</ul>
<h5 id="wish">Wish</h5>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-6095">WICKET-6095</a> - Multiline headers in DataTable</li>
</ul>
</div>
</section>
</div>
</main>
<footer class="l-container">
<div class="l-full">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 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>
</footer>
</body>
</html>