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 4bc422ae Announce for 9.19.0
4bc422ae is described below

commit 4bc422ae9712ad810d373be66459bc3c0e8b5e06
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Dec 26 20:47:46 2024 +0100

    Announce for 9.19.0
---
 2024/_posts/2024-12-26-wicket-9.19.0-released.md   |  72 +++++++
 _config.yml                                        |   4 +-
 content/archetype-catalog.xml                      |   8 +-
 content/atom.xml                                   | 168 ++++++++--------
 content/index.html                                 |  50 ++---
 content/learn/index.html                           |   6 +-
 .../news/2024/12/26/wicket-9.19.0-released.html    | 215 +++++++++++++++++++++
 content/news/2024/12/index.html                    |  11 ++
 content/news/index.html                            |   7 +
 content/start/download.html                        |   2 +-
 content/start/quickstart.html                      |   4 +-
 content/start/wicket-9.x.html                      |  30 +--
 12 files changed, 441 insertions(+), 136 deletions(-)

diff --git a/2024/_posts/2024-12-26-wicket-9.19.0-released.md 
b/2024/_posts/2024-12-26-wicket-9.19.0-released.md
new file mode 100644
index 00000000..70f0a166
--- /dev/null
+++ b/2024/_posts/2024-12-26-wicket-9.19.0-released.md
@@ -0,0 +1,72 @@
+---
+layout: post
+title: Apache Wicket 9.19.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 9.19.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 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.
+
+New and noteworthy
+------------------
+
+ * CVE-2024-53299 ‘An attacker can intentionally trigger a memory leak’ 
Reported by Pedro Santos.
+
+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>9.19.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-9.x.html#manually
+
+<!--more-->
+
+Upgrading from earlier versions
+-------------------------------
+
+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
+
+ * http://s.apache.org/wicket9migrate
+
+Have fun!
+
+— The Wicket team
+
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 9.19.0:
+    
+##### Bug
+
+ * [WICKET-7024] - Wrong static resource urls when their generation is 
triggered by <wicket:link>
+ * [WICKET-7124] - The quickstart archetype fails to build 
+ * [WICKET-7132] - Tabbing from AutoComplete fields and back doesn't work as 
expected
+
+##### Improvement
+
+ * [WICKET-7131] - Improve accessibility and screen reader support for 
auto-complete component
+ * [WICKET-7133] - Ability move focus back to the autocomplete field when 
selecting an item using the Tab key
+
diff --git a/_config.yml b/_config.yml
index 5e158543..f975715b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,7 +16,7 @@ sass:
     sass_dir: _sass
 wicket:
   version:    10.3.0
-  version_90: 9.18.0
+  version_90: 9.19.0
   version_10: 10.3.0
   version_80: 8.16.0
   version_70: 7.18.0
@@ -25,7 +25,7 @@ wicket:
   version_14: 1.4.23
   version_13: 1.3.7
   released:   2024-12-18
-  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.16.0, 9.18.0, 10.3.0, 
1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.17.0-SNAPSHOT, 
9.18.0-SNAPSHOT, 10.4.0-SNAPSHOT]
+  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.16.0, 9.19.0, 10.3.0, 
1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.17.0-SNAPSHOT, 
9.20.0-SNAPSHOT, 10.4.0-SNAPSHOT]
 
 live_examples_url: http://examples10x.wicket.apache.org/
 
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index c292c465..289f6ef2 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -12,8 +12,8 @@
                <archetype>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-archetype-quickstart</artifactId>
-                       <version>9.18.0-SNAPSHOT</version>
-                       <description>Wicket 9.18.0-SNAPSHOT 
Quickstart</description>
+                       <version>9.20.0-SNAPSHOT</version>
+                       <description>Wicket 9.20.0-SNAPSHOT 
Quickstart</description>
                </archetype>
 
                <archetype>
@@ -54,8 +54,8 @@
                <archetype>
                        <groupId>org.apache.wicket</groupId>
                        <artifactId>wicket-archetype-quickstart</artifactId>
-                       <version>9.18.0</version>
-                       <description>Wicket 9.18.0 Quickstart</description>
+                       <version>9.19.0</version>
+                       <description>Wicket 9.19.0 Quickstart</description>
                </archetype>
 
                <archetype>
