Added announce for 9.11.0
diff --git a/2022/_posts/2022-07-10-wicket-9.11.0-released.md b/2022/_posts/2022-07-10-wicket-9.11.0-released.md
new file mode 100644
index 0000000..cc0107f
--- /dev/null
+++ b/2022/_posts/2022-07-10-wicket-9.11.0-released.md
@@ -0,0 +1,71 @@
+---
+layout: post
+title: Apache Wicket 9.11.0 released
+---
+The Apache Wicket PMC is proud to announce Apache Wicket 9.11.0!
+
+Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org
+
+This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.
+
+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.11.0</version>
+</dependency>
+{% endhighlight%}
+
+Or download and build the distribution yourself, or use our
+convenience binary package you can find here:
+
+ * Download: http://wicket.apache.org/start/wicket-9.x.html#manually
+
+<!--more-->
+
+Upgrading from earlier versions
+-------------------------------
+
+If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at
+
+ * http://s.apache.org/wicket9migrate
+
+Have fun!
+
+— The Wicket team
+
+
+========================================================================
+
+### This Release
+
+#### CHANGELOG for 9.11.0:
+    
+##### Bug
+
+ * [WICKET-6981] - InSessionPageStore does not trigger flushSession
+ * [WICKET-6988] - String.format used in JS generation leads to errors
+ * [WICKET-6990] - DiskPageStore loses pages when container re-binds attributes
+
+##### Improvement
+
+ * [WICKET-6979] - Cut back slightly on some String instance creation in PageInfo and friends.
+ * [WICKET-6982] - Unnecessary initialization of stateful pages in ListenerRequestHandler
+ * [WICKET-6985] - Insufficient information logged by CheckingObjectOutputStream when delegation to Externalizable
+ * [WICKET-6991] - ResourceAggregator is resizing the StringBuilder several times.
+ * [WICKET-6992] - Reduce object creation and wasted memory in Url toString() methods
+ * [WICKET-6994] - Make the servlet API a runtime provided dependency when using JPMS.
+
diff --git a/_config.yml b/_config.yml
index 36db3ab..716f48c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,16 +15,16 @@
 sass:
     sass_dir: _sass
 wicket:
-  version:    9.10.0
-  version_90: 9.10.0
+  version:    9.11.0
+  version_90: 9.11.0
   version_80: 8.14.0
   version_70: 7.18.0
   version_60: 6.30.0
   version_15: 1.5.16
   version_14: 1.4.23
   version_13: 1.3.7
-  released:   2022-02-07
-  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.10.0, 1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.11.0-SNAPSHOT]
+  released:   2022-07-07
+  versions:   [6.30.0, 1.5.16, 1.4.23, 7.18.0, 8.14.0, 9.11.0, 1.5-SNAPSHOT, 6.31.0-SNAPSHOT, 7.19.0-SNAPSHOT, 8.15.0-SNAPSHOT, 9.12.0-SNAPSHOT]
 
 live_examples_url: http://examples9x.wicket.apache.org/
 
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index ecf1c01..b40e9b1 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -5,8 +5,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>9.11.0-SNAPSHOT</version>
-			<description>Wicket 9.11.0-SNAPSHOT Quickstart</description>
+			<version>9.12.0-SNAPSHOT</version>
+			<description>Wicket 9.12.0-SNAPSHOT Quickstart</description>
 		</archetype>
 
 		<archetype>
@@ -40,8 +40,8 @@
 		<archetype>
 			<groupId>org.apache.wicket</groupId>
 			<artifactId>wicket-archetype-quickstart</artifactId>
-			<version>9.10.0</version>
-			<description>Wicket 9.10.0 Quickstart</description>
+			<version>9.11.0</version>
+			<description>Wicket 9.11.0 Quickstart</description>
 		</archetype>
 
 		<archetype>
