content/atom.xml (630 lines of code) (raw):
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
<updated>2025-05-07T08:58:26+00:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
<email>dev@wicket.apache.org</email>
</author>
<entry>
<title>Apache Wicket 9.21.0 released</title>
<link href="http://wicket.apache.org/news/2025/04/25/wicket-9.21.0-released.html"/>
<updated>2025-04-25T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2025/04/25/wicket-9.21.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 9.21.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 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.</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">&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>9.21.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket9migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-9210">CHANGELOG for 9.21.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7147] - Paramter order of null checks incorrect</li>
<li>[WICKET-7148] - Removing Metadata from Application not possible</li>
<li>[WICKET-7150] - Cyclic dependency between wicket-native-websocket-core and wicket-native-websocket-javax modules</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7153] - [Resources] modify RootMapper in order to allow to define a refferent ResourceReferenceMapper</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 10.5.0 released</title>
<link href="http://wicket.apache.org/news/2025/04/25/wicket-10.5.0-released.html"/>
<updated>2025-04-25T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2025/04/25/wicket-10.5.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 10.5.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 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="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>10.5.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 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-1050">CHANGELOG for 10.5.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7147] - Paramter order of null checks incorrect</li>
<li>[WICKET-7148] - Removing Metadata from Application not possible</li>
<li>[WICKET-7150] - Cyclic dependency between wicket-native-websocket-core and wicket-native-websocket-javax modules</li>
</ul>
<h5 id="new-feature">New Feature</h5>
<ul>
<li>[WICKET-7152] - Extend RedirectRequestHandler for statusCodes 307 and 308</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7134] - To refactor Form processing code</li>
<li>[WICKET-7149] - Add Integrity and CrossOrigin values to ResourceReference and related code</li>
<li>[WICKET-7151] - Misleading message when a Link component is added with wrong id</li>
<li>[WICKET-7153] - [Resources] modify RootMapper in order to allow to define a refferent ResourceReferenceMapper</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 8.17.0 released</title>
<link href="http://wicket.apache.org/news/2025/01/31/wicket-8.17.0-released.html"/>
<updated>2025-01-31T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2025/01/31/wicket-8.17.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 8.17.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 8. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 8.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<p>This release fixes the following security issue:</p>
<ul>
<li>CVE-2024-53299 ‘An attacker can intentionally trigger a memory leak’ Reported by Pedro Santos.</li>
</ul>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&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>8.17.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-8.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 8.y.z this release is a drop in replacement. If
you come from a version prior to 8.0.0, please read our Wicket 8
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket8migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
</code></pre></div></div>
<p>Signature for apache-wicket-8.17.0.zip:</p>
<div class="highlight"><pre>
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmeX+qgACgkQh48B+qjT
VuEg7A/+JKbyIRRIoRMXwMcpWkmm0btNW0I9ZBftqzbPAfus853VloRTPiu5D1Ly
s8zs9rTEM76ftOnLlWexM9z8KzytDOZ68qtQz0q42A0+tCS1G3NnKgl7iHJ4kEBp
Ft1l50lCMsAoeU9YC3f+9i/sjx1PPuodVi1WANwE9oo7Lf9jPq+X0yI9Z2dzaFpf
pc5eGELaesD5nWNC3Rqwn65xSsWHBesw4xeUXbVm8Sk0wUstxaonA9umR8iQal8/
vcVMWO5eLqDyCsOq1F6+PziA/PDV/Fav8Ekxaq3RdcmA/JfrEbQI16ruUGYEhRRH
29fec0wwj11gsOSC84jg34OdN1OkhzAqc3RqGLOHMJuxZR5h0ytemhzlASfHanRa
q+CTDUw6FuNNWQSfNOxw2+9qiOoDul5tbxqA1j6VoFx8qGE3yPjdA868rV62TTmD
1JFfBLyRF5Knc+t0hX0baovNV1Uhf5P99St0ZKRzo3gch5zmVxdNDRAw6027rXTq
F2aSG/GSUoNWHKr0A3p22ahE7enj+eqV6n7hfYxvS3uQ1n7EDBqAUp1OO0ftnEfB
caujs+o0CoT1Yu11KLPfPOw4W+rMhqqQtZEa3I97ac+CFYMUfNDZdxGk33XretYS
Vn1WNRD+en1LxAtgNIzqb3JOfqaQMWxuqrm92yhG80BEZ9jf7NQ=
=+HWr
-----END PGP SIGNATURE-----
</pre></div>
<p>Signature for apache-wicket-8.17.0.tar.gz:</p>
<div class="highlight"><pre>
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmeX+qgACgkQh48B+qjT
VuFMKg//XEZrO5VUpcllihLXBPlAke3APED6xx7vKBbytYH4tNp6kO2X/JBRlI0E
UNbSzB09QHHkK02uoNp2dfmwiKKzqlavIy+5RaSw0XBkJas4Iz/J+7eugjExBVbu
/iekdlp6Zy+UN8kzjT0QiW6rnWxhoqBoZip6jGCiQCAZnwVuQ35RkhN19KNebBjk
upfEQ5+2Xf9xGS4EoSzgH8s122gZDADUD3WlSRd1ZXu8d1ai9d3jySao/isiMZeM
+8xb2ztbRJ8XBUDuSTL9XX9lnl+FGvXxSfLciQ0rPCEsmYZKmOymnV4hUWZw28yk
JizA1/rqiTmno65I9Hp6+Ky9VwMFM/6+DMby/20EpwKbwjr5kZ1BNJ9rTzR3wPEf
PDBc7+3JHkxP0GUrYLo3pi1zxP3xXPdohEW3ZyNchsBmUG0vha8WGQqADg9Jy4My
EPURVQX9yu280CrvT3aZWjWVtr6tVwvZ6BzZ2p9gTkyd9kiL/4z0PGe/tEolnVvM
+6VXyohFb+bzp/RU1pppYYgCP4mEpwJH2OD4Zew1PjDtLOdYbWZN7GNvxlJiahE8
jMbkfQlOUl+CxZvbUBh2MfyE+RQGCiu7oNKPuFHbShiKylaCVf0goXzWfbJWRz7y
8XggIsKla00iXwenVnW6mz2wchkj7g3fXwitB0JlrlOwd1scPS4=
=uQT+
-----END PGP SIGNATURE-----
</pre></div>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-8170">CHANGELOG for 8.17.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7024] - Wrong static resource urls when their generation is triggered by <wicket:link></wicket:link></li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7137] - Make resource URL sanitization extendable</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 9.20.0 released</title>
<link href="http://wicket.apache.org/news/2025/01/27/wicket-9.20.0-released.html"/>
<updated>2025-01-27T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2025/01/27/wicket-9.20.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 9.20.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 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.</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">&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>9.20.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket9migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-9200">CHANGELOG for 9.20.0:</h4>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7137] - Make resource URL sanitization extendable</li>
</ul>
<h5 id="task">Task</h5>
<ul>
<li>[WICKET-7139] - Update OSGi imports for Wicket 9.x</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 10.4.0 released</title>
<link href="http://wicket.apache.org/news/2025/01/24/wicket-10.4.0-released.html"/>
<updated>2025-01-24T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2025/01/24/wicket-10.4.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 10.4.0!</p>
<p>Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org</p>
<p>This release marks another minor release of Wicket 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="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>10.4.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 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-1040">CHANGELOG for 10.4.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7140] - Form submit triggered by pressing return in textareas</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7137] - Make resource URL sanitization extendable</li>
<li>[WICKET-7138] - Support URL fragment with PageParameters class</li>
</ul>
<h5 id="task">Task</h5>
<ul>
<li>[WICKET-7139] - Update OSGi imports for Wicket 9.x</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 9.19.0 released</title>
<link href="http://wicket.apache.org/news/2024/12/26/wicket-9.19.0-released.html"/>
<updated>2024-12-26T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2024/12/26/wicket-9.19.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 9.19.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 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<ul>
<li>CVE-2024-53299 ‘An attacker can intentionally trigger a memory leak’ Reported by Pedro Santos.</li>
</ul>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&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>9.19.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket9migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-9190">CHANGELOG for 9.19.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7024] - Wrong static resource urls when their generation is triggered by <wicket:link></wicket:link></li>
<li>[WICKET-7124] - The quickstart archetype fails to build</li>
<li>[WICKET-7132] - Tabbing from AutoComplete fields and back doesn’t work as expected</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7131] - Improve accessibility and screen reader support for auto-complete component</li>
<li>[WICKET-7133] - Ability move focus back to the autocomplete field when selecting an item using the Tab key</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 10.3.0 released</title>
<link href="http://wicket.apache.org/news/2024/12/18/wicket-10.3.0-released.html"/>
<updated>2024-12-18T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2024/12/18/wicket-10.3.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 10.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 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>This release fixes the following security issue:</p>
<ul>
<li>CVE-2024-53299 ‘An attacker can intentionally trigger a memory leak’ Reported by Pedro Santos.</li>
</ul>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&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>10.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 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-1030">CHANGELOG for 10.3.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-3899] - IFormVisitorParticipant don’t get tested when validating form validators dependent components</li>
<li>[WICKET-7024] - Wrong static resource urls when their generation is triggered by <wicket:link></wicket:link></li>
<li>[WICKET-7124] - The quickstart archetype fails to build</li>
<li>[WICKET-7125] - To use cdi-unit CreationalContext to inject beans in Wicket components during tests</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7123] - Form.setDefaultButton() supports only one button per form hierarchy</li>
<li>[WICKET-7131] - Improve accessibility and screen reader support for auto-complete component</li>
<li>[WICKET-7133] - Ability move focus back to the autocomplete field when selecting an item using the Tab key</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 10.2.0 released</title>
<link href="http://wicket.apache.org/news/2024/09/24/wicket-10.2.0-released.html"/>
<updated>2024-09-24T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2024/09/24/wicket-10.2.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 10.2.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 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="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>10.2.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 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-1020">CHANGELOG for 10.2.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7117] - 2 tests that fail under some circumstances</li>
<li>[WICKET-7118] - Quickstart for 10.x doesn’t start HTTPS</li>
<li>[WICKET-7119] - 5 unit tests are non-idempotent (passes in the first run but fails in subsequent runs in the same environment)</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7112] - Expand error messages in Component class</li>
<li>[WICKET-7115] - Spelling corrections, and removal of non-breaking spaces. Some doc improvements</li>
<li>[WICKET-7116] - Spelling corrections, and consistent heading case</li>
<li>[WICKET-7120] - Improve Accessibility of AutoCompleteBehavior</li>
<li>[WICKET-7121] - Make it possible to disable the noisy logs by RequestCycle</li>
<li>[WICKET-7122] - Update Wicket-CDI bean archive descriptor to use Jakarta XML namespace</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 8.16.0 released</title>
<link href="http://wicket.apache.org/news/2024/06/17/wicket-8.16.0-released.html"/>
<updated>2024-06-17T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2024/06/17/wicket-8.16.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 8.16.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 8. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 8.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<p>This version contains a fix for ‘CVE-2024-36522 - Remote code execution via XSLT injection’</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">&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>8.16.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-8.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 8.y.z this release is a drop in replacement. If
you come from a version prior to 8.0.0, please read our Wicket 8
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket8migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>The signatures for the source release artefacts:
</code></pre></div></div>
<p>Signature for apache-wicket-8.16.0.zip:</p>
<div class="highlight"><pre>
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmZqB+QACgkQh48B+qjT
VuGz+xAAqu5r2R39HGtVLFDQ+t26pP/0DNGZv95sJvPbAjZjlnmPvw2zrbM+p69/
G2JC1BYn9kSae2FVPALS6bcZ+c55Lg8atoA8o7RFOsbvQmRaXCXnU+ISu02xKlvg
+6EL4a2aXka4jF4nDSWIBfU9jm9Nk3CTMwYKTVd0r7LdVEcANB/LCSq74j08/PVM
CCh9vF0/FqLjC6GfD6uu6kL13r24aVk9RmvLXq5uZIOs/nnsfEx5jZtH818kdqre
fvuuT3wbTUJye9DDpuKTESAzMo+aXTKP9M1+pZOmiKnTDiN2aFi02vCo7YrmWpKO
+03LiQt5WZorDUamuBZwetzWajA1lyc+SGWwgnTCTEOkvZ6hMq3zRvo1awb+w0GL
hKGspHRWrlXuwueaIT7/ZDyE26UzIR+oo7l5C0iXPZkAz9ejG6lyoQz4B0sifJlC
ob3j5goApWIXBZMX/FyU1pHivLEbY7Uf8PNcq0g/NYtNuSk+/3yENH1cW+79gWEW
XvaxYfrhTjyIxhnv3cPz3erwSZTHA3r1xURrOYlrlsv8Aqd+Jj+USUhRPP60mc/W
S9bM3o05eFsZVY1rtJVfGl+nYuFEri1T8RgWNeolAdh37S5wdJy+iHn0jUnsPMQK
d27lFJ5neYqYC4F826vwBKDIg8FWUyrX1CDKfXidkJV/IAA03NE=
=Wi7u
-----END PGP SIGNATURE-----
</pre></div>
<p>Signature for apache-wicket-8.16.0.tar.gz:</p>
<div class="highlight"><pre>
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmZqB+QACgkQh48B+qjT
VuEdjA/+P1szVHdIcom1H1hBTFBSaVaEM8aGf2S4dGplaFiHF3tySsvXzWnbFApU
7ycylRMheTz6BXRTpo1XGC57WNiqKCE5R9EFZkPqQiQMoFVb6lmEtTQqV+l8Tbxb
L2D1HEN3FhZ/KfPGKm6q46bjMfvfC+hb2mFbcsA8EftnkyKkZ0QfSYfXOCFSaEmF
mEruwXLeQAx2VRTzXgJzhQanjmNiqb1o7x0lCF26m7J6fgXMk+dl7wMg1/Lzl+tV
8It+eD598zs19hoytO5lKLDVbLPeSVAfxYEChH5BTpR2MTjY2YDBtngo8U5HtHTs
Sd0ICr/oOAWbu86GKCyMNk+uYNdcQCEZtdA4/qQUTq4O0UsFS5UcAUWT4Z0uoq3S
6c4Aa6S2faPw4ThhaCWSO56PMN3xKBAmERA8gmADv41PHh4N3BDuTANB3bwSrN/3
b1I39Hxol+OXyuKMnivMeG9OdjoalSlSMhZkA4Tu0dokiZpDVslKltQcnApZdOyd
6BQuF7j8sQugiZLjtRPzyvIMo3oILNz1bVLOvltYEKI/AB4+C9ShBIX+EO1KlThO
0P2PjZXgPKNPKS51EsFGZa33tMEDCiuITEDGFeH0XveEnG0BLbBkE/Yx5lJfULdr
hZzNoF2E7tbktMsC0fSIoSQ6rCwrgeF0FTqZrkQuuKzMFJ1fdck=
=4MXn
-----END PGP SIGNATURE-----
</pre></div>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-8160">CHANGELOG for 8.16.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7056] - HttpSessionStore#getAttribute called on invalidated session</li>
</ul>
</content>
</entry>
<entry>
<title>Apache Wicket 9.18.0 released</title>
<link href="http://wicket.apache.org/news/2024/06/01/wicket-9.18.0-released.html"/>
<updated>2024-06-01T00:00:00+00:00</updated>
<id>http://wicket.apache.org/news/2024/06/01/wicket-9.18.0-released</id>
<content type="html"><p>The Apache Wicket PMC is proud to announce Apache Wicket 9.18.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 9. We
use semantic versioning for the development of Wicket, and as such no
API breaks are present in this release compared to 9.0.0.</p>
<h2 id="new-and-noteworthy">New and noteworthy</h2>
<p>This version contains a fix for ‘CVE-2024-36522 - Remote code execution via XSLT injection’</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">&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>9.18.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 you can find here:</p>
<ul>
<li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
<!--more-->
<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
<p>If you upgrade from 9.y.z this release is a drop in replacement. If
you come from a version prior to 9.0.0, please read our Wicket 9
migration guide found at</p>
<ul>
<li>http://s.apache.org/wicket9migrate</li>
</ul>
<p>Have fun!</p>
<p>— The Wicket team</p>
<p>========================================================================</p>
<h3 id="this-release">This Release</h3>
<h4 id="changelog-for-9180">CHANGELOG for 9.18.0:</h4>
<h5 id="bug">Bug</h5>
<ul>
<li>[WICKET-7102] - Error in LiveSessionsPage</li>
<li>[WICKET-7104] - wicket-autocomplete.min.js minified too aggressively</li>
</ul>
<h5 id="new-feature">New Feature</h5>
<ul>
<li>[WICKET-7109] - Create a ready to use dropdown supporting grouping</li>
</ul>
<h5 id="improvement">Improvement</h5>
<ul>
<li>[WICKET-7101] - auto-label is not automatically updated when related form component is updated.</li>
</ul>
</content>
</entry>
</feed>