diff --git a/content/atom.xml b/content/atom.xml
index 69e0a779..fe0afaf8 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>2024-12-21T16:18:18+00:00</updated>
+    <updated>2024-12-26T19:46:53+00:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -11,6 +11,86 @@
     </author>
  
 
+    <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">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 9.19.0!&lt;/p&gt;
+
+&lt;p&gt;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&lt;/p&gt;
+
+&lt;p&gt;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.&lt;/p&gt;
+
+&lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;CVE-2024-53299 ‘An attacker can intentionally trigger a memory 
leak’ Reported by Pedro Santos.&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same 
version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.19.0&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package you can find here:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Download: 
http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h2&gt;
+
+&lt;p&gt;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&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Have fun!&lt;/p&gt;
+
+&lt;p&gt;— The Wicket team&lt;/p&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
+
+&lt;h4 id=&quot;changelog-for-9190&quot;&gt;CHANGELOG for 9.19.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-7024] - Wrong static resource urls when their generation 
is triggered by &lt;wicket:link&gt;&lt;/wicket:link&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-7124] - The quickstart archetype fails to build&lt;/li&gt;
+  &lt;li&gt;[WICKET-7132] - Tabbing from AutoComplete fields and back doesn’t 
work as expected&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-7131] - Improve accessibility and screen reader support 
for auto-complete component&lt;/li&gt;
+  &lt;li&gt;[WICKET-7133] - Ability move focus back to the autocomplete field 
when selecting an item using the Tab key&lt;/li&gt;
+&lt;/ul&gt;
+
+</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"/>
@@ -993,92 +1073,6 @@ migration guide found at&lt;/p&gt;
   &lt;li&gt;[WICKET-7073] - Update JQuery to 3.7.1&lt;/li&gt;
 &lt;/ul&gt;
 
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket 9.15.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2023/09/18/wicket-9.15.0-released.html"/>
-        <updated>2023-09-18T00:00:00+00:00</updated>
-        
<id>http://wicket.apache.org/news/2023/09/18/wicket-9.15.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 9.15.0!&lt;/p&gt;
-
-&lt;p&gt;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&lt;/p&gt;
-
-&lt;p&gt;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.&lt;/p&gt;
-
-&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
-
-&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same 
version):&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.15.0&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Or download and build the distribution yourself, or use our
-convenience binary package you can find here:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Download: 
http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h2&gt;
-
-&lt;p&gt;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&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Have fun!&lt;/p&gt;
-
-&lt;p&gt;— The Wicket team&lt;/p&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
-
-&lt;h4 id=&quot;changelog-for-9150&quot;&gt;CHANGELOG for 9.15.0:&lt;/h4&gt;
-
-&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-7061] - When I move from 9.13.0-&amp;gt;9.14.0, my 
importmaps fail to parse correctly due to presence of the CDATA 
wrapping.&lt;/li&gt;
-  &lt;li&gt;[WICKET-7065] - TextFilteredPropertyColumn violates CSP&lt;/li&gt;
-  &lt;li&gt;[WICKET-7067] - DefaultExceptionMapper should not set 
disableCaching for  WebSocketResponse&lt;/li&gt;
-  &lt;li&gt;[WICKET-7070] - Quick start generated app has multiple 
errors&lt;/li&gt;
-  &lt;li&gt;[WICKET-7071] - Problems when calling request.getInputStream() 
before executing WicketFilter&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-7039] - Improve Accessibility of 
wicket-autocomplete.js&lt;/li&gt;
-  &lt;li&gt;[WICKET-7059] - [Serialization] make easier to avoid serialization 
for form request&lt;/li&gt;
-  &lt;li&gt;[WICKET-7062] - [Tooling] improve tools for investigating page 
sizes&lt;/li&gt;
-  &lt;li&gt;[WICKET-7063] - Convert all Application_&lt;em&gt;.properties to 
Application_&lt;/em&gt;.utf8.properties&lt;/li&gt;
-  &lt;li&gt;[WICKET-7066] - Add possibility to define type-Attribute of 
JavascriptHeaderItem as “module”&lt;/li&gt;
-  &lt;li&gt;[WICKET-7068] - Current tree themes are not RTL friendly&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;task&quot;&gt;Task&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-7069] - assertTrue(equals()) in tests should be replaced 
with assertEquals&lt;/li&gt;
-&lt;/ul&gt;
-
 </content>
     </entry>
 