diff --git a/content/atom.xml b/content/atom.xml
index 6d5cfef..409f8a2 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-05-05T22:39:48+02:00</updated>
+    <updated>2022-07-10T13:14:20+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,6 +12,84 @@
  
 
     <entry>
+        <title>Apache Wicket 9.11.0 released</title>
+        <link href="http://wicket.apache.org/news/2022/07/10/wicket-9.11.0-released.html"/>
+        <updated>2022-07-10T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2022/07/10/wicket-9.11.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 9.11.0!&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org&lt;/p&gt;
+
+&lt;p&gt;This release marks another minor release of Wicket 9. We
+use semantic versioning for the development of Wicket, and as such no
+API breaks are present in this release compared to 9.0.0.&lt;/p&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.11.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package you can find here:&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Download: http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h2&gt;
+
+&lt;p&gt;If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Have fun!&lt;/p&gt;
+
+&lt;p&gt;— The Wicket team&lt;/p&gt;
+
+&lt;p&gt;========================================================================&lt;/p&gt;
+
+&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
+
+&lt;h4 id=&quot;changelog-for-9110&quot;&gt;CHANGELOG for 9.11.0:&lt;/h4&gt;
+
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6981] - InSessionPageStore does not trigger flushSession&lt;/li&gt;
+  &lt;li&gt;[WICKET-6988] - String.format used in JS generation leads to errors&lt;/li&gt;
+  &lt;li&gt;[WICKET-6990] - DiskPageStore loses pages when container re-binds attributes&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6979] - Cut back slightly on some String instance creation in PageInfo and friends.&lt;/li&gt;
+  &lt;li&gt;[WICKET-6982] - Unnecessary initialization of stateful pages in ListenerRequestHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6985] - Insufficient information logged by CheckingObjectOutputStream when delegation to Externalizable&lt;/li&gt;
+  &lt;li&gt;[WICKET-6991] - ResourceAggregator is resizing the StringBuilder several times.&lt;/li&gt;
+  &lt;li&gt;[WICKET-6992] - Reduce object creation and wasted memory in Url toString() methods&lt;/li&gt;
+  &lt;li&gt;[WICKET-6994] - Make the servlet API a runtime provided dependency when using JPMS.&lt;/li&gt;
+&lt;/ul&gt;
+
+</content>
+    </entry>
+
+    <entry>
         <title>Apache Wicket 9.10.0 released</title>
         <link href="http://wicket.apache.org/news/2022/05/05/wicket-9.10.0-released.html"/>
         <updated>2022-05-05T00:00:00+02:00</updated>
@@ -982,137 +1060,4 @@
 </content>
     </entry>
 
