<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://dashorst.github.io/wicket-site/feed.xml" rel="self" type="application/atom+xml" /><link href="https://dashorst.github.io/wicket-site/" rel="alternate" type="text/html" /><updated>2026-04-12T20:23:50+00:00</updated><id>https://dashorst.github.io/wicket-site/feed.xml</id><title type="html">Apache Wicket</title><subtitle>Apache Wicket is a component-oriented, type-safe Java web application framework. Production-proven for over twenty years.</subtitle><entry><title type="html">Apache Wicket 10.8.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/12/21/wicket-10.8.0-released/" rel="alternate" type="text/html" title="Apache Wicket 10.8.0 released" /><published>2025-12-21T00:00:00+00:00</published><updated>2025-12-21T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/12/21/wicket-10.8.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/12/21/wicket-10.8.0-released/"><![CDATA[<p>The Apache Wicket PMC is proud to announce Apache Wicket 10.8.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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.8.0</version>
</dependency>

<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-1080">CHANGELOG for 10.8.0:</h4>

<h5 id="bug">Bug</h5>

<ul>
  <li>[WICKET-7167] - Submited Form with wantSubmitOnParentFormSubmit false does not cascade process.</li>
  <li>[WICKET-7170] - SpringInjector / AnnotProxyFieldValueFactory does not consider defaultCandidate</li>
</ul>]]></content><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 10.8.0!]]></summary></entry><entry><title type="html">Apache Wicket 9.22.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/12/19/wicket-9.22.0-released/" rel="alternate" type="text/html" title="Apache Wicket 9.22.0 released" /><published>2025-12-19T00:00:00+00:00</published><updated>2025-12-19T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/12/19/wicket-9.22.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/12/19/wicket-9.22.0-released/"><![CDATA[<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.22.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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.22.0</version>
</dependency>

<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-9220">CHANGELOG for 9.22.0:</h4>

<h5 id="bug">Bug</h5>

<ul>
  <li>[WICKET-7090] - Files in release jars do not have a modification timestamp set</li>
  <li>[WICKET-7156] - wicket-ioc: dependency on objenesis is optional in pom but not in module-info</li>
  <li>[WICKET-7163] - Missing imports for javax.servlet.http in wicket-extensions</li>
</ul>

<h5 id="wish">Wish</h5>

<ul>
  <li>[WICKET-7142] - Allow public access for AbstractAjaxBehavior#getComponent()</li>
</ul>]]></content><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 9.22.0!]]></summary></entry><entry><title type="html">Apache Wicket 10.7.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/09/30/wicket-10.7.0-released/" rel="alternate" type="text/html" title="Apache Wicket 10.7.0 released" /><published>2025-09-30T00:00:00+00:00</published><updated>2025-09-30T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/09/30/wicket-10.7.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/09/30/wicket-10.7.0-released/"><![CDATA[<p>The Apache Wicket PMC is proud to announce Apache Wicket 10.7.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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.7.0</version>
</dependency>

<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-1070">CHANGELOG for 10.7.0:</h4>

<h5 id="improvement">Improvement</h5>

<ul>
  <li>[WICKET-7141] - Add hook method afterUpdateFormComponentModels() in Form process</li>
  <li>[WICKET-7162] - avoid NPE when web socket upgrade request is done in a stateless context</li>
</ul>

<h5 id="wish">Wish</h5>

<ul>
  <li>[WICKET-7142] - Allow public access for AbstractAjaxBehavior#getComponent()</li>
</ul>]]></content><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 10.7.0!]]></summary></entry><entry><title type="html">Apache Wicket 10.6.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/07/12/wicket-10.6.0-released/" rel="alternate" type="text/html" title="Apache Wicket 10.6.0 released" /><published>2025-07-12T00:00:00+00:00</published><updated>2025-07-12T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/07/12/wicket-10.6.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/07/12/wicket-10.6.0-released/"><![CDATA[<p>The Apache Wicket PMC is proud to announce Apache Wicket 10.6.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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.6.0</version>
</dependency>

<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-1060">CHANGELOG for 10.6.0:</h4>

<h5 id="bug">Bug</h5>

<ul>
  <li>[WICKET-7156] - wicket-ioc: dependency on objenesis is optional in pom but not in module-info</li>
  <li>[WICKET-7159] - IFormValidator Skipped When Any Dependent Component is Disabled in Wicket 10.x</li>
</ul>

<h5 id="improvement">Improvement</h5>

<ul>
  <li>[WICKET-7154] - wicket multipart support is broken for tomcat 11.0.6</li>
  <li>[WICKET-7157] - Coping Url fragment when we use copy constructor</li>
</ul>]]></content><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 10.6.0!]]></summary></entry><entry><title type="html">Apache Wicket 10.5.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-10.5.0-released/" rel="alternate" type="text/html" title="Apache Wicket 10.5.0 released" /><published>2025-04-25T00:00:00+00:00</published><updated>2025-04-25T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-10.5.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-10.5.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.5.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 10.5.0!]]></summary></entry><entry><title type="html">Apache Wicket 9.21.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-9.21.0-released/" rel="alternate" type="text/html" title="Apache Wicket 9.21.0 released" /><published>2025-04-25T00:00:00+00:00</published><updated>2025-04-25T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-9.21.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/04/25/wicket-9.21.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.21.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 9.21.0!]]></summary></entry><entry><title type="html">Apache Wicket 8.17.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/01/31/wicket-8.17.0-released/" rel="alternate" type="text/html" title="Apache Wicket 8.17.0 released" /><published>2025-01-31T00:00:00+00:00</published><updated>2025-01-31T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/01/31/wicket-8.17.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/01/31/wicket-8.17.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>8.17.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 8.17.0!]]></summary></entry><entry><title type="html">Apache Wicket 9.20.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/01/27/wicket-9.20.0-released/" rel="alternate" type="text/html" title="Apache Wicket 9.20.0 released" /><published>2025-01-27T00:00:00+00:00</published><updated>2025-01-27T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/01/27/wicket-9.20.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/01/27/wicket-9.20.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.20.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 9.20.0!]]></summary></entry><entry><title type="html">Apache Wicket 10.4.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2025/01/24/wicket-10.4.0-released/" rel="alternate" type="text/html" title="Apache Wicket 10.4.0 released" /><published>2025-01-24T00:00:00+00:00</published><updated>2025-01-24T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2025/01/24/wicket-10.4.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2025/01/24/wicket-10.4.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>10.4.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 10.4.0!]]></summary></entry><entry><title type="html">Apache Wicket 9.19.0 released</title><link href="https://dashorst.github.io/wicket-site/blog/2024/12/26/wicket-9.19.0-released/" rel="alternate" type="text/html" title="Apache Wicket 9.19.0 released" /><published>2024-12-26T00:00:00+00:00</published><updated>2024-12-26T00:00:00+00:00</updated><id>https://dashorst.github.io/wicket-site/blog/2024/12/26/wicket-9.19.0-released</id><content type="html" xml:base="https://dashorst.github.io/wicket-site/blog/2024/12/26/wicket-9.19.0-released/"><![CDATA[<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>

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-core</artifactId>
    <version>9.19.0</version>
</dependency>

<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><author><name></name></author><category term="release" /><summary type="html"><![CDATA[The Apache Wicket PMC is proud to announce Apache Wicket 9.19.0!]]></summary></entry></feed>