diff --git a/content/index.html b/content/index.html
index 76bddf1a..f6e02ce6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -416,23 +416,21 @@
        <div class="l-two-third" >
        
            <article>
-               <h2>Apache Wicket 10.3.0 released</h2>
-               <small>18 Dec 2024</small>
-               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
10.3.0!</p>
+               <h2>Apache Wicket 9.19.0 released</h2>
+               <small>26 Dec 2024</small>
+               <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 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="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>
@@ -445,24 +443,24 @@ 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;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-10.x.html#manually</li>
+  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
 </ul>
 
 
-               <a href="/news/2024/12/18/wicket-10.3.0-released.html">Read 
more...</a> 
+               <a href="/news/2024/12/26/wicket-9.19.0-released.html">Read 
more...</a> 
            </article>
        
            <article>
-               <h2>Apache Wicket 10.2.0 released</h2>
-               <small>24 Sep 2024</small>
-               <p>The Apache Wicket PMC is proud to announce Apache Wicket 
10.2.0!</p>
+               <h2>Apache Wicket 10.3.0 released</h2>
+               <small>18 Dec 2024</small>
+               <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
@@ -473,6 +471,14 @@ more. You can find more about Apache Wicket at 
https://wicket.apache.org</p>
 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
@@ -481,7 +487,7 @@ 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;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
@@ -492,7 +498,7 @@ convenience binary package you can find here:</p>
 </ul>
 
 
-               <a href="/news/2024/09/24/wicket-10.2.0-released.html">Read 
more...</a> 
+               <a href="/news/2024/12/18/wicket-10.3.0-released.html">Read 
more...</a> 
            </article>
        
        </div>
@@ -510,6 +516,13 @@ convenience binary package you can find here:</p>
                
                <ul>
                
+               <li>
+                   <h3>Apache Wicket 10.3.0 released</h3>
+                   <small>18 Dec 2024</small>
+                   The Apache Wicket PMC is proud to announce Apache Wicket 
10.3.0! Apache Wicket is an open source Java component oriented web application 
framework that powers...
+                   <a 
href="/news/2024/12/18/wicket-10.3.0-released.html">more</a>
+               </li>
+               
                <li>
                    <h3>Apache Wicket 10.2.0 released</h3>
                    <small>24 Sep 2024</small>
@@ -538,13 +551,6 @@ convenience binary package you can find here:</p>
                    <a 
href="/news/2024/06/01/wicket-10.1.0-released.html">more</a>
                </li>
                
-               <li>
-                   <h3>Apache Wicket 9.17.0 released</h3>
-                   <small>17 Mar 2024</small>
-                   The Apache Wicket PMC is proud to announce Apache Wicket 
9.17.0! Apache Wicket is an open source Java component oriented web application 
framework that powers...
-                   <a 
href="/news/2024/03/17/wicket-9.17.0-released.html">more</a>
-               </li>
-               
                </ul>
        </div>
 </div>
diff --git a/content/learn/index.html b/content/learn/index.html
index 010a5822..fa90e597 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -155,13 +155,13 @@ We also publish a news item on our website with the 
announcement, and it is also
 
 <ul>
   <li>
-    <p><a href="/news/2024/12/18/wicket-10.3.0-released.html">Apache Wicket 
10.3.0 released</a> <small>18 Dec 2024</small></p>
+    <p><a href="/news/2024/12/26/wicket-9.19.0-released.html">Apache Wicket 
9.19.0 released</a> <small>26 Dec 2024</small></p>
   </li>
   <li>
-    <p><a href="/news/2024/09/24/wicket-10.2.0-released.html">Apache Wicket 
10.2.0 released</a> <small>24 Sep 2024</small></p>
+    <p><a href="/news/2024/12/18/wicket-10.3.0-released.html">Apache Wicket 
10.3.0 released</a> <small>18 Dec 2024</small></p>
   </li>
   <li>
-    <p><a href="/news/2024/06/17/wicket-8.16.0-released.html">Apache Wicket 
8.16.0 released</a> <small>17 Jun 2024</small></p>
+    <p><a href="/news/2024/09/24/wicket-10.2.0-released.html">Apache Wicket 
10.2.0 released</a> <small>24 Sep 2024</small></p>
   </li>
 </ul>
 