-    <entry>
-        <title>Apache Wicket 9.4.0 released</title>
-        <link href="http://wicket.apache.org/news/2021/07/07/wicket-9.4.0-released.html"/>
-        <updated>2021-07-07T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2021/07/07/wicket-9.4.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 9.4.0!&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket is an open source Java component oriented web application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at https://wicket.apache.org&lt;/p&gt;
-
-&lt;p&gt;This release marks another minor release of Wicket 9. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present in this release compared to 9.0.0.&lt;/p&gt;
-
-&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
-
-&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.4.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Or download and build the distribution yourself, or use our
-convenience binary package you can find here:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Download: http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h2&gt;
-
-&lt;p&gt;If you upgrade from 9.y.z this release is a drop in replacement. If
-you come from a version prior to 9.0.0, please read our Wicket 9
-migration guide found at&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Have fun!&lt;/p&gt;
-
-&lt;p&gt;— The Wicket team&lt;/p&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;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-9.4.0.zip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmDgnyEACgkQh48B+qjT
-VuHqqRAAgt7YlKtohGggBNLBqgcyMHDSttXyWyPffkd2QaCCx66lWJJl1LxM+87o
-LRG5IdaWJWBmB/MJZwXZKV4iacztt/i3nkdIWAw7XrPaWwFLpS6SftfIRvVbrRwD
-dVpNFhQe8LmHW2Iun9hhjI6nQWjW2neEvj41T4m5la5JoJ4JBHZ1yZRPUz+rw3Bg
-E5j9wYsq3itzuKJQPeMmvVgrbCbBQL8LijIIYmWq/pU+j5wgZ71722Vw6ygGHZJF
-MDN2/gnw908ENcjUfMP9e+ZqD2UWzXTWeNqaGAAq4EwLqjjBlxHtIFZ918BTDl72
-dzhCndnkTU/4KP9lpBO7h+6s44JwNIIypYsMPaNEQtNAH7OayDjD1uNUkm3vbaGA
-uxDg33fYDVCRh/8Hbe8T1YwGIUR2W9U88Mw2yzjzpHv/H7/UVHF9mRmj5sg7Pvsd
-G2/SMd9JUW04qb6+zYb4vadNnut7pQEv39bHWZUKTmFt0vNNy7pcGAZk4DmfJRJW
-IY5vfLqDyM5QNG/wyzj4NQAIX5y+3iaibzsIRy+bviqLdRf3zsf3fbM23FDmFuDF
-nDeD0FK31swaK/9CSYXUXIndoAESbt4iHPCV6TUaare9AgobtIgulvRknr/nFtCB
-kuV/8x+8UNsW96YiaLGLW7zjxBiWH8R433fDBG6Pi3f9gpb1cOs=
-=kI95
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-9.4.0.tar.gz:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAmDgnyAACgkQh48B+qjT
-VuFFVw//bAq/Rzxq1ZobgGcgOubDqn1II6y6Un5w6baXEx7MoqEOC8zj/iJz/MEX
-+ZyeQDs0W7D5vI+PLi0dcytjDw39zX6XcKTtocQo3jqxztQaRll2ymozNZkk8jZs
-z+bq7pA600VUbpfUqpdRvVCLKqahILtvNv7eoHSn6EPIt4zGMcS9vuzY7zFy3P9P
-XZnSKSLAEwZ0PWF07rBMl8+ZVP+p98qreJp0WyF0nsxVuOXQde5jys2QvXBPEShY
-9FSd1YWZ4fc9hgx7UrgiL9z6gZGDj1yZTTrrnvR3sNgbD4oWSY+oKxM+v6LywrcI
-yUfY4qk3onw5YNO8qLGUDh5NVpodnKBm9CMCCI9U3qPP0PkplYvWGH110I+o5er7
-yi29J6Fua1dQxKZzxuCQLhZjSItg+QN+qYoukV36pnYqsXJCOwM/S6IUZVT6EPII
-gbatn6xECLYsx7gpMmLpysQN0ogNujBJV4I4ZoiARG9xVBWlILdyG4atstvVazf3
-u6/yOmkUb+82KV9xsM2sQUJ68cMbAN/aLl578reTZU8fVkS5WoN1laMOumiNbLG0
-SX9akYW3huAaLPYRRz7yducTp46fPbwfZ2tlq29iTrGE/uDCOuGwq2XppHahnKt7
-8xV9SJ6lK65LzqkPOl8GTMxNjo0afXRQ84paPbhFWyAIRCQlRrM=
-=4lVk
------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-940&quot;&gt;CHANGELOG for 9.4.0:&lt;/h4&gt;
-
-&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6875] - Example for FileSystemResource.java does not work&lt;/li&gt;
-  &lt;li&gt;[WICKET-6877] - Removing component’s MetaData during detach phase from within a Behavior causes issue&lt;/li&gt;
-  &lt;li&gt;[WICKET-6878] - Rendering of relative Urls does not take into account filterpath for absolute Urls&lt;/li&gt;
-  &lt;li&gt;[WICKET-6881] - Link on website to JavaDoc of version 1.3.x is broken&lt;/li&gt;
-  &lt;li&gt;[WICKET-6895] - Links to examples in documentation points to old version of 8x&lt;/li&gt;
-  &lt;li&gt;[WICKET-6896] - AutoCompleteTextField re-opens dropdown item list after item has been selected&lt;/li&gt;
-  &lt;li&gt;[WICKET-6897] - Javadoc build fails on fresh checkout of master or rel/wicket-9.3.0&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;new-feature&quot;&gt;New Feature&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6886] - LambdaChoiceRenderer&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6876] - add an AJAX behavior that allows to collect file information when a file, to be uploaded,  is selected.&lt;/li&gt;
-  &lt;li&gt;[WICKET-6880] - Documentation of DataTable/DataGridView has reference to unknown class UserProvider&lt;/li&gt;
-  &lt;li&gt;[WICKET-6885] - Add scope col and colgroup to HeadersToolbar&lt;/li&gt;
-  &lt;li&gt;[WICKET-6899] - Add setExceptionMapperProvider to Application&lt;/li&gt;
-&lt;/ul&gt;
-
-</content>
-    </entry>
-
 </feed>
