Announce for 9.9.1
diff --git a/2022/_posts/2022-04-08-wicket-9.9.1-released.md b/2022/_posts/2022-04-08-wicket-9.9.1-released.md
new file mode 100644
index 0000000..3c8fdc4
--- /dev/null
+++ b/2022/_posts/2022-04-08-wicket-9.9.1-released.md
@@ -0,0 +1,77 @@
+---
+layout: post
+title: Apache Wicket 9.9.1 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1!
+
+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
+------------------
+
+This hotfix reverts WICKET-6963 which causes MarkupException in some particular cases. 
+(see https://lists.apache.org/thread/y0zthfw2on04sm9wpn60my3x53b8cb3n).
+In addition, this release updates Spring Core dependency to version 5.3.18 which provides a fix 
+for Spring4shell vulnerability (CVE-2022-22965).
+
+NOTE: Wicket is NOT directly impacted by Spring4shell. Your application might be exposed to this 
+vulnerability only if you use Spring web frameworks (i.e. Spring MVC and Spring WebFlux).
+
+
+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.9.1</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.9.1:
+    
+##### Bug
+
+ * [WICKET-6966] - IndexOutOfBounds in InSessionPageStore
+ * [WICKET-6965] - Memory leak in WicketEndpoint
+ 
+##### Improvement
+
+ * [WICKET-6963] - (REVERTED) Use singletons for PanelMarkupSourcingStrategy
+
diff --git a/_config.yml b/_config.yml
index 6870966..942e2a1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,8 +15,8 @@
 sass:
     sass_dir: _sass
 wicket:
-  version:    9.9.0
-  version_90: 9.9.0
+  version:    9.9.1
+  version_90: 9.9.1
   version_80: 8.14.0
   version_70: 7.18.0
   version_60: 6.30.0
@@ -24,7 +24,7 @@
   version_14: 1.4.23
   version_13: 1.3.7
   released:   2022-02-07
-  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.9.0, 1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.10.0-SNAPSHOT]
+  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.9.1, 1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.10.0-SNAPSHOT]
 
 live_examples_url: http://examples9x.wicket.apache.org/
 
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index 32bf6be..aad71ae 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -40,8 +40,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>9.9.0</version>
-			<description>Wicket 9.9.0 Quickstart</description>
+			<version>9.9.1</version>
+			<description>Wicket 9.9.1 Quickstart</description>
 		</archetype>
 
 		<archetype>
diff --git a/content/atom.xml b/content/atom.xml
index ea7472b..15b6685 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>2022-03-30T20:08:31+02:00</updated>
+    <updated>2022-04-08T21:14:53+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,6 +12,88 @@
  
 
     <entry>
+        <title>Apache Wicket 9.9.1 released</title>
+        <link href="http://wicket.apache.org/news/2022/04/08/wicket-9.9.1-released.html"/>
+        <updated>2022-04-08T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2022/04/08/wicket-9.9.1-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1!&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;p&gt;This hotfix reverts WICKET-6963 which causes MarkupException in some particular cases. 
+(see https://lists.apache.org/thread/y0zthfw2on04sm9wpn60my3x53b8cb3n).
+In addition, this release updates Spring Core dependency to version 5.3.18 which provides a fix 
+for Spring4shell vulnerability (CVE-2022-22965).&lt;/p&gt;
+
+&lt;p&gt;NOTE: Wicket is NOT directly impacted by Spring4shell. Your application might be exposed to this 
+vulnerability only if you use Spring web frameworks (i.e. Spring MVC and Spring WebFlux).&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.9.1&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-991&quot;&gt;CHANGELOG for 9.9.1:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6966] - IndexOutOfBounds in InSessionPageStore&lt;/li&gt;
+  &lt;li&gt;[WICKET-6965] - Memory leak in WicketEndpoint&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6963] - (REVERTED) Use singletons for PanelMarkupSourcingStrategy&lt;/li&gt;
+&lt;/ul&gt;
+
+</content>
+    </entry>
+
+    <entry>
         <title>Apache Wicket 9.9.0 released</title>
         <link href="http://wicket.apache.org/news/2022/03/30/wicket-9.9.0-released.html"/>
         <updated>2022-03-30T00:00:00+02:00</updated>
@@ -1060,132 +1142,4 @@
 </content>
     </entry>
 
