This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b45bdbc9 Announce for 10.8.0
b45bdbc9 is described below
commit b45bdbc9082e14e5fa51e29b9a6a76e5ad88ec6a
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Dec 21 16:01:19 2025 +0100
Announce for 10.8.0
---
2025/_posts/2025-12-21-wicket-10.8.0-released.md | 61 ++++++
_config.yml | 8 +-
content/archetype-catalog.xml | 8 +-
content/atom.xml | 152 +++++++--------
content/doap.rdf | 4 +-
content/help/index.html | 2 +-
content/index.html | 52 ++---
content/learn/index.html | 6 +-
.../news/2025/12/21/wicket-10.8.0-released.html | 215 +++++++++++++++++++++
content/news/2025/12/index.html | 11 ++
content/news/index.html | 7 +
content/start/download.html | 2 +-
content/start/quickstart.html | 4 +-
content/start/wicket-10.x.html | 30 +--
14 files changed, 419 insertions(+), 143 deletions(-)
diff --git a/2025/_posts/2025-12-21-wicket-10.8.0-released.md
b/2025/_posts/2025-12-21-wicket-10.8.0-released.md
new file mode 100644
index 00000000..1f8e8641
--- /dev/null
+++ b/2025/_posts/2025-12-21-wicket-10.8.0-released.md
@@ -0,0 +1,61 @@
+---
+layout: post
+title: Apache Wicket 10.8.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 10.8.0!
+
+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
+
+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.
+
+Using this release
+------------------
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml%}
+<dependency>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-core</artifactId>
+ <version>10.8.0</version>
+</dependency>
+{% endhighlight%}
+
+Or download and build the distribution yourself, or use our
+convenience binary package you can find here:
+
+ * Download: http://wicket.apache.org/start/wicket-10.x.html#manually
+
+<!--more-->
+
+Upgrading from earlier versions
+-------------------------------
+
+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
+
+ * http://s.apache.org/wicket10migrate
+
+Have fun!
+
+— The Wicket team
+
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 10.8.0:
+
+##### Bug
+
+ * [WICKET-7167] - Submited Form with wantSubmitOnParentFormSubmit false does
not cascade process.
+ * [WICKET-7170] - SpringInjector / AnnotProxyFieldValueFactory does not
consider defaultCandidate
+
diff --git a/_config.yml b/_config.yml
index 136ed110..a09a3602 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,17 +15,17 @@ excerpt_separator: <!--more-->
sass:
sass_dir: _sass
wicket:
- version: 10.7.0
+ version: 10.8.0
version_90: 9.22.0
- version_10: 10.7.0
+ version_10: 10.8.0
version_80: 8.17.0
version_70: 7.18.0
version_60: 6.30.0
version_15: 1.5.16
version_14: 1.4.23
version_13: 1.3.7
- released: 2025-09-30
- versions: [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.17.0, 9.22.0, 10.7.0,
1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.18.0-SNAPSHOT,
9.23.0-SNAPSHOT, 10.8.0-SNAPSHOT]
+ released: 2025-12-30
+ versions: [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.17.0, 9.22.0, 10.8.0,
1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.18.0-SNAPSHOT,
9.23.0-SNAPSHOT, 10.9.0-SNAPSHOT]
live_examples_url: http://examples10x.wicket.apache.org/
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index 27acd806..79ed74c4 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -5,8 +5,8 @@
<archetype>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-archetype-quickstart</artifactId>
- <version>10.8.0-SNAPSHOT</version>
- <description>Wicket 10.8.0-SNAPSHOT
Quickstart</description>
+ <version>10.9.0-SNAPSHOT</version>
+ <description>Wicket 10.9.0-SNAPSHOT
Quickstart</description>
</archetype>
<archetype>
@@ -47,8 +47,8 @@
<archetype>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-archetype-quickstart</artifactId>
- <version>10.7.0</version>
- <description>Wicket 10.7.0 Quickstart</description>
+ <version>10.8.0</version>
+ <description>Wicket 10.8.0 Quickstart</description>
</archetype>
<archetype>
diff --git a/content/atom.xml b/content/atom.xml
index b55a2895..2357f89a 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
<title>Apache Wicket</title>
<link href="http://wicket.apache.org/atom.xml" rel="self"/>
<link href="http://wicket.apache.org/"/>
- <updated>2025-12-19T21:39:36+00:00</updated>
+ <updated>2025-12-21T15:00:27+00:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
@@ -11,6 +11,72 @@
</author>
+ <entry>
+ <title>Apache Wicket 10.8.0 released</title>
+ <link
href="http://wicket.apache.org/news/2025/12/21/wicket-10.8.0-released.html"/>
+ <updated>2025-12-21T00:00:00+00:00</updated>
+
<id>http://wicket.apache.org/news/2025/12/21/wicket-10.8.0-released</id>
+ <content type="html"><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>
+
+<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.8.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-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>
+ </entry>
+
<entry>
<title>Apache Wicket 9.22.0 released</title>
<link
href="http://wicket.apache.org/news/2025/12/19/wicket-9.22.0-released.html"/>
@@ -736,90 +802,6 @@ migration guide found at</p>
<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>
diff --git a/content/doap.rdf b/content/doap.rdf
index 7fd2ec57..783e2413 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -25,8 +25,8 @@
<release>
<Version>
<name>Latest Stable Release</name>
- <created>2025-09-30</created>
- <revision>10.7.0</revision>
+ <created>2025-12-30</created>
+ <revision>10.8.0</revision>
</Version>
</release>
<repository>
diff --git a/content/help/index.html b/content/help/index.html
index 73eed262..977c1ac9 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -256,7 +256,7 @@ working on. If the bug still remains,</p>
your version is no longer maintained we kindly ask you to upgrade your
project to a newer, maintained version of Wicket. For example if you
have a project that depends on Wicket 1.3.7, please consider upgrading
-to Wicket 10.7.0.</p>
+to Wicket 10.8.0.</p>
<h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
diff --git a/content/index.html b/content/index.html
index bdfda01e..dedcb9f5 100644
--- a/content/index.html
+++ b/content/index.html
@@ -209,7 +209,7 @@
<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.7.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>10.8.0<span
class="nt"></version></span>
<span class="nt"></dependency></span></code></pre></figure>
</div>
@@ -220,8 +220,8 @@
convenient binary package:
</p>
<ul>
- <li>Source: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0">10.7.0 source
download</a></li>
- <li>Binary: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0/binaries">10.7.0
binary download</a></li>
+ <li>Source: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0">10.8.0 source
download</a></li>
+ <li>Binary: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0/binaries">10.8.0
binary download</a></li>
</ul>
</div>
</div>
@@ -419,18 +419,18 @@
<div class="l-two-third" >
<article>
- <h2>Apache Wicket 9.22.0 released</h2>
- <small>19 Dec 2025</small>
- <p>The Apache Wicket PMC is proud to announce Apache Wicket
9.22.0!</p>
+ <h2>Apache Wicket 10.8.0 released</h2>
+ <small>21 Dec 2025</small>
+ <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 9. We
+<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 9.0.0.</p>
+API breaks are present in this release compared to 10.0.0.</p>
<h2 id="using-this-release">Using this release</h2>
@@ -440,33 +440,33 @@ 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>9.22.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>10.8.0<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-9.x.html#manually</li>
+ <li>Download: http://wicket.apache.org/start/wicket-10.x.html#manually</li>
</ul>
- <a href="/news/2025/12/19/wicket-9.22.0-released.html">Read
more...</a>
+ <a href="/news/2025/12/21/wicket-10.8.0-released.html">Read
more...</a>
</article>
<article>
- <h2>Apache Wicket 10.7.0 released</h2>
- <small>30 Sep 2025</small>
- <p>The Apache Wicket PMC is proud to announce Apache Wicket
10.7.0!</p>
+ <h2>Apache Wicket 9.22.0 released</h2>
+ <small>19 Dec 2025</small>
+ <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 10. We
+<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 10.0.0.</p>
+API breaks are present in this release compared to 9.0.0.</p>
<h2 id="using-this-release">Using this release</h2>
@@ -476,18 +476,18 @@ 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.7.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>9.22.0<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>
+ <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
- <a href="/news/2025/09/30/wicket-10.7.0-released.html">Read
more...</a>
+ <a href="/news/2025/12/19/wicket-9.22.0-released.html">Read
more...</a>
</article>
</div>
@@ -505,6 +505,13 @@ convenience binary package you can find here:</p>
<ul>
+ <li>
+ <h3>Apache Wicket 9.22.0 released</h3>
+ <small>19 Dec 2025</small>
+ The Apache Wicket PMC is proud to announce Apache Wicket
9.22.0! Apache Wicket is an open source Java component oriented web application
framework that powers...
+ <a
href="/news/2025/12/19/wicket-9.22.0-released.html">more</a>
+ </li>
+
<li>
<h3>Apache Wicket 10.7.0 released</h3>
<small>30 Sep 2025</small>
@@ -533,13 +540,6 @@ convenience binary package you can find here:</p>
<a
href="/news/2025/04/25/wicket-10.5.0-released.html">more</a>
</li>
- <li>
- <h3>Apache Wicket 8.17.0 released</h3>
- <small>31 Jan 2025</small>
- The Apache Wicket PMC is proud to announce Apache Wicket
8.17.0! Apache Wicket is an open source Java component oriented web application
framework that powers...
- <a
href="/news/2025/01/31/wicket-8.17.0-released.html">more</a>
- </li>
-
</ul>
</div>
</div>
diff --git a/content/learn/index.html b/content/learn/index.html
index 7f564208..44bc61c5 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -154,13 +154,13 @@ We also publish a news item on our website with the
announcement, and it is also
<ul>
<li>
- <p><a href="/news/2025/12/19/wicket-9.22.0-released.html">Apache Wicket
9.22.0 released</a> <small>19 Dec 2025</small></p>
+ <p><a href="/news/2025/12/21/wicket-10.8.0-released.html">Apache Wicket
10.8.0 released</a> <small>21 Dec 2025</small></p>
</li>
<li>
- <p><a href="/news/2025/09/30/wicket-10.7.0-released.html">Apache Wicket
10.7.0 released</a> <small>30 Sep 2025</small></p>
+ <p><a href="/news/2025/12/19/wicket-9.22.0-released.html">Apache Wicket
9.22.0 released</a> <small>19 Dec 2025</small></p>
</li>
<li>
- <p><a href="/news/2025/07/12/wicket-10.6.0-released.html">Apache Wicket
10.6.0 released</a> <small>12 Jul 2025</small></p>
+ <p><a href="/news/2025/09/30/wicket-10.7.0-released.html">Apache Wicket
10.7.0 released</a> <small>30 Sep 2025</small></p>
</li>
</ul>
diff --git a/content/news/2025/12/21/wicket-10.8.0-released.html
b/content/news/2025/12/21/wicket-10.8.0-released.html
new file mode 100644
index 00000000..f3a8c9be
--- /dev/null
+++ b/content/news/2025/12/21/wicket-10.8.0-released.html
@@ -0,0 +1,215 @@
+<!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.8.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="/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/2025/12/21/wicket-10.8.0-released.html -->
+
+
+
+ <a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+
+
+
+
+
+ <!-- /start/download.html ||
/news/2025/12/21/wicket-10.8.0-released.html -->
+
+
+
+ <a href="/start/download.html" class=" nav-items">Download</a>
+
+
+
+
+
+ <!-- /learn || /news/2025/12/21/wicket-10.8.0-released.html -->
+
+
+
+ <a href="/learn" class=" nav-items">Documentation</a>
+
+
+
+
+
+ <!-- /help || /news/2025/12/21/wicket-10.8.0-released.html -->
+
+
+
+ <a href="/help" class=" nav-items">Support</a>
+
+
+
+
+
+ <!-- /contribute ||
/news/2025/12/21/wicket-10.8.0-released.html -->
+
+
+
+ <a href="/contribute" class=" nav-items">Contribute</a>
+
+
+
+
+
+ <!-- /community || /news/2025/12/21/wicket-10.8.0-released.html
-->
+
+
+
+ <a href="/community" class=" nav-items">Community</a>
+
+
+
+
+
+ <!-- /apache || /news/2025/12/21/wicket-10.8.0-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.8.0 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="#using-this-release"><span class="toc-number">1</span> <span
class="toc-text">Using this release</span></a></li><li class="toc--level-1
toc--section-2"><a href="#upgrading-from-earlier-versions"><span
class="toc-number">2</span> <span class="toc-text">Upgrading from earlier
versions</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#t [...]
+ </section>
+ <section>
+ <div class="l-full">
+ <p class="meta">21 Dec 2025</p>
+ <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>
+
+<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.8.0<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-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>
+
+
+</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="https://www.apache.org/img/asf_logo.png" 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>
diff --git a/content/news/2025/12/index.html b/content/news/2025/12/index.html
index a5120f1c..881a796f 100644
--- a/content/news/2025/12/index.html
+++ b/content/news/2025/12/index.html
@@ -129,6 +129,17 @@ governments...</p>
<a href="/news/2025/12/19/wicket-9.22.0-released.html">more</a></li>
</div>
+<div class="news">
+ <h3>Apache Wicket 10.8.0 released</h3>
+ <p><small>21 Dec 2025</small></p>
+ <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...</p>
+ <a href="/news/2025/12/21/wicket-10.8.0-released.html">more</a></li>
+</div>
+
</div>
<div class="l-one-third">
diff --git a/content/news/index.html b/content/news/index.html
index dc94fb4d..5a7c6439 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -124,6 +124,13 @@
<p>This section contains all news items published in <a
href="/news/2025">2025</a>.</p>
+ <article>
+ <h3 id="/news/2025/12/21/wicket-10.8.0-released.html">Apache Wicket
10.8.0 released</h3>
+ <small>21 Dec 2025</small>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket 10.8.0!
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...
+ <a href="/news/2025/12/21/wicket-10.8.0-released.html">more</a></p>
+</article>
+
<article>
<h3 id="/news/2025/12/19/wicket-9.22.0-released.html">Apache Wicket
9.22.0 released</h3>
<small>19 Dec 2025</small>
diff --git a/content/start/download.html b/content/start/download.html
index f55bbb0d..bcfe39bc 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -155,7 +155,7 @@
</tr>
<tr>
<td><a href="wicket-10.x.html">Wicket 10.x</a></td>
- <td>10.7.0</td>
+ <td>10.8.0</td>
<td>current, supported</td>
</tr>
<tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 265cdc06..3e39b091 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -206,7 +206,7 @@ command line to your clipboard.</p>
<select onchange="changeIt();" id="version">
- <option value="10.8.0-SNAPSHOT">10.8.0-SNAPSHOT</option>
+ <option value="10.9.0-SNAPSHOT">10.9.0-SNAPSHOT</option>
@@ -230,7 +230,7 @@ command line to your clipboard.</p>
- <option value="10.7.0" selected="selected">10.7.0</option>
+ <option value="10.8.0" selected="selected">10.8.0</option>
diff --git a/content/start/wicket-10.x.html b/content/start/wicket-10.x.html
index 8bf34192..0292a042 100644
--- a/content/start/wicket-10.x.html
+++ b/content/start/wicket-10.x.html
@@ -143,11 +143,11 @@ releases will not break compatibility.</p>
<h3 id="change-log">Change log</h3>
<p>To see what changed in these releases you can read the
-<a href="https://downloads.apache.org/wicket/10.7.0/CHANGELOG-10.x">change
log</a>.</p>
+<a href="https://downloads.apache.org/wicket/10.8.0/CHANGELOG-10.x">change
log</a>.</p>
<h2 id="download">Download</h2>
-<p>The most recent test version in this branch is: <strong>10.7.0</strong>.
+<p>The most recent test version in this branch is: <strong>10.8.0</strong>.
You can test the current state of development using <a href="#maven">Maven</a>
or <a href="#manually">download it manually</a>.</p>
<h3 id="maven">Using Apache Maven</h3>
@@ -157,7 +157,7 @@ You can test the current state of development using <a
href="#maven">Maven</a> o
<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.7.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>10.8.0<span
class="nt"></version></span>
<span class="nt"></dependency></span></code></pre></figure>
<p>Add the snippet above to your project’s POM in the dependency
@@ -175,26 +175,26 @@ accordingly).</p>
from source:</p>
<ul>
- <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0/apache-wicket-10.7.0.tar.gz">apache-wicket-10.7.0.tar.gz</a>
-(<a
href="https://downloads.apache.org/wicket/10.7.0/apache-wicket-10.7.0.tar.gz.asc">PGP</a>,
-<a
href="https://downloads.apache.org/wicket/10.7.0/apache-wicket-10.7.0.tar.gz.sha512">SHA-512</a>
+ <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0/apache-wicket-10.8.0.tar.gz">apache-wicket-10.8.0.tar.gz</a>
+(<a
href="https://downloads.apache.org/wicket/10.8.0/apache-wicket-10.8.0.tar.gz.asc">PGP</a>,
+<a
href="https://downloads.apache.org/wicket/10.8.0/apache-wicket-10.8.0.tar.gz.sha512">SHA-512</a>
)</li>
- <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0/apache-wicket-10.7.0.zip">apache-wicket-10.7.0.zip</a>
-(<a
href="https://downloads.apache.org/wicket/10.7.0/apache-wicket-10.7.0.zip.asc">PGP</a>,
-<a
href="https://downloads.apache.org/wicket/10.7.0/apache-wicket-10.7.0.zip.sha512">SHA-512</a>
+ <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0/apache-wicket-10.8.0.zip">apache-wicket-10.8.0.zip</a>
+(<a
href="https://downloads.apache.org/wicket/10.8.0/apache-wicket-10.8.0.zip.asc">PGP</a>,
+<a
href="https://downloads.apache.org/wicket/10.8.0/apache-wicket-10.8.0.zip.sha512">SHA-512</a>
)</li>
</ul>
<p>Or use the following links to get the pre-packaged binaries instead:</p>
<ul>
- <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.tar.gz">apache-wicket-10.7.0-bin.tar.gz</a>
-(<a
href="https://downloads.apache.org/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.tar.gz.asc">PGP</a>,
-<a
href="https://downloads.apache.org/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.tar.gz.sha512">SHA-512</a>
+ <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.tar.gz">apache-wicket-10.8.0-bin.tar.gz</a>
+(<a
href="https://downloads.apache.org/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.tar.gz.asc">PGP</a>,
+<a
href="https://downloads.apache.org/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.tar.gz.sha512">SHA-512</a>
)</li>
- <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.zip">apache-wicket-10.7.0-bin.zip</a>
-(<a
href="https://downloads.apache.org/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.zip.asc">PGP</a>,
-<a
href="https://downloads.apache.org/wicket/10.7.0/binaries/apache-wicket-10.7.0-bin.zip.sha512">SHA-512</a>
+ <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.zip">apache-wicket-10.8.0-bin.zip</a>
+(<a
href="https://downloads.apache.org/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.zip.asc">PGP</a>,
+<a
href="https://downloads.apache.org/wicket/10.8.0/binaries/apache-wicket-10.8.0-bin.zip.sha512">SHA-512</a>
)</li>
</ul>