diff --git a/content/doap.rdf b/content/doap.rdf
index 1e09737..a9dccf5 100644
--- a/content/doap.rdf
+++ b/content/doap.rdf
@@ -25,8 +25,8 @@
 		<release>
 			<Version>
 				<name>Latest Stable Release</name>
-				<created>2022-02-07</created>
-				<revision>9.10.0</revision>
+				<created>2022-07-07</created>
+				<revision>9.11.0</revision>
 			</Version>
 		</release>
 		<repository>
diff --git a/content/help/index.html b/content/help/index.html
index 756d31a..3512cc6 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.10.0.</p>
+to Wicket 9.11.0.</p>
 
 <h3 id="compatible">Using Compatible Versions of Supporting Libraries</h3>
 
diff --git a/content/index.html b/content/index.html
index 59e0ab3..2b0da33 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.10.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.11.0<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.10.0">9.10.0 source download</a></li>
-      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.10.0/binaries">9.10.0 binary download</a></li>
+      <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0">9.11.0 source download</a></li>
+      <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0/binaries">9.11.0 binary download</a></li>
     </ul>
   </div>
 </div>
@@ -426,6 +426,42 @@
 	<div class="l-two-third" >
 	
 	    <article>
+	        <h2>Apache Wicket 9.11.0 released</h2>
+	        <small>10 Jul 2022</small>
+	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.11.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.11.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/07/10/wicket-9.11.0-released.html">Read more...</a> 
+	    </article>
+	
+	    <article>
 	        <h2>Apache Wicket 9.10.0 released</h2>
 	        <small>05 May 2022</small>
 	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.10.0!</p>
@@ -461,52 +497,6 @@
 	        <a href="/news/2022/05/05/wicket-9.10.0-released.html">Read more...</a> 
 	    </article>
 	
-	    <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>
-	
 	</div>
 
     <div class="l-one-third news">
@@ -523,6 +513,13 @@
 		<ul>
 		
 		<li>
+		    <h3>Apache Wicket 9.10.0 released</h3>
+		    <small>05 May 2022</small>
+		    The Apache Wicket PMC is proud to announce Apache Wicket 9.10.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+		    <a href="/news/2022/05/05/wicket-9.10.0-released.html">more</a>
+		</li>
+		
+		<li>
 		    <h3>Apache Wicket 9.9.1 released</h3>
 		    <small>08 Apr 2022</small>
 		    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...
@@ -550,13 +547,6 @@
 		    <a href="/news/2022/02/02/wicket-8.14.0-released.html">more</a>
 		</li>
 		
-		<li>
-		    <h3>Apache Wicket 9.7.0 released</h3>
-		    <small>01 Dec 2021</small>
-		    The Apache Wicket PMC is proud to announce Apache Wicket 9.7.0! Apache Wicket is an open source Java component oriented web application framework that powers...
-		    <a href="/news/2021/12/01/wicket-9.7.0-released.html">more</a>
-		</li>
-		
 		</ul>
 	</div>
 </div>