-    <entry>
-        <title>Apache Wicket 8.12.0 released</title>
-        <link href="http://wicket.apache.org/news/2021/03/31/wicket-8.12.0-released.html"/>
-        <updated>2021-03-31T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2021/03/31/wicket-8.12.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 8.12.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 8. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present breaks are present in this release compared to
-8.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;8.12.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-8.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 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&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket8migrate&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;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;The signatures for the source release artefacts:
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-8.12.0.zip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmBjgYwACgkQh48B+qjT
-VuGx1hAAgWOaWkXxyH5rlNnwS2PIWi8qGyprtfEO8oQgTv7CV5CT6ZJBVPoKU5JB
-bRb91LMZr4TzsRFoTixEZKdT3+9317+RCH6J1GNfiB/oZ+jjset9luVpOOOa0Zfj
-35FLl+JeisDvJwlGQ3V1eQf4SsGWZT6KK47RE5UV2S3g/IdoP97YBJ7QiaauB+Hz
-7YH4auBGQVWcNaImYXqB2vl/12bNfj/9Rd+BTWrgps6fPjbR0olCNtc/xYyHMvZ8
-c7KNGUTjcdPpk1ag4bMLPLGvkkO8RgN6qTdMgJd15RjvSwbjj02629b1dosBxObn
-bnnHzN3X/L+0ydxtshct+sBlu0/TrxvjebeAnUmGy5lEWCTRPQ4xOM3mdg67tLTW
-Q0XGKqoP4j5ClJ1btIz+M9ip0Kh8iXDa0tTZ1OqSdYcnefFeZ6yBs/BN67F4J59G
-z7akJM7wzdl31I9IFKFFpeUA1HOXQvKTBnH1xv9TDbTzGqxYvyxOPtzyLSjd+q/J
-a2pUzF4DkRXJ9rmwbHEugy3KqR+FeoRGFvxO2hjGZH1FusGbQ+cZZprLYwzXY5MF
-bLUsZBbDPWme3ULHj50EZH5ex2DIQolIlPofRQeBTbcPxcmkjJuZqqByuP61Vs30
-jZOP0+UDFGy0N4Y3gNz3GUfvB+1A1y9vjZwCYR8zh85g2gRTwmk=
-=1+4F
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-8.12.0.tar.gz:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmBjgYwACgkQh48B+qjT
-VuG/SA/+KEnLeHR6CPpHzPrIgMuWu7+Y/7ueV7PawXRFeEJFa3lP6VpUSzvrFSxZ
-3Gjt8kT3N2L/tAL1RLhy+6OJ5z6frTjkM+zR5RGE0TWB+lcXuylQrukt45QQ3EFX
-ZARr57CBzYOpRucI1UeaonJHNnzGvTZx6AFE9ESwdTbMjbONesyk+BjH3WSjhWDY
-zZjsIRuoOShI45OgRdSqg5JMZSlcRuJ+nitlS8LSOoP9Y23slFDZpkDbPrTrNOz2
-1ksmI+0cJHn3nnhlNOrzZWBpATncqBGE0psy8EaGMXK83Zqkdm8d2WEnRxKYrwdY
-fSZqzKdcLT2Xi/F8JSNagYDxvsmeCIOVK86fVOoIu6x1TVYayN2q0uCtKPUd2pT1
-PQLpOkXbQP/XtuzwMvtmMVW441E6qlbFO0fP7pAQSN3rq+kcB+Xif5SnXx3v7eEe
-IuXloiKpKtkK2KMYRZ99fInyMrgQadeHpYSI9RqHqfu6oAs1BVKdzbYCu/CLVGnN
-Q6BFuV3FhGX+PBLlj43wcaOGjPbA6j4oi+floZ9cLv7SWEOf0Mzufe+P47q6hhKN
-aF3f5ZMvnxctLpdebwKsU+4NpSzzSA2oVJzK80ppkoGLep0NLdmQaTt5t+GLdFNc
-udHa8eBkkbVMLs7JPuaULYiWm+U4NqlW1lra0Mp3eViXn5jaJOs=
-=659R
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&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-8120&quot;&gt;CHANGELOG for 8.12.0:&lt;/h4&gt;
-
-&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6815] - Incorrect parsing of html attributes&lt;/li&gt;
-  &lt;li&gt;[WICKET-6858] - Do not lower case the session cookie name&lt;/li&gt;
-  &lt;li&gt;[WICKET-6860] - ConcatBundleResource double scope processing when CssUrlReplacer is used&lt;/li&gt;
-  &lt;li&gt;[WICKET-6863] - Method Component.setVisibilityAllowed should call onVisibleStateChanged()&lt;/li&gt;
-  &lt;li&gt;[WICKET-6865] - JS Error on keyup in AutoCompleteTextField&lt;/li&gt;
-  &lt;li&gt;[WICKET-6867] - AutoComplete list don’t choose any item, if click took more then 500 ms&lt;/li&gt;
-  &lt;li&gt;[WICKET-6868] - UploadProcessBar doesn’t work anymore with AjaxFormSubmitBehaviour(“change”) out of the box&lt;/li&gt;
-  &lt;li&gt;[WICKET-6869] - StalePageException does not refresh page&lt;/li&gt;
-  &lt;li&gt;[WICKET-6870] - Wicket complains about component failing to render&lt;/li&gt;
-  &lt;li&gt;[WICKET-6871] - Exception with nested AjaxLazyLoadPanel&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;task&quot;&gt;Task&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6873] - Upgrade jQuery to 3.6.0&lt;/li&gt;
-&lt;/ul&gt;
-
-</content>
-    </entry>
-
 </feed>
diff --git a/content/doap.rdf b/content/doap.rdf
index 446ab4b..7dda1fa 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -26,7 +26,7 @@
 			<Version>
 				<name>Latest Stable Release</name>
 				<created>2022-02-07</created>
-				<revision>9.9.0</revision>
+				<revision>9.9.1</revision>
 			</Version>
 		</release>
 		<repository>
diff --git a/content/help/index.html b/content/help/index.html
index 538245e..71787a7 100644
--- a/content/help/index.html
+++ b/content/help/index.html
@@ -257,7 +257,7 @@
 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 9.9.0.</p>
+to Wicket 9.9.1.</p>
 
 <h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
 
diff --git a/content/index.html b/content/index.html
index 8b244c1..cececdd 100644
--- a/content/index.html
+++ b/content/index.html
@@ -219,7 +219,7 @@
 <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.9.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.9.1<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
   </div>
@@ -230,8 +230,8 @@
       convenient binary package:
     </p>
     <ul>
-      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.0">9.9.0 source download</a></li>
-      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.0/binaries">9.9.0 binary download</a></li>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1">9.9.1 source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1/binaries">9.9.1 binary download</a></li>
     </ul>
   </div>
 </div>
@@ -426,6 +426,52 @@
 	<div class="l-two-third" >
 	
 	    <article>