diff --git a/content/news/2024/12/26/wicket-9.19.0-released.html 
b/content/news/2024/12/26/wicket-9.19.0-released.html
new file mode 100644
index 00000000..39c4b067
--- /dev/null
+++ b/content/news/2024/12/26/wicket-9.19.0-released.html
@@ -0,0 +1,215 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+       
+       
+
+        <title>Apache Wicket 9.19.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" 
type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" 
media="screen" />
+        <link 
href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" 
rel="stylesheet" />
+
+               <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+
+    </head>
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+        
+<nav class="mainmenu">
+    <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/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+               
+       
+        
+        
+               <!-- /start/download.html || 
/news/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/start/download.html" class=" nav-items">Download</a>
+    
+               
+       
+        
+        
+               <!-- /learn || /news/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/learn" class=" nav-items">Documentation</a>
+    
+               
+       
+        
+        
+               <!-- /help || /news/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/help" class=" nav-items">Support</a>
+    
+               
+       
+        
+        
+               <!-- /contribute || 
/news/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/contribute" class=" nav-items">Contribute</a>
+    
+               
+       
+        
+        
+               <!-- /community || /news/2024/12/26/wicket-9.19.0-released.html 
-->
+               
+       
+        
+       <a href="/community" class=" nav-items">Community</a>
+    
+               
+       
+        
+        
+               <!-- /apache || /news/2024/12/26/wicket-9.19.0-released.html -->
+               
+       
+        
+       <a href="/apache" class=" nav-items">Apache</a>
+    
+    </div>
+    <div class="nav-container  ">
+        <a href="https://github.com/apache/wicket"; target="_blank"><i 
class="fa fa-github nav-items"></i></a>
+        <a href="https://twitter.com/apache_wicket"; target="_blank"><i 
class="fa fa-twitter nav-items"></i></a>
+        <a href="https://builtwithwicket.tumblr.com"; 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 9.19.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="#new-and-noteworthy"><span class="toc-number">1</span> <span 
class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 
toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> 
<span class="toc-text">Using this release</span></a></li><li 
class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-ver [...]
+        </section>
+        <section>
+            <div class="l-full">
+    <p class="meta">26 Dec 2024</p>
+    <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>
+
+
+</div>
+
+
+        </section>
+    </div>
+</main>
+
+        <footer>
+            <div class="l-container">
+    <div class="left">
+        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; 
margin-right:10px;">
+        <div style="margin-top:12px;">Copyright © 2024 — 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/2024/12/index.html b/content/news/2024/12/index.html
index d8899d6d..fdd030f5 100644
--- a/content/news/2024/12/index.html
+++ b/content/news/2024/12/index.html
@@ -130,6 +130,17 @@ governments...</p>
        <a href="/news/2024/12/18/wicket-10.3.0-released.html">more</a></li>
 </div>
 
+<div class="news">
+       <h3>Apache Wicket 9.19.0 released</h3>
+  <p><small>26 Dec 2024</small></p>
+       <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...</p>
+       <a href="/news/2024/12/26/wicket-9.19.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 c241826f..b6a5f37e 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -125,6 +125,13 @@
 
   <p>This section contains all news items published in <a 
href="/news/2024">2024</a>.</p>
 
+  <article>
+       <h3 id="/news/2024/12/26/wicket-9.19.0-released.html">Apache Wicket 
9.19.0 released</h3>
+    <small>26 Dec 2024</small>
+       <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.19.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/2024/12/26/wicket-9.19.0-released.html">more</a></p>
+</article>
+
   <article>
        <h3 id="/news/2024/12/18/wicket-10.3.0-released.html">Apache Wicket 
10.3.0 released</h3>
     <small>18 Dec 2024</small>
diff --git a/content/start/download.html b/content/start/download.html
index 31a1c7fe..46a6eabb 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -161,7 +161,7 @@
        </tr>
        <tr>
                <td><a href="wicket-9.x.html">Wicket 9.x</a></td>
-               <td>9.18.0</td>
+               <td>9.19.0</td>
                <td>supported</td>
        </tr>
        <tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 4cc63533..eadfa817 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -211,7 +211,7 @@ command line to your clipboard.</p>
     
     
     
-       <option value="9.18.0-SNAPSHOT">9.18.0-SNAPSHOT</option>
+       <option value="9.20.0-SNAPSHOT">9.20.0-SNAPSHOT</option>
     
     
     