diff --git a/content/learn/index.html b/content/learn/index.html
index 29eb103..e26c322 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -155,14 +155,14 @@
 
 <ul>
   <li>
+    <p><a href="/news/2022/07/10/wicket-9.11.0-released.html">Apache Wicket 9.11.0 released</a> <small>10 Jul 2022</small></p>
+  </li>
+  <li>
     <p><a href="/news/2022/05/05/wicket-9.10.0-released.html">Apache Wicket 9.10.0 released</a> <small>05 May 2022</small></p>
   </li>
   <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>
 </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 77e1ac1..c9c018d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 07f9cc0..7d5bc10 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index 0dc7c6a..70b3370 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index 033e859..5354567 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index 47f7c12..ef8d699 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index ff26e52..ac3e7f5 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 35d6ee1..1066a0f 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index 4597084..f863a53 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index 183056f..7c27a64 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 15a8538..40db390 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index df668ee..ccfa559 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index 11a0ec4..3ab2bce 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index cd6954f..abdfd80 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index 4ace741..4d9e32d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index 7bd7e69..7877dce 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index 5b567d8..df66b25 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index 938c994..86df5aa 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index 86d7d9b..9ecbd30 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index bc35020..87f8a54 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index 2a66e64..f9c8aa2 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index 1a5e4a9..8db39d4 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 46f3ba9..41dc0ff 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index 183478e..e0c7ac0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index 1fb302a..3521439 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index fc8d22b..aaf793e 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index fda3ebc..aec8804 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index c4eb422..3771f51 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index 0a00620..1389eb0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index ff20988..906a576 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 437c083..b50b18d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 9eaf462..4fbbabb 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index b293020..f53602d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index de7c17e..7b4ede8 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index 35ebaa6..619450d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index be7435b..7544154 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index 7e83d43..28bcedf 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 891c220..a1ea0f5 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index 8537b0e..8fdc4d5 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 0f28059..fef7c18 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index 257900d..9859f68 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 81171bf..c147c7c 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index 5bbfe97..e0faf51 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index a036652..ae1b9c2 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 821b25b..0ebfc40 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 853dbf2..abee55c 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index 825e4a6..cfc4ea0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 92a6dbd..69357af 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index ab9959e..0fceb71 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index 5574c97..28d2f4b 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 17d4c7a..e91b399 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 3b100a2..b4ead68 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 7971bce..f6fd4d4 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index d179bba..85d5a89 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 043d7ff..1fe29a1 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index ce82e6f..a1bff19 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 9bc98d2..3a5d55a 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index 8ce8282..3efd352 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index 8228353..268094c 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index 3e3cb0c..104d121 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index a7ca438..ac23e52 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index ab74a19..6094b9a 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index 64dae38..1ba96e6 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index 613f721..8d5b37f 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index 18a2d02..b705693 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
