content/news/2023/10/16/wicket-10.0.0-M2-released.html (141 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta charset="utf-8">
<title>Apache Wicket 10.0.0-M2 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="/css/font-awesome.min.css" rel="stylesheet" />
<script src="/javascript/jquery-3.7.1.min.js"></script>
</head>
<body class="">
<div class="header default">
<div class="l-container">
<nav class="mainmenu">
<div class="nav-logo">
<a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
</div>
<div class="nav-container">
<!-- /start/quickstart.html || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
<!-- /start/download.html || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/start/download.html" class=" nav-items">Download</a>
<!-- /learn || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/learn" class=" nav-items">Documentation</a>
<!-- /help || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/help" class=" nav-items">Support</a>
<!-- /contribute || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/contribute" class=" nav-items">Contribute</a>
<!-- /community || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/community" class=" nav-items">Community</a>
<!-- /apache || /news/2023/10/16/wicket-10.0.0-M2-released.html -->
<a href="/apache" class=" nav-items">Apache</a>
</div>
<div class="nav-container ">
<a href="https://github.com/apache/wicket" rel="noreferrer" target="_blank"><i class="fa fa-github nav-items"></i></a>
<a href="https://builtwithwicket.tumblr.com" rel="noreferrer" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
</div>
</nav>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Apache Wicket 10.0.0-M2 released</h1>
</header>
<section class="toc left post ">
<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>
<div class="l-full">
<p class="meta">16 Oct 2023</p>
<p>The Apache Wicket PMC is proud to announce Apache Wicket 10.0.0-M2!</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 10. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 10.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<p>In order to improve JPMS adoption, this release introduces the new module
wicket-tester containing common classes for unit testing.
Users of class WicketTester must now include this module as <strong>test</strong> dependency.</p>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.wicket<span class="nt"></groupId></span>
<span class="nt"><artifactId></span>wicket-core<span class="nt"></artifactId></span>
<span class="nt"><version></span>10.0.0-M2<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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-10.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 10.y.z this release is a drop in replacement. If
you come from a version prior to 10.0.0, please read our Wicket 10
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket10migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-1000-m2">CHANGELOG for 10.0.0-M2:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7056] - HttpSessionStore#getAttribute called on invalidated session</li>
<li>[WICKET-7061] - When I move from 9.13.0->9.14.0, my importmaps fail to parse correctly due to presence of the CDATA wrapping.</li>
<li>[WICKET-7065] - TextFilteredPropertyColumn violates CSP</li>
<li>[WICKET-7067] - DefaultExceptionMapper should not set disableCaching for WebSocketResponse</li>
<li>[WICKET-7070] - Quick start generated app has multiple errors</li>
<li>[WICKET-7071] - Problems when calling request.getInputStream() before executing WicketFilter</li>
<li>[WICKET-7072] - JUnit code in /src/main/java breaks JPMS support in Eclipse IDE</li>
<li>[WICKET-7074] - [AJAX] malformed XML is produced if an error is produced during AJAX rendering and a redirect is issued</li>
<li>[WICKET-7075] - ServletWebResponse allows writing headers to committed HttpServletResponse</li>
<li>[WICKET-7076] - JavaScriptReferenceType newly created is not serializable</li>
<li>[WICKET-7077] - 2 spring web application contexts are created</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7039] - Improve Accessibility of wicket-autocomplete.js</li>
<li>[WICKET-7060] - Minor improvements to wicket-examples</li>
<li>[WICKET-7063] - Convert all Application_<em>.properties to Application_</em>.utf8.properties</li>
<li>[WICKET-7066] - Add possibility to define type-Attribute of JavascriptHeaderItem as “module”</li>
<li>[WICKET-7068] - Current tree themes are not RTL friendly</li>
<li>[WICKET-7078] - CSP: inline JS in Choices and Selection of Palette</li>
</ul>
<h5 id="task">Task</h5>
<ul>
<li>[WICKET-7064] - commons-fileupload2 dependency should be added back</li>
<li>[WICKET-7069] - assertTrue(equals()) in tests should be replaced with assertEquals</li>
<li>[WICKET-7073] - Update JQuery to 3.7.1</li>
</ul>
</div>
</section>
</div>
</main>
<footer>
<div class="l-container l-flex">
<div class="l-one-third left">
<a href="https://www.apache.org">Apache</a><br>
<a href="https://www.apache.org/licenses/">License</a><br>
<a href="https://events.apache.org/x/current-event">Events</a><br>
</div>
<div class="l-one-third">
<a href="https://www.apache.org/foundation/sponsorship">Sponsorships</a><br>
<a href="https://www.apache.org/foundation/thanks">Thanks</a><br>
</div>
<div class="l-one-third">
<a href="https://www.apache.org/security">Security</a><br>
<a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a><br>
</div>
</div>
<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 © 2025 — 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>