@@ -235,7 +235,7 @@ command line to your clipboard.</p>
     
     
     
-       <option value="9.18.0">9.18.0</option>
+       <option value="9.19.0">9.19.0</option>
     
     
     
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index dc251046..91d1752d 100644
--- a/content/start/wicket-9.x.html
+++ b/content/start/wicket-9.x.html
@@ -144,11 +144,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/9.18.0/CHANGELOG-9.x";>change 
log</a>.</p>
+<a href="https://downloads.apache.org/wicket/9.19.0/CHANGELOG-9.x";>change 
log</a>.</p>
 
 <h2 id="download">Download</h2>
 
-<p>The most recent test version in this branch is: <strong>9.18.0</strong>. 
+<p>The most recent test version in this branch is: <strong>9.19.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>
@@ -158,7 +158,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">&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;version&gt;</span>9.19.0<span 
class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
 <p>Add the snippet above to your project’s POM in the dependency
@@ -176,26 +176,26 @@ accordingly).</p>
 from source:</p>
 
 <ul>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.18.0/apache-wicket-9.18.0.tar.gz";>apache-wicket-9.18.0.tar.gz</a>
-(<a 
href="https://downloads.apache.org/wicket/9.18.0/apache-wicket-9.18.0.tar.gz.asc";>PGP</a>,
-<a 
href="https://downloads.apache.org/wicket/9.18.0/apache-wicket-9.18.0.tar.gz.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.19.0/apache-wicket-9.19.0.tar.gz";>apache-wicket-9.19.0.tar.gz</a>
+(<a 
href="https://downloads.apache.org/wicket/9.19.0/apache-wicket-9.19.0.tar.gz.asc";>PGP</a>,
+<a 
href="https://downloads.apache.org/wicket/9.19.0/apache-wicket-9.19.0.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.18.0/apache-wicket-9.18.0.zip";>apache-wicket-9.18.0.zip</a>
-(<a 
href="https://downloads.apache.org/wicket/9.18.0/apache-wicket-9.18.0.zip.asc";>PGP</a>,
-<a 
href="https://downloads.apache.org/wicket/9.18.0/apache-wicket-9.18.0.zip.sha256";>SHA-256</a>
+  <li>Download source <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.19.0/apache-wicket-9.19.0.zip";>apache-wicket-9.19.0.zip</a>
+(<a 
href="https://downloads.apache.org/wicket/9.19.0/apache-wicket-9.19.0.zip.asc";>PGP</a>,
+<a 
href="https://downloads.apache.org/wicket/9.19.0/apache-wicket-9.19.0.zip.sha256";>SHA-256</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/9.18.0/binaries/apache-wicket-9.18.0-bin.tar.gz";>apache-wicket-9.18.0-bin.tar.gz</a>
-(<a 
href="https://downloads.apache.org/wicket/9.18.0/binaries/apache-wicket-9.18.0-bin.tar.gz.asc";>PGP</a>,
-<a 
href="https://downloads.apache.org/wicket/9.18.0/binaries/apache-wicket-9.18.0-bin.tar.gz.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.tar.gz";>apache-wicket-9.19.0-bin.tar.gz</a>
+(<a 
href="https://downloads.apache.org/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.tar.gz.asc";>PGP</a>,
+<a 
href="https://downloads.apache.org/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.tar.gz.sha256";>SHA-256</a>
 )</li>
-  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.18.0/binaries/apache-wicket-9.18.0-bin.zip";>apache-wicket-9.18.0-bin.zip</a>
-(<a 
href="https://downloads.apache.org/wicket/9.18.0/binaries/apache-wicket-9.18.0-bin.zip.asc";>PGP</a>,
-<a 
href="https://downloads.apache.org/wicket/9.18.0/binaries/apache-wicket-9.18.0-bin.zip.sha256";>SHA-256</a>
+  <li>Download binaries <a 
href="http://www.apache.org/dyn/closer.cgi/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.zip";>apache-wicket-9.19.0-bin.zip</a>
+(<a 
href="https://downloads.apache.org/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.zip.asc";>PGP</a>,
+<a 
href="https://downloads.apache.org/wicket/9.19.0/binaries/apache-wicket-9.19.0-bin.zip.sha256";>SHA-256</a>
 )</li>
 </ul>
 


Reply via email to