index 5b89514..b6248ff 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index b00b154..0cefbc8 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html
index b8e4af9..2a4b0f8 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html
index 0161477..f61b99e 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html
index a3e1546..c3cf953 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index e7a40ef..9b60de9 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/02/index.html b/content/news/2017/02/index.html
index 2914c01..dd7d2d0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/03/index.html b/content/news/2017/03/index.html
index 38fa093..ac978e4 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/05/index.html b/content/news/2017/05/index.html
index 6eb6fc0..c579752 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/07/index.html b/content/news/2017/07/index.html
index e4c2374..a6486e0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/08/index.html b/content/news/2017/08/index.html
index 0925ece..b7240e1 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/09/index.html b/content/news/2017/09/index.html
index 16c7631..59a6dbc 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/10/index.html b/content/news/2017/10/index.html
index 08cc41a..8db866d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2017/index.html b/content/news/2017/index.html
index 177ff2a..c244873 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/02/index.html b/content/news/2018/02/index.html
index 26b5983..798a4d5 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/05/index.html b/content/news/2018/05/index.html
index 4c10254..18c6f63 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/09/index.html b/content/news/2018/09/index.html
index 9dfb237..c6ddc57 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/11/index.html b/content/news/2018/11/index.html
index e55db53..7dcdf37 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/12/index.html b/content/news/2018/12/index.html
index f16434d..d77433a 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2018/index.html b/content/news/2018/index.html
index 80ca033..c686e15 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/01/index.html b/content/news/2019/01/index.html
index aad5ac5..6622965 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/02/index.html b/content/news/2019/02/index.html
index f02a7ea..b56aad3 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/04/index.html b/content/news/2019/04/index.html
index b0817bd..daed652 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/05/index.html b/content/news/2019/05/index.html
index 30c3c30..2e93dab 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/06/index.html b/content/news/2019/06/index.html
index fe35361..30c37bb 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/09/index.html b/content/news/2019/09/index.html
index dd7680a..f67b390 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2019/index.html b/content/news/2019/index.html
index f403e73..4635e18 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/01/index.html b/content/news/2020/01/index.html
index 77f5f13..e63e5a0 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/04/index.html b/content/news/2020/04/index.html
index 0d7488b..24a1498 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/07/index.html b/content/news/2020/07/index.html
index 3f2147c..5223b31 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/09/index.html b/content/news/2020/09/index.html
index ecd1422..f9fa4b5 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/10/index.html b/content/news/2020/10/index.html
index a81f40a..6db826b 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/11/index.html b/content/news/2020/11/index.html
index 8ecdee3..e26f1dd 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2020/index.html b/content/news/2020/index.html
index ea94f7e..e079937 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/03/index.html b/content/news/2021/03/index.html
index b828f8b..98f52fa 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/04/index.html b/content/news/2021/04/index.html
index c980ff7..36fea74 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/07/index.html b/content/news/2021/07/index.html
index 7ae3f8e..470570e 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/09/index.html b/content/news/2021/09/index.html
index 3b36f20..06bc94b 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/11/index.html b/content/news/2021/11/index.html
index 414a106..914f50d 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/12/index.html b/content/news/2021/12/index.html
index 36709f9..ab00cad 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2021/index.html b/content/news/2021/index.html
index fa998ed..01d1886 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2022/02/index.html b/content/news/2022/02/index.html
index 6dc33d5..f23452c 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2022/03/index.html b/content/news/2022/03/index.html
index c139179..e96a77f 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2022/04/index.html b/content/news/2022/04/index.html
index 836571f..b2e07ba 100644
--- a/content/news/2022/04/index.html
+++ b/content/news/2022/04/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2022/05/index.html b/content/news/2022/05/index.html
index b6dce79..bf94e0c 100644
--- a/content/news/2022/05/index.html
+++ b/content/news/2022/05/index.html
@@ -139,6 +139,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/2022/07/10/wicket-9.11.0-released.html b/content/news/2022/07/10/wicket-9.11.0-released.html
new file mode 100644
index 0000000..61de8ce
--- /dev/null
+++ b/content/news/2022/07/10/wicket-9.11.0-released.html
@@ -0,0 +1,213 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Apache Wicket 9.11.0 released | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+
+    </head>
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+        
+<nav class="mainmenu">
+    <div class="nav-logo">
+    <a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
+</div>
+
+    <div class="nav-container">
+    
+		
+    	
+        
+        
+		<!-- /start/quickstart.html || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2022/07/10/wicket-9.11.0-released.html -->
+		
+    	
+        
+    	<a href="/apache" class=" nav-items">Apache</a>
+    
+    </div>
+    <div class="nav-container  ">
+        <a href="https://github.com/apache/wicket" target="_blank"><i class="fa fa-github nav-items"></i></a>
+        <a href="https://twitter.com/apache_wicket" target="_blank"><i class="fa fa-twitter nav-items"></i></a>
+        <a href="https://builtwithwicket.tumblr.com" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
+    </div>    
+</nav>
+        
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 9.11.0 released</h1>
+            
+            
+            
+        </header>
+        <section class="toc left post ">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#using-this-release"><span class="toc-number">1</span> <span class="toc-text">Using this release</span></a></li><li class="toc--level-1 toc--section-2"><a href="#upgrading-from-earlier-versions"><span class="toc-number">2</span> <span class="toc-text">Upgrading from earlier versions</span></a><ul><li class="toc--level-2 toc--section-3"><a href="#this-release"><span class="toc-number">2.1</span> <span class="toc-text">This Release</span></a></li></ul></li></ul></div>
+        </section>
+        <section>
+            <div class="l-full">
+    <p class="meta">10 Jul 2022</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.11.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.11.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+
+<p>Or download and build the distribution yourself, or use our
+convenience binary package you can find here:</p>
+
+<ul>
+  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
+</ul>
+
+<!--more-->
+
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+
+<p>If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at</p>
+
+<ul>
+  <li>http://s.apache.org/wicket9migrate</li>
+</ul>
+
+<p>Have fun!</p>
+
+<p>— The Wicket team</p>
+
+<p>========================================================================</p>
+
+<h3 id="this-release">This Release</h3>
+
+<h4 id="changelog-for-9110">CHANGELOG for 9.11.0:</h4>
+
+<h5 id="bug">Bug</h5>
+
+<ul>
+  <li>[WICKET-6981] - InSessionPageStore does not trigger flushSession</li>
+  <li>[WICKET-6988] - String.format used in JS generation leads to errors</li>
+  <li>[WICKET-6990] - DiskPageStore loses pages when container re-binds attributes</li>
+</ul>
+
+<h5 id="improvement">Improvement</h5>
+
+<ul>
+  <li>[WICKET-6979] - Cut back slightly on some String instance creation in PageInfo and friends.</li>
+  <li>[WICKET-6982] - Unnecessary initialization of stateful pages in ListenerRequestHandler</li>
+  <li>[WICKET-6985] - Insufficient information logged by CheckingObjectOutputStream when delegation to Externalizable</li>
+  <li>[WICKET-6991] - ResourceAggregator is resizing the StringBuilder several times.</li>
+  <li>[WICKET-6992] - Reduce object creation and wasted memory in Url toString() methods</li>
+  <li>[WICKET-6994] - Make the servlet API a runtime provided dependency when using JPMS.</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/07/index.html b/content/news/2022/07/index.html
new file mode 100644
index 0000000..bbaa6bc
--- /dev/null
+++ b/content/news/2022/07/index.html
@@ -0,0 +1,444 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Monthly archive for July 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/07 -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2022/07 -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2022/07 -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2022/07 -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2022/07 -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2022/07 -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2022/07 -->
+		
+    	
+        
+    	<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 July 2022</h1>
+            
+            
+            
+        </header>
+        <div class="l-flex"> 
+	        <div class="l-two-third">
+	        
+<div class="news">
+	<h3>Apache Wicket 9.11.0 released</h3>
+  <p><small>10 Jul 2022</small></p>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.11.0!</p>
+
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments...</p>
+	<a href="/news/2022/07/10/wicket-9.11.0-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/07">July</a></li>
+	            
+	            <li><a href="/news/2022/05">May</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 00ac3b4..a86d851 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/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/news/index.html b/content/news/index.html
index 6198a0b..a47c3fd 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/07/10/wicket-9.11.0-released.html">Apache Wicket 9.11.0 released</h3>
+    <small>10 Jul 2022</small>
+	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.11.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at...
+	<a href="/news/2022/07/10/wicket-9.11.0-released.html">more</a></p>
+</article>
+
+  <article>
 	<h3 id="/news/2022/05/05/wicket-9.10.0-released.html">Apache Wicket 9.10.0 released</h3>
     <small>05 May 2022</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 9.10.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...