+	        <h2>Apache Wicket 9.9.1 released</h2>
+	        <small>08 Apr 2022</small>
+	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+
+<p>This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.</p>
+
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+
+<p>This hotfix reverts WICKET-6963 which causes MarkupException in some particular cases. 
+(see https://lists.apache.org/thread/y0zthfw2on04sm9wpn60my3x53b8cb3n).
+In addition, this release updates Spring Core dependency to version 5.3.18 which provides a fix 
+for Spring4shell vulnerability (CVE-2022-22965).</p>
+
+<p>NOTE: Wicket is NOT directly impacted by Spring4shell. Your application might be exposed to this 
+vulnerability only if you use Spring web frameworks (i.e. Spring MVC and Spring WebFlux).</p>
+
+<h2 id="using-this-release">Using this release</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.9.1<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>
+
+
+	        <a href="/news/2022/04/08/wicket-9.9.1-released.html">Read more...</a> 
+	    </article>
+	
+	    <article>
 	        <h2>Apache Wicket 9.9.0 released</h2>
 	        <small>30 Mar 2022</small>
 	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.0!</p>
@@ -461,42 +507,6 @@
 	        <a href="/news/2022/03/30/wicket-9.9.0-released.html">Read more...</a> 
 	    </article>
 	
-	    <article>
-	        <h2>Apache Wicket 9.8.0 released</h2>
-	        <small>06 Feb 2022</small>
-	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.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
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present in this release compared to 9.0.0.</p>
-
-<h2 id="using-this-release">Using this release</h2>
-
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-
-<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.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-9.x.html#manually</li>
-</ul>
-
-
-	        <a href="/news/2022/02/06/wicket-9.8.0-released.html">Read more...</a> 
-	    </article>
-	
 	</div>
 
     <div class="l-one-third news">
@@ -513,6 +523,13 @@
 		<ul>
 		
 		<li>
+		    <h3>Apache Wicket 9.9.0 released</h3>
+		    <small>30 Mar 2022</small>
+		    The Apache Wicket PMC is proud to announce Apache Wicket 9.9.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+		    <a href="/news/2022/03/30/wicket-9.9.0-released.html">more</a>
+		</li>
+		
+		<li>
 		    <h3>Apache Wicket 9.8.0 released</h3>
 		    <small>06 Feb 2022</small>
 		    The Apache Wicket PMC is proud to announce Apache Wicket 9.8.0! Apache Wicket is an open source Java component oriented web application framework that powers...
@@ -540,13 +557,6 @@
 		    <a href="/news/2021/11/02/wicket-9.6.0-released.html">more</a>
 		</li>
 		
-		<li>
-		    <h3>Apache Wicket 9.5.0 released</h3>
-		    <small>12 Sep 2021</small>
-		    The Apache Wicket PMC is proud to announce Apache Wicket 9.5.0! Apache Wicket is an open source Java component oriented web application framework that powers...
-		    <a href="/news/2021/09/12/wicket-9.5.0-released.html">more</a>
-		</li>
-		
 		</ul>
 	</div>
 </div>
diff --git a/content/learn/index.html b/content/learn/index.html
index a516acf..ad1bcf2 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -155,14 +155,14 @@
 
 <ul>
   <li>
+    <p><a href="/news/2022/04/08/wicket-9.9.1-released.html">Apache Wicket 9.9.1 released</a> <small>08 Apr 2022</small></p>
+  </li>
+  <li>
     <p><a href="/news/2022/03/30/wicket-9.9.0-released.html">Apache Wicket 9.9.0 released</a> <small>30 Mar 2022</small></p>
   </li>
   <li>
     <p><a href="/news/2022/02/06/wicket-9.8.0-released.html">Apache Wicket 9.8.0 released</a> <small>06 Feb 2022</small></p>
   </li>
-  <li>
-    <p><a href="/news/2022/02/02/wicket-8.14.0-released.html">Apache Wicket 8.14.0 released</a> <small>02 Feb 2022</small></p>
-  </li>
 </ul>
 
 <p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p>
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index e193311..53fdd06 100644
--- a/content/news/2009/07/index.html
+++ b/content/news/2009/07/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index a72a963..35fbda9 100644
--- a/content/news/2009/08/index.html
+++ b/content/news/2009/08/index.html
@@ -141,6 +141,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index 68153c2..ed2efce 100644
--- a/content/news/2009/10/index.html
+++ b/content/news/2009/10/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index c0b3324..f9bf9b3 100644
--- a/content/news/2009/12/index.html
+++ b/content/news/2009/12/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index fddf9b4..d23434d 100644
--- a/content/news/2009/index.html
+++ b/content/news/2009/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index 3ee4b79..c458903 100644
--- a/content/news/2010/02/index.html
+++ b/content/news/2010/02/index.html
@@ -135,6 +135,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 4d69c6d..17eb833 100644
--- a/content/news/2010/03/index.html
+++ b/content/news/2010/03/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index f42e078..f634e4f 100644
--- a/content/news/2010/05/index.html
+++ b/content/news/2010/05/index.html
@@ -163,6 +163,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index 8f7890f..c4e1c47 100644
--- a/content/news/2010/08/index.html
+++ b/content/news/2010/08/index.html
@@ -162,6 +162,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 260fbc6..ec43316 100644
--- a/content/news/2010/09/index.html
+++ b/content/news/2010/09/index.html
@@ -168,6 +168,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index 78dcaa8..d225674 100644
--- a/content/news/2010/11/index.html
+++ b/content/news/2010/11/index.html
@@ -182,6 +182,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index 59c76ea..2eace7b 100644
--- a/content/news/2010/12/index.html
+++ b/content/news/2010/12/index.html
@@ -144,6 +144,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index 3a93565..a762246 100644
--- a/content/news/2010/index.html
+++ b/content/news/2010/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index 14bfc1f..57aa288 100644
--- a/content/news/2011/01/index.html
+++ b/content/news/2011/01/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index 7be1497..fee78cc 100644
--- a/content/news/2011/02/index.html
+++ b/content/news/2011/02/index.html
@@ -153,6 +153,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index 5beb68f..e3ba42e 100644
--- a/content/news/2011/03/index.html
+++ b/content/news/2011/03/index.html
@@ -136,6 +136,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index 01e1a14..2e965c9 100644
--- a/content/news/2011/04/index.html
+++ b/content/news/2011/04/index.html
@@ -153,6 +153,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index bf5d6f4..67297d7 100644
--- a/content/news/2011/05/index.html
+++ b/content/news/2011/05/index.html
@@ -146,6 +146,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index f1c8582..d2de8ed 100644
--- a/content/news/2011/06/index.html
+++ b/content/news/2011/06/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index afe77bf..07f5e98 100644
--- a/content/news/2011/08/index.html
+++ b/content/news/2011/08/index.html
@@ -171,6 +171,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index 44fa08a..502e9d3 100644
--- a/content/news/2011/09/index.html
+++ b/content/news/2011/09/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index c66f7be..7cdbf03 100644
--- a/content/news/2011/10/index.html
+++ b/content/news/2011/10/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index a8c5699..678c628 100644
--- a/content/news/2011/11/index.html
+++ b/content/news/2011/11/index.html
@@ -144,6 +144,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index a285d7c..31ad713 100644
--- a/content/news/2011/index.html
+++ b/content/news/2011/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index c470747..8d3b42d 100644
--- a/content/news/2012/01/index.html
+++ b/content/news/2012/01/index.html
@@ -144,6 +144,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index 414fd39..7c5b91e 100644
--- a/content/news/2012/03/index.html
+++ b/content/news/2012/03/index.html
@@ -206,6 +206,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index 74f04f7..a0b56af 100644
--- a/content/news/2012/05/index.html
+++ b/content/news/2012/05/index.html
@@ -158,6 +158,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index 2df5828..5f122fb 100644
--- a/content/news/2012/06/index.html
+++ b/content/news/2012/06/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index 1523778..a142161 100644
--- a/content/news/2012/07/index.html
+++ b/content/news/2012/07/index.html
@@ -142,6 +142,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 8a23225..2f55fb3 100644
--- a/content/news/2012/08/index.html
+++ b/content/news/2012/08/index.html
@@ -144,6 +144,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 83c4a9d..a7fd9dc 100644
--- a/content/news/2012/09/index.html
+++ b/content/news/2012/09/index.html
@@ -172,6 +172,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index b58cae5..5a810d4 100644
--- a/content/news/2012/10/index.html
+++ b/content/news/2012/10/index.html
@@ -157,6 +157,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index 95196b7..0b7b933 100644
--- a/content/news/2012/11/index.html
+++ b/content/news/2012/11/index.html
@@ -154,6 +154,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index ef527f0..74235a4 100644
--- a/content/news/2012/12/index.html
+++ b/content/news/2012/12/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index d7c6a1b..789cff7 100644
--- a/content/news/2012/index.html
+++ b/content/news/2012/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index a69ee9d..8ba7a32 100644
--- a/content/news/2013/01/index.html
+++ b/content/news/2013/01/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 073544f..1a292c3 100644
--- a/content/news/2013/02/index.html
+++ b/content/news/2013/02/index.html
@@ -154,6 +154,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index 58f9446..d1118a4 100644
--- a/content/news/2013/03/index.html
+++ b/content/news/2013/03/index.html
@@ -145,6 +145,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 6a3715a..25acf15 100644
--- a/content/news/2013/04/index.html
+++ b/content/news/2013/04/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index b52fb9c..a33ef07 100644
--- a/content/news/2013/05/index.html
+++ b/content/news/2013/05/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 819b4bf..ab2ace5 100644
--- a/content/news/2013/06/index.html
+++ b/content/news/2013/06/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index e88d4da..0bc2085 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index afc7b4c..266d2a4 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index a63fd18..891460f 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 3177b51..7d20f19 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 194a59c..58a13b2 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 4f193f2..056f0bc 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index cbb2c23..aa7042b 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -205,6 +205,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index f97cbfa..56bd72e 100644
--- a/content/news/2014/04/index.html
+++ b/content/news/2014/04/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index f8f00ff..f2e8c47 100644
--- a/content/news/2014/06/index.html
+++ b/content/news/2014/06/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index afaa0ea..bad738e 100644
--- a/content/news/2014/08/index.html
+++ b/content/news/2014/08/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 4a9173a..51adafa 100644
--- a/content/news/2014/09/index.html
+++ b/content/news/2014/09/index.html
@@ -163,6 +163,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index c2ca1e4..3040f24 100644
--- a/content/news/2014/11/index.html
+++ b/content/news/2014/11/index.html
@@ -147,6 +147,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index d87c416..39ae83b 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 4cc625d..61db58d 100644
--- a/content/news/2015/02/index.html
+++ b/content/news/2015/02/index.html
@@ -174,6 +174,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index cb1d19a..3143062 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -147,6 +147,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index b676bd8..39214a3 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -135,6 +135,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index 583b4fe..2bf1a06 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -155,6 +155,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index d41511f..47ab29a 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -148,6 +148,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index 2b267c6..0ad6681 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index 88a5b48..43c6fbc 100644
--- a/content/news/2016/01/index.html
+++ b/content/news/2016/01/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index 4b001c2..d7f99c6 100644
--- a/content/news/2016/02/index.html
+++ b/content/news/2016/02/index.html
@@ -154,6 +154,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index be98785..deef816 100644
--- a/content/news/2016/03/index.html
+++ b/content/news/2016/03/index.html
@@ -163,6 +163,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index c79a54a..a40a984 100644
--- a/content/news/2016/05/index.html
+++ b/content/news/2016/05/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
index b2087e4..4d5ac64 100644
--- a/content/news/2016/07/index.html
+++ b/content/news/2016/07/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index 3f49d3f..36de8b0 100644
--- a/content/news/2016/08/index.html
+++ b/content/news/2016/08/index.html
@@ -162,6 +162,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html
index 2f03e34..596c99d 100644
--- a/content/news/2016/10/index.html
+++ b/content/news/2016/10/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html
index 55f5923..d33a117 100644
--- a/content/news/2016/11/index.html
+++ b/content/news/2016/11/index.html
@@ -146,6 +146,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html
index ff33c43..b258287 100644
--- a/content/news/2016/12/index.html
+++ b/content/news/2016/12/index.html
@@ -178,6 +178,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index 31908e1..5efec18 100644
--- a/content/news/2016/index.html
+++ b/content/news/2016/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/02/index.html b/content/news/2017/02/index.html
index 1e05529..ac7bb25 100644
--- a/content/news/2017/02/index.html
+++ b/content/news/2017/02/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/03/index.html b/content/news/2017/03/index.html
index 6541885..bd8dafd 100644
--- a/content/news/2017/03/index.html
+++ b/content/news/2017/03/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/05/index.html b/content/news/2017/05/index.html
index 1bc4618..83cc22a 100644
--- a/content/news/2017/05/index.html
+++ b/content/news/2017/05/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/07/index.html b/content/news/2017/07/index.html
index 41da60a..2828645 100644
--- a/content/news/2017/07/index.html
+++ b/content/news/2017/07/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/08/index.html b/content/news/2017/08/index.html
index 4478a0c..9868fcd 100644
--- a/content/news/2017/08/index.html
+++ b/content/news/2017/08/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/09/index.html b/content/news/2017/09/index.html
index f8591dc..506e121 100644
--- a/content/news/2017/09/index.html
+++ b/content/news/2017/09/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/10/index.html b/content/news/2017/10/index.html
index 2fd1f2f..6fee5f2 100644
--- a/content/news/2017/10/index.html
+++ b/content/news/2017/10/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2017/index.html b/content/news/2017/index.html
index 0abc946..287e7a9 100644
--- a/content/news/2017/index.html
+++ b/content/news/2017/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/02/index.html b/content/news/2018/02/index.html
index 12668ed..aa993c9 100644
--- a/content/news/2018/02/index.html
+++ b/content/news/2018/02/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/05/index.html b/content/news/2018/05/index.html
index de0b364..eb6905c 100644
--- a/content/news/2018/05/index.html
+++ b/content/news/2018/05/index.html
@@ -135,6 +135,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/09/index.html b/content/news/2018/09/index.html
index c09005f..24e3d1e 100644
--- a/content/news/2018/09/index.html
+++ b/content/news/2018/09/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/11/index.html b/content/news/2018/11/index.html
index 96342ee..8d96a24 100644
--- a/content/news/2018/11/index.html
+++ b/content/news/2018/11/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/12/index.html b/content/news/2018/12/index.html
index 28a7b66..02f65db 100644
--- a/content/news/2018/12/index.html
+++ b/content/news/2018/12/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2018/index.html b/content/news/2018/index.html
index bd4afee..fd9083c 100644
--- a/content/news/2018/index.html
+++ b/content/news/2018/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/01/index.html b/content/news/2019/01/index.html
index 1293650..38933b0 100644
--- a/content/news/2019/01/index.html
+++ b/content/news/2019/01/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/02/index.html b/content/news/2019/02/index.html
index 41da93b..ac9d0e1 100644
--- a/content/news/2019/02/index.html
+++ b/content/news/2019/02/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/04/index.html b/content/news/2019/04/index.html
index cbbb3e8..85ce88f 100644
--- a/content/news/2019/04/index.html
+++ b/content/news/2019/04/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/05/index.html b/content/news/2019/05/index.html
index 69a5bc5..71d38b5 100644
--- a/content/news/2019/05/index.html
+++ b/content/news/2019/05/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/06/index.html b/content/news/2019/06/index.html
index 01ef418..1c121a9 100644
--- a/content/news/2019/06/index.html
+++ b/content/news/2019/06/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/09/index.html b/content/news/2019/09/index.html
index 5de7636..58ee8a6 100644
--- a/content/news/2019/09/index.html
+++ b/content/news/2019/09/index.html
@@ -172,6 +172,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2019/index.html b/content/news/2019/index.html
index 2c0fac0..94688e3 100644
--- a/content/news/2019/index.html
+++ b/content/news/2019/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/01/index.html b/content/news/2020/01/index.html
index b1e9a7a..5028112 100644
--- a/content/news/2020/01/index.html
+++ b/content/news/2020/01/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/04/index.html b/content/news/2020/04/index.html
index 0a3184d..fbfa077 100644
--- a/content/news/2020/04/index.html
+++ b/content/news/2020/04/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/07/index.html b/content/news/2020/07/index.html
index a4fabb9..4970bea 100644
--- a/content/news/2020/07/index.html
+++ b/content/news/2020/07/index.html
@@ -157,6 +157,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/09/index.html b/content/news/2020/09/index.html
index b821c6b..9355a88 100644
--- a/content/news/2020/09/index.html
+++ b/content/news/2020/09/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/10/index.html b/content/news/2020/10/index.html
index 6c80b16..6f234fc 100644
--- a/content/news/2020/10/index.html
+++ b/content/news/2020/10/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/11/index.html b/content/news/2020/11/index.html
index fdef33a..8a7215f 100644
--- a/content/news/2020/11/index.html
+++ b/content/news/2020/11/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2020/index.html b/content/news/2020/index.html
index 51d5cf3..b4ddbe1 100644
--- a/content/news/2020/index.html
+++ b/content/news/2020/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/03/index.html b/content/news/2021/03/index.html
index 1019148..19d7cd3 100644
--- a/content/news/2021/03/index.html
+++ b/content/news/2021/03/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/04/index.html b/content/news/2021/04/index.html
index 4dee7f6..7a4c35a 100644
--- a/content/news/2021/04/index.html
+++ b/content/news/2021/04/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/07/index.html b/content/news/2021/07/index.html
index cc3ad8c..ba3df6b 100644
--- a/content/news/2021/07/index.html
+++ b/content/news/2021/07/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/09/index.html b/content/news/2021/09/index.html
index c72345b..1c5874e 100644
--- a/content/news/2021/09/index.html
+++ b/content/news/2021/09/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/11/index.html b/content/news/2021/11/index.html
index 4765ea9..359d3bf 100644
--- a/content/news/2021/11/index.html
+++ b/content/news/2021/11/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/12/index.html b/content/news/2021/12/index.html
index 76eb73d..d7d0524 100644
--- a/content/news/2021/12/index.html
+++ b/content/news/2021/12/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2021/index.html b/content/news/2021/index.html
index 938a58a..c67f9a9 100644
--- a/content/news/2021/index.html
+++ b/content/news/2021/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2022/02/index.html b/content/news/2022/02/index.html
index b639ad4..d98e27f 100644
--- a/content/news/2022/02/index.html
+++ b/content/news/2022/02/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2022/03/index.html b/content/news/2022/03/index.html
index 6ee81f5..a0b8b56 100644
--- a/content/news/2022/03/index.html
+++ b/content/news/2022/03/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/2022/04/08/wicket-9.9.1-released.html b/content/news/2022/04/08/wicket-9.9.1-released.html
new file mode 100644
index 0000000..5da93b8
--- /dev/null
+++ b/content/news/2022/04/08/wicket-9.9.1-released.html
@@ -0,0 +1,217 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Apache Wicket 9.9.1 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/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2022/04/08/wicket-9.9.1-released.html -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2022/04/08/wicket-9.9.1-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.9.1 released</h1>
+            
+            
+            
+        </header>
+        <section class="toc left post ">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#new-and-noteworthy"><span class="toc-number">1</span> <span class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1 toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-versions"><span class="toc-number">3</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-4"><a href="#this-release"><span class="toc-number">3.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div>
+        </section>
+        <section>
+            <div class="l-full">
+    <p class="meta">08 Apr 2022</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+
+<p>This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.</p>
+
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+
+<p>This hotfix reverts WICKET-6963 which causes MarkupException in some particular cases. 
+(see https://lists.apache.org/thread/y0zthfw2on04sm9wpn60my3x53b8cb3n).
+In addition, this release updates Spring Core dependency to version 5.3.18 which provides a fix 
+for Spring4shell vulnerability (CVE-2022-22965).</p>
+
+<p>NOTE: Wicket is NOT directly impacted by Spring4shell. Your application might be exposed to this 
+vulnerability only if you use Spring web frameworks (i.e. Spring MVC and Spring WebFlux).</p>
+
+<h2 id="using-this-release">Using this release</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.9.1<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-991">CHANGELOG for 9.9.1:</h4>
+
+<h5 id="bug">Bug</h5>
+
+<ul>
+  <li>[WICKET-6966] - IndexOutOfBounds in InSessionPageStore</li>
+  <li>[WICKET-6965] - Memory leak in WicketEndpoint</li>
+</ul>
+
+<h5 id="improvement">Improvement</h5>
+
+<ul>
+  <li>[WICKET-6963] - (REVERTED) Use singletons for PanelMarkupSourcingStrategy</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 © 2022 — 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/2022/04/index.html b/content/news/2022/04/index.html
new file mode 100644
index 0000000..ccf2e7f
--- /dev/null
+++ b/content/news/2022/04/index.html
@@ -0,0 +1,440 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Monthly archive for April 2022 | 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/2022/04 -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2022/04 -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2022/04 -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2022/04 -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2022/04 -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2022/04 -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2022/04 -->
+		
+    	
+        
+    	<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>Monthly archive for April 2022</h1>
+            
+            
+            
+        </header>
+        <div class="l-flex"> 
+	        <div class="l-two-third">
+	        
+<div class="news">
+	<h3>Apache Wicket 9.9.1 released</h3>
+  <p><small>08 Apr 2022</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+government...</p>
+	<a href="/news/2022/04/08/wicket-9.9.1-released.html">more</a></li>
+</div>
+
+
+	        </div>
+	        <div class="l-one-third">
+	        
+	            
+	            <h2>2022</h2>
+	            <ul>
+	            <li><a href="/news/2022">All of 2022</a></li>
+	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
+	            <li><a href="/news/2022/03">March</a></li>
+	            
+	            <li><a href="/news/2022/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2021</h2>
+	            <ul>
+	            <li><a href="/news/2021">All of 2021</a></li>
+	            
+	            <li><a href="/news/2021/12">December</a></li>
+	            
+	            <li><a href="/news/2021/11">November</a></li>
+	            
+	            <li><a href="/news/2021/09">September</a></li>
+	            
+	            <li><a href="/news/2021/07">July</a></li>
+	            
+	            <li><a href="/news/2021/04">April</a></li>
+	            
+	            <li><a href="/news/2021/03">March</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2020</h2>
+	            <ul>
+	            <li><a href="/news/2020">All of 2020</a></li>
+	            
+	            <li><a href="/news/2020/11">November</a></li>
+	            
+	            <li><a href="/news/2020/10">October</a></li>
+	            
+	            <li><a href="/news/2020/09">September</a></li>
+	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
+	            <li><a href="/news/2020/04">April</a></li>
+	            
+	            <li><a href="/news/2020/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2019</h2>
+	            <ul>
+	            <li><a href="/news/2019">All of 2019</a></li>
+	            
+	            <li><a href="/news/2019/09">September</a></li>
+	            
+	            <li><a href="/news/2019/06">June</a></li>
+	            
+	            <li><a href="/news/2019/05">May</a></li>
+	            
+	            <li><a href="/news/2019/04">April</a></li>
+	            
+	            <li><a href="/news/2019/02">February</a></li>
+	            
+	            <li><a href="/news/2019/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2018</h2>
+	            <ul>
+	            <li><a href="/news/2018">All of 2018</a></li>
+	            
+	            <li><a href="/news/2018/12">December</a></li>
+	            
+	            <li><a href="/news/2018/11">November</a></li>
+	            
+	            <li><a href="/news/2018/09">September</a></li>
+	            
+	            <li><a href="/news/2018/05">May</a></li>
+	            
+	            <li><a href="/news/2018/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2017</h2>
+	            <ul>
+	            <li><a href="/news/2017">All of 2017</a></li>
+	            
+	            <li><a href="/news/2017/10">October</a></li>
+	            
+	            <li><a href="/news/2017/09">September</a></li>
+	            
+	            <li><a href="/news/2017/08">August</a></li>
+	            
+	            <li><a href="/news/2017/07">July</a></li>
+	            
+	            <li><a href="/news/2017/05">May</a></li>
+	            
+	            <li><a href="/news/2017/03">March</a></li>
+	            
+	            <li><a href="/news/2017/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2016</h2>
+	            <ul>
+	            <li><a href="/news/2016">All of 2016</a></li>
+	            
+	            <li><a href="/news/2016/12">December</a></li>
+	            
+	            <li><a href="/news/2016/11">November</a></li>
+	            
+	            <li><a href="/news/2016/10">October</a></li>
+	            
+	            <li><a href="/news/2016/08">August</a></li>
+	            
+	            <li><a href="/news/2016/07">July</a></li>
+	            
+	            <li><a href="/news/2016/05">May</a></li>
+	            
+	            <li><a href="/news/2016/03">March</a></li>
+	            
+	            <li><a href="/news/2016/02">February</a></li>
+	            
+	            <li><a href="/news/2016/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2015</h2>
+	            <ul>
+	            <li><a href="/news/2015">All of 2015</a></li>
+	            
+	            <li><a href="/news/2015/11">November</a></li>
+	            
+	            <li><a href="/news/2015/10">October</a></li>
+	            
+	            <li><a href="/news/2015/07">July</a></li>
+	            
+	            <li><a href="/news/2015/06">June</a></li>
+	            
+	            <li><a href="/news/2015/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2014</h2>
+	            <ul>
+	            <li><a href="/news/2014">All of 2014</a></li>
+	            
+	            <li><a href="/news/2014/11">November</a></li>
+	            
+	            <li><a href="/news/2014/09">September</a></li>
+	            
+	            <li><a href="/news/2014/08">August</a></li>
+	            
+	            <li><a href="/news/2014/06">June</a></li>
+	            
+	            <li><a href="/news/2014/04">April</a></li>
+	            
+	            <li><a href="/news/2014/02">February</a></li>
+	            
+	            <li><a href="/news/2014/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2013</h2>
+	            <ul>
+	            <li><a href="/news/2013">All of 2013</a></li>
+	            
+	            <li><a href="/news/2013/11">November</a></li>
+	            
+	            <li><a href="/news/2013/09">September</a></li>
+	            
+	            <li><a href="/news/2013/08">August</a></li>
+	            
+	            <li><a href="/news/2013/07">July</a></li>
+	            
+	            <li><a href="/news/2013/06">June</a></li>
+	            
+	            <li><a href="/news/2013/05">May</a></li>
+	            
+	            <li><a href="/news/2013/04">April</a></li>
+	            
+	            <li><a href="/news/2013/03">March</a></li>
+	            
+	            <li><a href="/news/2013/02">February</a></li>
+	            
+	            <li><a href="/news/2013/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2012</h2>
+	            <ul>
+	            <li><a href="/news/2012">All of 2012</a></li>
+	            
+	            <li><a href="/news/2012/12">December</a></li>
+	            
+	            <li><a href="/news/2012/11">November</a></li>
+	            
+	            <li><a href="/news/2012/10">October</a></li>
+	            
+	            <li><a href="/news/2012/09">September</a></li>
+	            
+	            <li><a href="/news/2012/08">August</a></li>
+	            
+	            <li><a href="/news/2012/07">July</a></li>
+	            
+	            <li><a href="/news/2012/06">June</a></li>
+	            
+	            <li><a href="/news/2012/05">May</a></li>
+	            
+	            <li><a href="/news/2012/03">March</a></li>
+	            
+	            <li><a href="/news/2012/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2011</h2>
+	            <ul>
+	            <li><a href="/news/2011">All of 2011</a></li>
+	            
+	            <li><a href="/news/2011/11">November</a></li>
+	            
+	            <li><a href="/news/2011/10">October</a></li>
+	            
+	            <li><a href="/news/2011/09">September</a></li>
+	            
+	            <li><a href="/news/2011/08">August</a></li>
+	            
+	            <li><a href="/news/2011/06">June</a></li>
+	            
+	            <li><a href="/news/2011/05">May</a></li>
+	            
+	            <li><a href="/news/2011/04">April</a></li>
+	            
+	            <li><a href="/news/2011/03">March</a></li>
+	            
+	            <li><a href="/news/2011/02">February</a></li>
+	            
+	            <li><a href="/news/2011/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2010</h2>
+	            <ul>
+	            <li><a href="/news/2010">All of 2010</a></li>
+	            
+	            <li><a href="/news/2010/12">December</a></li>
+	            
+	            <li><a href="/news/2010/11">November</a></li>
+	            
+	            <li><a href="/news/2010/09">September</a></li>
+	            
+	            <li><a href="/news/2010/08">August</a></li>
+	            
+	            <li><a href="/news/2010/05">May</a></li>
+	            
+	            <li><a href="/news/2010/03">March</a></li>
+	            
+	            <li><a href="/news/2010/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2009</h2>
+	            <ul>
+	            <li><a href="/news/2009">All of 2009</a></li>
+	            
+	            <li><a href="/news/2009/12">December</a></li>
+	            
+	            <li><a href="/news/2009/10">October</a></li>
+	            
+	            <li><a href="/news/2009/08">August</a></li>
+	            
+	            <li><a href="/news/2009/07">July</a></li>
+	            
+	            </ul>
+	        
+	        </div>
+        </div>
+    </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 © 2022 — 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/2022/index.html b/content/news/2022/index.html
index 15c9d23..f045cdc 100644
--- a/content/news/2022/index.html
+++ b/content/news/2022/index.html
@@ -261,6 +261,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/news/index.html b/content/news/index.html
index de5eeeb..7470fa6 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -126,6 +126,13 @@
   <p>This section contains all news items published in <a href="/news/2022">2022</a>.</p>
 
   <article>
+	<h3 id="/news/2022/04/08/wicket-9.9.1-released.html">Apache Wicket 9.9.1 released</h3>
+    <small>08 Apr 2022</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.1! 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/2022/04/08/wicket-9.9.1-released.html">more</a></p>
+</article>
+
+  <article>
 	<h3 id="/news/2022/03/30/wicket-9.9.0-released.html">Apache Wicket 9.9.0 released</h3>
     <small>30 Mar 2022</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.9.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...
@@ -1926,6 +1933,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/04">April</a></li>
+	            
 	            <li><a href="/news/2022/03">March</a></li>
 	            
 	            <li><a href="/news/2022/02">February</a></li>
diff --git a/content/start/download.html b/content/start/download.html
index 2475c72..f22bc18 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -162,7 +162,7 @@
 	</tr>
 	<tr>
 		<td><a href="wicket-9.x.html">Wicket 9.x</a></td>
-		<td>9.9.0</td>
+		<td>9.9.1</td>
 		<td>current, supported</td>
 	</tr>
 	<tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 4da2267..c00c411 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -229,7 +229,7 @@
     
     
     
-    	<option value="9.9.0" selected="selected">9.9.0</option>
+    	<option value="9.9.1" selected="selected">9.9.1</option>
     
     
     
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index c070475..a4c398f 100644
--- a/content/start/wicket-9.x.html
+++ b/content/start/wicket-9.x.html
@@ -144,11 +144,11 @@
 <h3 id="change-log">Change log</h3>
 
 <p>To see what changed in these releases you can read the
-<a href="https://www.apache.org/dist/wicket/9.9.0/CHANGELOG-9.x">change log</a>.</p>
+<a href="https://www.apache.org/dist/wicket/9.9.1/CHANGELOG-9.x">change log</a>.</p>
 
 <h2 id="download">Download</h2>
 
-<p>The most recent test version in this branch is: <strong>9.9.0</strong>. 
+<p>The most recent test version in this branch is: <strong>9.9.1</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 @@
 <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.9.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.9.1<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 @@
 from source:</p>
 
 <ul>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.0/apache-wicket-9.9.0.tar.gz">apache-wicket-9.9.0.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.9.0/apache-wicket-9.9.0.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.9.0/apache-wicket-9.9.0.tar.gz.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1/apache-wicket-9.9.1.tar.gz">apache-wicket-9.9.1.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.9.1/apache-wicket-9.9.1.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.9.1/apache-wicket-9.9.1.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.0/apache-wicket-9.9.0.zip">apache-wicket-9.9.0.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.9.0/apache-wicket-9.9.0.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.9.0/apache-wicket-9.9.0.zip.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1/apache-wicket-9.9.1.zip">apache-wicket-9.9.1.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.9.1/apache-wicket-9.9.1.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.9.1/apache-wicket-9.9.1.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.9.0/binaries/apache-wicket-9.9.0-bin.tar.gz">apache-wicket-9.9.0-bin.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.9.0/binaries/apache-wicket-9.9.0-bin.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.9.0/binaries/apache-wicket-9.9.0-bin.tar.gz.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.tar.gz">apache-wicket-9.9.1-bin.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.0/binaries/apache-wicket-9.9.0-bin.zip">apache-wicket-9.9.0-bin.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.9.0/binaries/apache-wicket-9.9.0-bin.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.9.0/binaries/apache-wicket-9.9.0-bin.zip.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.zip">apache-wicket-9.9.1-bin.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.9.1/binaries/apache-wicket-9.9.1-bin.zip.sha256">SHA-256</a>
 )</li>
 </ul>