@@ -1940,6 +1947,8 @@
 	            <ul>
 	            <li><a href="/news/2022">All of 2022</a></li>
 	            
+	            <li><a href="/news/2022/07">July</a></li>
+	            
 	            <li><a href="/news/2022/05">May</a></li>
 	            
 	            <li><a href="/news/2022/04">April</a></li>
diff --git a/content/start/download.html b/content/start/download.html
index 55bb4f0..edda740 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.10.0</td>
+		<td>9.11.0</td>
 		<td>current, supported</td>
 	</tr>
 	<tr>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 21b5847..f93ff8f 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -209,7 +209,7 @@
         <select onchange="changeIt();" id="version">
     
     
-    	<option value="9.11.0-SNAPSHOT">9.11.0-SNAPSHOT</option>
+    	<option value="9.12.0-SNAPSHOT">9.12.0-SNAPSHOT</option>
     
     
     
@@ -229,7 +229,7 @@
     
     
     
-    	<option value="9.10.0" selected="selected">9.10.0</option>
+    	<option value="9.11.0" selected="selected">9.11.0</option>
     
     
     
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index 050fe75..f2fa8b0 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.10.0/CHANGELOG-9.x">change log</a>.</p>
+<a href="https://www.apache.org/dist/wicket/9.11.0/CHANGELOG-9.x">change log</a>.</p>
 
 <h2 id="download">Download</h2>
 
-<p>The most recent test version in this branch is: <strong>9.10.0</strong>. 
+<p>The most recent test version in this branch is: <strong>9.11.0</strong>. 
 You can test the current state of development using <a href="#maven">Maven</a> or <a href="#manually">download it manually</a>.</p>
 
 <h3 id="maven">Using Apache Maven</h3>
@@ -158,7 +158,7 @@
 <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.10.0<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.11.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
 
 <p>Add the snippet above to your project’s POM in the dependency
@@ -176,26 +176,26 @@
 from source:</p>
 
 <ul>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.10.0/apache-wicket-9.10.0.tar.gz">apache-wicket-9.10.0.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.10.0/apache-wicket-9.10.0.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.10.0/apache-wicket-9.10.0.tar.gz.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0/apache-wicket-9.11.0.tar.gz">apache-wicket-9.11.0.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.11.0/apache-wicket-9.11.0.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.11.0/apache-wicket-9.11.0.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.10.0/apache-wicket-9.10.0.zip">apache-wicket-9.10.0.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.10.0/apache-wicket-9.10.0.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.10.0/apache-wicket-9.10.0.zip.sha256">SHA-256</a>
+  <li>Download source <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0/apache-wicket-9.11.0.zip">apache-wicket-9.11.0.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.11.0/apache-wicket-9.11.0.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.11.0/apache-wicket-9.11.0.zip.sha256">SHA-256</a>
 )</li>
 </ul>
 
 <p>Or use the following links to get the pre-packaged binaries instead:</p>
 
 <ul>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.tar.gz">apache-wicket-9.10.0-bin.tar.gz</a>
-(<a href="https://www.apache.org/dist/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.tar.gz.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.tar.gz.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.tar.gz">apache-wicket-9.11.0-bin.tar.gz</a>
+(<a href="https://www.apache.org/dist/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.tar.gz.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.tar.gz.sha256">SHA-256</a>
 )</li>
-  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.zip">apache-wicket-9.10.0-bin.zip</a>
-(<a href="https://www.apache.org/dist/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.zip.asc">PGP</a>,
-<a href="https://www.apache.org/dist/wicket/9.10.0/binaries/apache-wicket-9.10.0-bin.zip.sha256">SHA-256</a>
+  <li>Download binaries <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.zip">apache-wicket-9.11.0-bin.zip</a>
+(<a href="https://www.apache.org/dist/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.zip.asc">PGP</a>,
+<a href="https://www.apache.org/dist/wicket/9.11.0/binaries/apache-wicket-9.11.0-bin.zip.sha256">SHA-256</a>
 )</li>
 </ul>