http://git-wip-us.apache.org/repos/asf/wicket-site/blob/c5d32df7/content/atom.xml
----------------------------------------------------------------------
diff --git a/content/atom.xml b/content/atom.xml
index 9bdbc9e..7ca8985 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>2016-07-24T22:36:02+02:00</updated>
+    <updated>2016-08-05T16:11:03+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,7 +12,145 @@
  
 
     <entry>
-        <title>Apache Wicket 8.0.0-M1 released</title>
+        <title>Wicket 1.5.16 Released</title>
+        <link 
href="http://wicket.apache.org/news/2016/08/05/wicket-1.5.16-released.html"/>
+        <updated>2016-08-05T00:00:00+02:00</updated>
+        
<id>http://wicket.apache.org/news/2016/08/05/wicket-1.5.16-released</id>
+        <content type="html">&lt;p&gt;This is the sixteenth maintenance 
release of the Wicket 1.5.x series. This release brings over 2 bug 
fixes.&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;CHANGELOG for 1.5.16:
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;CVE-2013-2186: Disable (de)serialization of Commons FileUpload 
items.&lt;/li&gt;
+  &lt;li&gt;CVE-2016-3092: Apache Commons Fileupload information disclosure 
vulnerability&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h4 id=&quot;to-use-in-maven&quot;&gt;To use in Maven:&lt;/h4&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;1.5.16&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;h4 
id=&quot;download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1516-including-sources&quot;&gt;Download
 the &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.5.16&quot;&gt;full 
distribution&lt;/a&gt; (including sources)&lt;/h4&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Cve 2016 3092</title>
+        <link 
href="http://wicket.apache.org/news/2016/08/05/cve-2016-3092.html"/>
+        <updated>2016-08-05T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/08/05/cve-2016-3092</id>
+        <content type="html">&lt;p&gt;Severity: Important&lt;/p&gt;
+
+&lt;p&gt;Vendor:
+The Apache Software Foundation&lt;/p&gt;
+
+&lt;p&gt;Versions Affected:
+Apache Wicket 1.5.x, 6.x and 7.x&lt;/p&gt;
+
+&lt;p&gt;Description:&lt;/p&gt;
+
+&lt;p&gt;CVE-2016-3092: A malicious client can send file upload requests that 
cause the HTTP server
+using the Apache Commons Fileupload library to become unresponsive, preventing
+the server from servicing other requests.&lt;/p&gt;
+
+&lt;p&gt;This flaw is not exploitable beyond causing the code to loop expending
+CPU resources.&lt;/p&gt;
+
+&lt;p&gt;CVE-2013-2186:
+The DiskFileItem class in Apache Commons FileUpload allows remote attackers to 
write to arbitrary files via a NULL byte in a file name in a serialized 
instance.&lt;/p&gt;
+
+&lt;h2 
id=&quot;the-application-developers-are-recommended-to-upgrade-to&quot;&gt;The 
application developers are recommended to upgrade to:&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/08/05/wicket-1.5.16-released.html&quot;&gt;Apache Wicket 
1.5.16&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/07/21/wicket-6.24.0-released.html&quot;&gt;Apache Wicket 
6.24.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/07/21/wicket-7.4.0-released.html&quot;&gt;Apache Wicket 
7.4.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Since version 7.0.0 Apache Wicket does not embed Apache Commons 
FileUpload but uses it as a Maven dependency so an application can just update 
the dependency to version 1.3.2.&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket Team&lt;/p&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Wicket 1.5.16 released</title>
+        <link 
href="http://wicket.apache.org/news/2016/08/05/wicket-1.5.16-released.html"/>
+        <updated>2016-08-05T00:00:00+02:00</updated>
+        
<id>http://wicket.apache.org/news/2016/08/05/wicket-1.5.16-released</id>
+        <content type="html">&lt;p&gt;This is the sixteenth maintenance 
release of the Wicket 1.5.x series. This release brings over 2 bug 
fixes.&lt;/p&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;CHANGELOG for 1.5.16:
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
+
+&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;CVE-2013-2186: Disable (de)serialization of Commons FileUpload 
items.&lt;/li&gt;
+  &lt;li&gt;CVE-2016-3092: Apache Commons Fileupload information disclosure 
vulnerability&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h4 id=&quot;to-use-in-maven&quot;&gt;To use in Maven:&lt;/h4&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;1.5.16&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;h4 
id=&quot;download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1516-including-sources&quot;&gt;Download
 the &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.5.16&quot;&gt;full 
distribution&lt;/a&gt; (including sources)&lt;/h4&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>CVE-2016-3092 & CVE-2013-2186 Apache Commons Fileupload 
vulnerabilities</title>
+        <link 
href="http://wicket.apache.org/news/2016/08/05/cve-2016-3092.html"/>
+        <updated>2016-08-05T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/08/05/cve-2016-3092</id>
+        <content type="html">&lt;p&gt;Severity: Important&lt;/p&gt;
+
+&lt;p&gt;Vendor:
+The Apache Software Foundation&lt;/p&gt;
+
+&lt;p&gt;Versions Affected:
+Apache Wicket 1.5.x, 6.x and 7.x&lt;/p&gt;
+
+&lt;p&gt;Description:&lt;/p&gt;
+
+&lt;p&gt;CVE-2016-3092: A malicious client can send file upload requests that 
cause the HTTP server
+using the Apache Commons Fileupload library to become unresponsive, preventing
+the server from servicing other requests.&lt;/p&gt;
+
+&lt;p&gt;This flaw is not exploitable beyond causing the code to loop expending
+CPU resources.&lt;/p&gt;
+
+&lt;p&gt;CVE-2013-2186:
+The DiskFileItem class in Apache Commons FileUpload allows remote attackers to 
write to arbitrary files via a NULL byte in a file name in a serialized 
instance.&lt;/p&gt;
+
+&lt;h2 
id=&quot;the-application-developers-are-recommended-to-upgrade-to&quot;&gt;The 
application developers are recommended to upgrade to:&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/08/05/wicket-1.5.16-released.html&quot;&gt;Apache Wicket 
1.5.16&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/07/21/wicket-6.24.0-released.html&quot;&gt;Apache Wicket 
6.24.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;/news/2016/07/21/wicket-7.4.0-released.html&quot;&gt;Apache Wicket 
7.4.0&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;Since version 7.0.0 Apache Wicket does not embed Apache Commons 
FileUpload but uses it as a Maven dependency so an application can just update 
the dependency to version 1.3.2.&lt;/p&gt;
+
+&lt;p&gt;Apache Wicket Team&lt;/p&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Wicket 8.0.0 M1 Released</title>
         <link 
href="http://wicket.apache.org/news/2016/07/25/wicket-8.0.0-M1-released.html"/>
         <updated>2016-07-25T00:00:00+02:00</updated>
         
<id>http://wicket.apache.org/news/2016/07/25/wicket-8.0.0-M1-released</id>
@@ -222,7 +360,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   &lt;li&gt;[WICKET-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model&lt;/li&gt;
   &lt;li&gt;[WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel&lt;/li&gt;
   &lt;li&gt;[WICKET-5969] - Please give us access to PageTable.index pageId 
queue&lt;/li&gt;
-  &lt;li&gt;[WICKET-5986] - NumberTextField&lt;n&gt; should use Models for 
minimum, maximum and step&lt;/n&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-5986] - NumberTextField&lt;N&gt; should use Models for 
minimum, maximum and step&lt;/N&gt;&lt;/li&gt;
   &lt;li&gt;[WICKET-6015] - AjaxFallbackOrderByBorder/Link should support 
updateAjaxAttributes() idiom&lt;/li&gt;
   &lt;li&gt;[WICKET-6019] - Remove ‘final’ modifier for 
Localizer#getStringIgnoreSettings() methods&lt;/li&gt;
   &lt;li&gt;[WICKET-6023] - small tweak for component queuing for the 
AbstractRepeater&lt;/li&gt;
@@ -266,7 +404,7 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
   &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
   &lt;li&gt;[WICKET-6184] - Remove form argument from AjaxButton and AjaxLink 
callbacks&lt;/li&gt;
   &lt;li&gt;[WICKET-6188] - Use DynamicJQueryResourceReference by 
default&lt;/li&gt;
-  &lt;li&gt;[WICKET-6189] - Return Optional&lt;t&gt; from 
RequestCycle.find(Class&lt;t&gt;)&lt;/t&gt;&lt;/t&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6189] - Return Optional&lt;T&gt; from 
RequestCycle.find(Class&lt;T&gt;)&lt;/T&gt;&lt;/T&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h5 id=&quot;new-feature&quot;&gt;New Feature&lt;/h5&gt;
@@ -302,41 +440,53 @@ cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
     </entry>
 
     <entry>
-        <title>Apache Wicket 7.4.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released.html"/>
-        <updated>2016-07-21T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 7.4.0!&lt;/p&gt;
+        <title>Apache Wicket 8.0.0-M1 released</title>
+        <link 
href="http://wicket.apache.org/news/2016/07/25/wicket-8.0.0-M1-released.html"/>
+        <updated>2016-07-25T00:00:00+02:00</updated>
+        
<id>http://wicket.apache.org/news/2016/07/25/wicket-8.0.0-M1-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 8.0.0-M1!&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 7. We
+&lt;p&gt;This release marks the first milestone of the major release of Wicket 
8. We
 use semantic versioning for the development of Wicket, and as such no
 API breaks are present breaks are present in this release compared to
-7.0.0.&lt;/p&gt;
+8.0.0.&lt;/p&gt;
 
 &lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
 
+&lt;p&gt;&lt;strong&gt;Beside a lot of changes which were implemented in 
Apache Wicket 7, the new
+milestone of the major version of Apache Wicket 8 provides some 
+great features.&lt;/strong&gt;&lt;/p&gt;
+
 &lt;ul&gt;
   &lt;li&gt;
-    &lt;p&gt;improves stateless AJAX support by integrating the Wicket Stuff
-wicket-stateless module (WICKET-6183)&lt;/p&gt;
-  &lt;/li&gt;
-  &lt;li&gt;
-    &lt;p&gt;improves compatibility for playing videos on iOS devices due to 
missing
-media type in MediaComponent&lt;/p&gt;
+    &lt;p&gt;Lambda support for Models and Components (See “Lambda 
Expressions” chapter in the user guide)&lt;/p&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;p&gt;upgrades provided JQuery to 1.12.4 and 2.2.4&lt;/p&gt;
+    &lt;p&gt;NestedStringResourceLoader to replace nested keys within property 
files&lt;/p&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;p&gt;improves compatibility with CGLIB when using wicket-jmx&lt;/p&gt;
+    &lt;p&gt;A lot of bugfixes and improvements&lt;/p&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 
+&lt;p&gt;&lt;strong&gt;Features which were almost ready and will be available 
with 8.0.0-M2&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;PushBuilder API integration [WICKET-6194] 
+(See “Wicket HTTP/2 Support (Experimental)” chapter in the user 
guide)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Features which were set to “won’t 
fix”&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Microservices support (decoupled component usage) 
[WICKET-6112]&lt;/li&gt;
+&lt;/ul&gt;
+
 &lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
 
 &lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
@@ -345,25 +495,25 @@ 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;7.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;version&amp;gt;&lt;/span&gt;8.0.0-M1&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&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/8.0.0-M1/binaries&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&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 7.y.z this release is a drop in replacement. If
-you come from a version prior to 7.0.0, please read our Wicket 7
+&lt;p&gt;If you upgrade from 8.y.z this release is a drop in replacement. If
+you come from a version prior to 8.0.0, please read our Wicket 7
 migration guide found at&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;http://s.apache.org/wicket7migrate&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket8migration&quot;&gt;http://s.apache.org/wicket8migration&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
@@ -374,26 +524,26 @@ migration guide found at&lt;/p&gt;
 
 &lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
 
-&lt;p&gt;Signature for apache-wicket-7.4.0.zip:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-8.0.0-M1.zip:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
-QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
-=sPs0
+iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UV/wwCfa+/9cOB0KEOHB6vT41/ISIP/
+udAAoNM46vtM+T2RYU5uSV08fWjzUjiV
+=4pKN
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
-&lt;p&gt;Signature for apache-wicket-7.4.0.tar.gz:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-8.0.0-M1.tar.gz:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
-pS8AoINM8PFic38Lbf55tNmeegzROZYx
-=iTAS
+iEYEABECAAYFAld5Gc8ACgkQJBX8W/xy/UX5ngCgvckuOYDq+x6yVgTdDrhGskEz
+cTwAn0jMYcafuw0aHDATKwbTv8U3uZX1
+=9v6u
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
@@ -402,18 +552,87 @@ pS8AoINM8PFic38Lbf55tNmeegzROZYx
 
 &lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
 
-&lt;h4 id=&quot;changelog-for-740&quot;&gt;CHANGELOG for 7.4.0:&lt;/h4&gt;
+&lt;h4 id=&quot;changelog-for-800-m1&quot;&gt;CHANGELOG for 
8.0.0-M1:&lt;/h4&gt;
 
 &lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
 
 &lt;ul&gt;
+  &lt;li&gt;[WICKET-5836] - Update the version of clirr-maven-plugin (current 
2.6.1)&lt;/li&gt;
+  &lt;li&gt;[WICKET-5993] - AjaxButton - image is not shown even though 
type=”image” is in html-template&lt;/li&gt;
+  &lt;li&gt;[WICKET-5994] - Mounted TemplateResourceReference throws 
org.apache.wicket.WicketRuntimeException when https is used&lt;/li&gt;
+  &lt;li&gt;[WICKET-5995] - “Range” header parsing is broken&lt;/li&gt;
+  &lt;li&gt;[WICKET-5996] - Mounted packages throw IllegalArgumentException 
when visiting base package url.&lt;/li&gt;
+  &lt;li&gt;[WICKET-5997] - Compatibility problem with Websphere liberty 
profile&lt;/li&gt;
+  &lt;li&gt;[WICKET-5999] - AjaxFormValidatingBehavior not updates initially 
hidden feedback component&lt;/li&gt;
+  &lt;li&gt;[WICKET-6001] - Exception raised while refreshing a page with 
queued components missing in the markup&lt;/li&gt;
+  &lt;li&gt;[WICKET-6002] - FileUploadField makes form-component models become 
null on submit&lt;/li&gt;
+  &lt;li&gt;[WICKET-6005] - WicketRuntimeException from 
AjaxPagingNavigator#onAjaxEvent&lt;/li&gt;
+  &lt;li&gt;[WICKET-6006] - ModalWindow.closeCurrent() causes 414 status 
error&lt;/li&gt;
+  &lt;li&gt;[WICKET-6007] - PageableListView constructor argument and 
set/getItemsPerPage are inconsistent&lt;/li&gt;
+  &lt;li&gt;[WICKET-6010] - Downloading filenames containing ‘,’ or 
‘;’ gives problems&lt;/li&gt;
+  &lt;li&gt;[WICKET-6011] - NPE in case DebugBar is added to 
AjaxRequestTarget&lt;/li&gt;
+  &lt;li&gt;[WICKET-6013] - CLONE AjaxFallbackOrderByBorder 
wicketOrder[Up,Down,None] class missing in 7.1.0&lt;/li&gt;
+  &lt;li&gt;[WICKET-6014] - TransparentWebMarkupContainer breaks 
OnChangeAjaxBehavior for Select2&lt;/li&gt;
+  &lt;li&gt;[WICKET-6017] - Tests fail when executed with not expected 
locale&lt;/li&gt;
+  &lt;li&gt;[WICKET-6018] - TransparentWebMarkupContainer is not really 
“transparent”&lt;/li&gt;
+  &lt;li&gt;[WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL 
from the cache&lt;/li&gt;
+  &lt;li&gt;[WICKET-6021] - ConcurrentModificationException in 
MarkupContainer#iterator#next&lt;/li&gt;
+  &lt;li&gt;[WICKET-6024] - Possible issue with Border and 
LoadableDetachableModel in 7.1.0&lt;/li&gt;
+  &lt;li&gt;[WICKET-6026] - Problem in detecting child id on nested 
&lt;wicket:enclosure&gt;&lt;/wicket:enclosure&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6027] - Nested TransparentWebMarkupContainer, markup of 
inner component not found&lt;/li&gt;
+  &lt;li&gt;[WICKET-6028] - Detach called on enclosure component while it had 
a non-empty queue&lt;/li&gt;
+  &lt;li&gt;[WICKET-6031] - NPE in PackageResourceReference#getResource() when 
there is no request&lt;/li&gt;
+  &lt;li&gt;[WICKET-6032] - Wicket.Ajax.done() called twice on 
redirect&lt;/li&gt;
+  &lt;li&gt;[WICKET-6036] - Failure to process markup with nested tags inside 
a Label&lt;/li&gt;
+  &lt;li&gt;[WICKET-6037] - ModalWindow vulnerable to Javascript injection 
through title model&lt;/li&gt;
+  &lt;li&gt;[WICKET-6041] - Nested forms / parent FormComponents do not 
reflect updated model when nested form submitted&lt;/li&gt;
+  &lt;li&gt;[WICKET-6043] - Cannot set wicket:enclosure on queued component in 
ListView&lt;/li&gt;
+  &lt;li&gt;[WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior: Duplicate 
input values according to WICKET-5948&lt;/li&gt;
+  &lt;li&gt;[WICKET-6045] - ListView NullPointerException when viewSize is set 
explicitly&lt;/li&gt;
+  &lt;li&gt;[WICKET-6048] - German Translation for EqualInputValidator 
wrong&lt;/li&gt;
+  &lt;li&gt;[WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement) causes 
400 bad request&lt;/li&gt;
+  &lt;li&gt;[WICKET-6052] - CSS header contribution overlap&lt;/li&gt;
+  &lt;li&gt;[WICKET-6058] - Error in calculation of byte ranges&lt;/li&gt;
+  &lt;li&gt;[WICKET-6059] - TransparentWebMarkupContainer can not resolve 
autocomponents in its parent&lt;/li&gt;
+  &lt;li&gt;[WICKET-6062] - MockHttpSession should renew its id after 
invalidation&lt;/li&gt;
+  &lt;li&gt;[WICKET-6063] - Add support for WebSocketRequest#getUrl() and 
other properties which are available in the handshake request&lt;/li&gt;
+  &lt;li&gt;[WICKET-6064] - WebSocketResponse.sendRedirect could be supported 
with 
&lt;ajax-response&gt;&lt;redirect&gt;...&amp;lt;/&amp;gt;&amp;lt;/&amp;gt;&lt;/redirect&gt;&lt;/ajax-response&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6065] - Calling 
http://examples7x.wicket.apache.org/resourceaggregation/ generate Internal 
error&lt;/li&gt;
+  &lt;li&gt;[WICKET-6068] - The key RangeValidator.exact is not mapped in 
Application_de.properties&lt;/li&gt;
+  &lt;li&gt;[WICKET-6069] - OnChangeAjaxBehavior does not work if the url 
contains a request parameter with same name as wicket id&lt;/li&gt;
+  &lt;li&gt;[WICKET-6076] - Problem with queued components and 
enclosure&lt;/li&gt;
+  &lt;li&gt;[WICKET-6078] - Problem with queued components and auto 
linking&lt;/li&gt;
+  &lt;li&gt;[WICKET-6079] - Problem with queued components and label&lt;/li&gt;
+  &lt;li&gt;[WICKET-6080] - Encapsulation of 3 enclosures leads to 
WicketRuntimeException&lt;/li&gt;
+  &lt;li&gt;[WICKET-6084] - ajax request failure handler receives incorrect 
arguments&lt;/li&gt;
+  &lt;li&gt;[WICKET-6085] - AjaxTimerBehavior with failure handler cause 
memory leak in browser&lt;/li&gt;
+  &lt;li&gt;[WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper 
method scope: package - cannot create a custom implementation&lt;/li&gt;
+  &lt;li&gt;[WICKET-6088] - Problem with queued components and setting the 
model&lt;/li&gt;
+  &lt;li&gt;[WICKET-6091] - NPE in RequestLoggerRequestCycleListener when 
using native-websockets&lt;/li&gt;
+  &lt;li&gt;[WICKET-6094] - Find adequate ResourceReference with mount 
parameters&lt;/li&gt;
+  &lt;li&gt;[WICKET-6097] - JsonRequestLogger –&amp;gt; JsonMappingException 
–&amp;gt; StackOverflowError Infinite recursion&lt;/li&gt;
+  &lt;li&gt;[WICKET-6102] - StackoverflowError related to enclosures&lt;/li&gt;
+  &lt;li&gt;[WICKET-6108] - Closing a ModalWindow with jQuery 2.2.0 produces 
javascript errors&lt;/li&gt;
+  &lt;li&gt;[WICKET-6109] - Enclosure - “IllegalArgumentException: Argument 
‘markup’ may not be null” after app restart&lt;/li&gt;
+  &lt;li&gt;[WICKET-6111] - Empty redirect on redirect to home page if home 
page already shown&lt;/li&gt;
+  &lt;li&gt;[WICKET-6116] - Exception ‘A child already exists’ when 
backing to a page with some markups in a Border&lt;/li&gt;
+  &lt;li&gt;[WICKET-6129] - IRequestCycleListener not notified of all executed 
handlers&lt;/li&gt;
+  &lt;li&gt;[WICKET-6131] - IndexOutOfBoundsException in 
org.apache.wicket.core. request.mapper.CryptoMapper.decryptEntireUrl&lt;/li&gt;
+  &lt;li&gt;[WICKET-6133] - Failing test SpringBeanWithGenericsTest in 7.3.0.0 
SNAPSHOT&lt;/li&gt;
+  &lt;li&gt;[WICKET-6134] - NPE when using ListView with missing 
markup&lt;/li&gt;
+  &lt;li&gt;[WICKET-6135] - There is no good way to get POST body 
content&lt;/li&gt;
+  &lt;li&gt;[WICKET-6139] - AjaxButton forces rendering 
type=”button”&lt;/li&gt;
+  &lt;li&gt;[WICKET-6141] - Runtime Exception rendering ComponentTag with 
RelativePathPrefixHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6151] - DebugBar/PageSizeDebugPanel throws 
NullPointerException (need wrapper exception with more detail)&lt;/li&gt;
   &lt;li&gt;[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory&lt;/li&gt;
   &lt;li&gt;[WICKET-6155] - Newline in ModalWindow title&lt;/li&gt;
   &lt;li&gt;[WICKET-6157] - WicketTester and application servers are 
destroying app differently&lt;/li&gt;
   &lt;li&gt;[WICKET-6160] - Missing type for MediaComponent causing iOS 
devices not to be able to play videos&lt;/li&gt;
+  &lt;li&gt;[WICKET-6161] - SecuritySettings.setEnforceMounts() should be 
applicable for all kind of pages&lt;/li&gt;
   &lt;li&gt;[WICKET-6162] - Reload leads to unexpected RuntimeException 
‘Unable to find component with id’&lt;/li&gt;
   &lt;li&gt;[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions&lt;/li&gt;
   &lt;li&gt;[WICKET-6170] - Wrong requestmapper used for cache decorated 
resources&lt;/li&gt;
+  &lt;li&gt;[WICKET-6171] - Problem with nested dialog with multipart 
form&lt;/li&gt;
   &lt;li&gt;[WICKET-6172] - Inconsistent results from 
getTag[s]ByWicketId&lt;/li&gt;
   &lt;li&gt;[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute 
stop working&lt;/li&gt;
   &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined&lt;/li&gt;
@@ -422,55 +641,127 @@ pS8AoINM8PFic38Lbf55tNmeegzROZYx
   &lt;li&gt;[WICKET-6185] - Border body not reachable for visitors&lt;/li&gt;
   &lt;li&gt;[WICKET-6187] - Enclosures rendered twice in derived 
component&lt;/li&gt;
   &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to&lt;/li&gt;
-  &lt;li&gt;[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 
7&lt;/li&gt;
-  &lt;li&gt;[WICKET-6198] - Unable to disable a MultiFileUploadField&lt;/li&gt;
-  &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section 
HttpSessionDataStore - example code is not correct&lt;/li&gt;
-  &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link 
inclusion&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t 
expose setLocale(aLocale) method&lt;/li&gt;
-  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should 
return specials characters escaped like StringEscapeUtils.escapeHtml(s) 
does&lt;/li&gt;
-  &lt;li&gt;[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check 
in Component#createRequestHandler&lt;/li&gt;
-  &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
-  &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&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-6193] - NestedStringResourceLoader - replaces nested keys 
within property files&lt;/li&gt;
-&lt;/ul&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket 6.24.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released.html"/>
-        <updated>2016-07-21T00:00:00+02:00</updated>
-        
<id>http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 6.24.0!&lt;/p&gt;
-
+  &lt;li&gt;[WICKET-5866] - Reconsider generics of 
IConverterLocator#getConverter()&lt;/li&gt;
+  &lt;li&gt;[WICKET-5920] - roll a version of ListDataProvider implementing 
ISortableDetachable model&lt;/li&gt;
+  &lt;li&gt;[WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel&lt;/li&gt;
+  &lt;li&gt;[WICKET-5969] - Please give us access to PageTable.index pageId 
queue&lt;/li&gt;
+  &lt;li&gt;[WICKET-5986] - NumberTextField&lt;N&gt; should use Models for 
minimum, maximum and step&lt;/N&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6015] - AjaxFallbackOrderByBorder/Link should support 
updateAjaxAttributes() idiom&lt;/li&gt;
+  &lt;li&gt;[WICKET-6019] - Remove ‘final’ modifier for 
Localizer#getStringIgnoreSettings() methods&lt;/li&gt;
+  &lt;li&gt;[WICKET-6023] - small tweak for component queuing for the 
AbstractRepeater&lt;/li&gt;
+  &lt;li&gt;[WICKET-6029] - Make Border’s methods consistent with commit 
f14e03f&lt;/li&gt;
+  &lt;li&gt;[WICKET-6046] - Wicket Quickstart Example Application shows 
deployment memory leak in Tomcat&lt;/li&gt;
+  &lt;li&gt;[WICKET-6051] - Improve performance of CssUrlReplacer&lt;/li&gt;
+  &lt;li&gt;[WICKET-6053] - Allow to reuse the same application instance in 
several tests&lt;/li&gt;
+  &lt;li&gt;[WICKET-6054] - Provide a factory method for the WebSocketResponse 
&amp;amp; WebSocketRequest&lt;/li&gt;
+  &lt;li&gt;[WICKET-6060] - Deprecate 
org.apache.wicket.util.IProvider&lt;/li&gt;
+  &lt;li&gt;[WICKET-6061] - Improved PackageResource#getCacheKey&lt;/li&gt;
+  &lt;li&gt;[WICKET-6070] - Provide factory methods for WizardButtonBar 
buttons&lt;/li&gt;
+  &lt;li&gt;[WICKET-6072] - Improve the quickstart to make it easier to use 
JSR-356 web sockets&lt;/li&gt;
+  &lt;li&gt;[WICKET-6081] - Add “assertNotRequired” to the 
WicketTester&lt;/li&gt;
+  &lt;li&gt;[WICKET-6098] - Add logging to HttpSessionDataStore&lt;/li&gt;
+  &lt;li&gt;[WICKET-6100] - Upgrade jQuery to 1.12.3/2.2.3&lt;/li&gt;
+  &lt;li&gt;[WICKET-6103] - Synchronization on JSR 356 connection&lt;/li&gt;
+  &lt;li&gt;[WICKET-6104] - Rework AjaxFallback** components to use 
java.util.Optional for their #onEvent methods&lt;/li&gt;
+  &lt;li&gt;[WICKET-6106] - Propagate JSR 356 WebSocket connection error to a 
page&lt;/li&gt;
+  &lt;li&gt;[WICKET-6107] - Broadcast onClose event regardless of the JSR 356 
WebSocket connection closed state&lt;/li&gt;
+  &lt;li&gt;[WICKET-6110] - Add a message to StalePageException for better 
debugging&lt;/li&gt;
+  &lt;li&gt;[WICKET-6113] - Improve ResourceStreamResource API by passing 
Attributes to #getResourceStream()&lt;/li&gt;
+  &lt;li&gt;[WICKET-6114] - FormComponentPanel#clearInput() should delegate to 
its FormComponent children&lt;/li&gt;
+  &lt;li&gt;[WICKET-6115] - Provide default implementation of 
IDetachable#detach() in IModel&lt;/li&gt;
+  &lt;li&gt;[WICKET-6117] - Make IGenericComponent a mixin/trait so it could 
be easily reused in custom components&lt;/li&gt;
+  &lt;li&gt;[WICKET-6118] - Deprecate 
org.apache.wicket.util.IContextProvider&lt;/li&gt;
+  &lt;li&gt;[WICKET-6122] - Add .map to the list of allowed file extensions in 
SecurePackageResourceGuard&lt;/li&gt;
+  &lt;li&gt;[WICKET-6123] - Remove ‘abstract’ from ChainingModel&lt;/li&gt;
+  &lt;li&gt;[WICKET-6127] - Add metrics for request duration&lt;/li&gt;
+  &lt;li&gt;[WICKET-6128] - Add metrics for currently active 
sessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6130] - Make it easier to override parts of 
SystemMapper&lt;/li&gt;
+  &lt;li&gt;[WICKET-6132] - AbstractChoice#getChoices() should be 
final&lt;/li&gt;
+  &lt;li&gt;[WICKET-6137] - ListenerInterfaceRequestHandler 
simplification&lt;/li&gt;
+  &lt;li&gt;[WICKET-6140] - Ajax should prevent updating components which are 
not on page&lt;/li&gt;
+  &lt;li&gt;[WICKET-6144] - Wicket-ajax parameter / header may be used to 
bypass proper exception handling&lt;/li&gt;
+  &lt;li&gt;[WICKET-6145] - Enable DeltaManager to replicate PageTable in 
Sessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6146] - Provide default implementation of 
IRequestHandler#detach()&lt;/li&gt;
+  &lt;li&gt;[WICKET-6152] - Allow to add more than one WebSocketBehavior in 
the component tree&lt;/li&gt;
+  &lt;li&gt;[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t 
expose setLocale(aLocale) method&lt;/li&gt;
+  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should 
return specials characters escaped like StringEscapeUtils.escapeHtml(s) 
does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check 
in Component#createRequestHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
+  &lt;li&gt;[WICKET-6184] - Remove form argument from AjaxButton and AjaxLink 
callbacks&lt;/li&gt;
+  &lt;li&gt;[WICKET-6188] - Use DynamicJQueryResourceReference by 
default&lt;/li&gt;
+  &lt;li&gt;[WICKET-6189] - Return Optional&lt;T&gt; from 
RequestCycle.find(Class&lt;T&gt;)&lt;/T&gt;&lt;/T&gt;&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-5991] - Introduce models which use Java 8 
supplier/consumer&lt;/li&gt;
+  &lt;li&gt;[WICKET-6025] - Read resource files with Java’s NIO 
API&lt;/li&gt;
+  &lt;li&gt;[WICKET-6042] - Implementation of ExternalImage 
component&lt;/li&gt;
+  &lt;li&gt;[WICKET-6120] - Wicket Metrics&lt;/li&gt;
+  &lt;li&gt;[WICKET-6121] - use lambdas for columns&lt;/li&gt;
+  &lt;li&gt;[WICKET-6193] - NestedStringResourceLoader - replaces nested keys 
within property files&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;tasks&quot;&gt;Tasks&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-5990] - Upgrade Jetty usage in Wicket tests/quickstart to 
Jetty 9.3.x&lt;/li&gt;
+  &lt;li&gt;[WICKET-6004] - Wicket 8 cleanup - TODOs and deprecated 
methods&lt;/li&gt;
+  &lt;li&gt;[WICKET-6057] - Upgrade commons-collections to 4.1&lt;/li&gt;
+  &lt;li&gt;[WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0&lt;/li&gt;
+  &lt;li&gt;[WICKET-6119] - Deprecate HtmlDocumentValidator&lt;/li&gt;
+  &lt;li&gt;[WICKET-6147] - Remove the support for the deprecated 
/wicket.properties and /META-INF/wicket/**.properties&lt;/li&gt;
+  &lt;li&gt;[WICKET-6150] - Deprecate org.apache.wicket.util.crypt.Base64 and 
use java.util.Base64&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h5 id=&quot;wish&quot;&gt;Wish&lt;/h5&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;[WICKET-6067] - Provide an Ajax Behavior that prevents form submit 
on ENTER&lt;/li&gt;
+  &lt;li&gt;[WICKET-6095] - Multiline headers in DataTable&lt;/li&gt;
+&lt;/ul&gt;
+</content>
+    </entry>
+
+    <entry>
+        <title>Wicket 7.4.0 Released</title>
+        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 7.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 6. We
+&lt;p&gt;This release marks another minor release of Wicket 7. We
 use semantic versioning for the development of Wicket, and as such no
 API breaks are present breaks are present in this release compared to
-6.0.0.&lt;/p&gt;
+7.0.0.&lt;/p&gt;
 
 &lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
 
 &lt;ul&gt;
   &lt;li&gt;
-    &lt;p&gt;upgrades JQuery dependency to 1.12.4 and 2.2.4&lt;/p&gt;
+    &lt;p&gt;improves stateless AJAX support by integrating the Wicket Stuff
+wicket-stateless module (WICKET-6183)&lt;/p&gt;
   &lt;/li&gt;
   &lt;li&gt;
-    &lt;p&gt;increases performance when using 
KeyInSessionSunJceCryptFactory&lt;/p&gt;
+    &lt;p&gt;improves compatibility for playing videos on iOS devices due to 
missing
+media type in MediaComponent&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades provided JQuery to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves compatibility with CGLIB when using wicket-jmx&lt;/p&gt;
   &lt;/li&gt;
 &lt;/ul&gt;
 
@@ -482,25 +773,25 @@ 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;6.24.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;version&amp;gt;&lt;/span&gt;7.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&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&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 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
+&lt;p&gt;If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
 migration guide found at&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket6migration&quot;&gt;http://s.apache.org/wicket6migration&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;http://s.apache.org/wicket7migrate&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
@@ -511,26 +802,26 @@ migration guide found at&lt;/p&gt;
 
 &lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
 
-&lt;p&gt;Signature for apache-wicket-6.24.0.zip:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-7.4.0.zip:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
-JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
-=OALQ
+iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+=sPs0
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
-&lt;p&gt;Signature for apache-wicket-6.24.0.tar.gz:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-7.4.0.tar.gz:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
-QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
-=lDjk
+iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+pS8AoINM8PFic38Lbf55tNmeegzROZYx
+=iTAS
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
@@ -539,18 +830,28 @@ QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
 
 &lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
 
-&lt;h4 id=&quot;changelog-for-6240&quot;&gt;CHANGELOG for 6.24.0:&lt;/h4&gt;
+&lt;h4 id=&quot;changelog-for-740&quot;&gt;CHANGELOG for 7.4.0:&lt;/h4&gt;
 
 &lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
 
 &lt;ul&gt;
   &lt;li&gt;[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory&lt;/li&gt;
+  &lt;li&gt;[WICKET-6155] - Newline in ModalWindow title&lt;/li&gt;
+  &lt;li&gt;[WICKET-6157] - WicketTester and application servers are 
destroying app differently&lt;/li&gt;
+  &lt;li&gt;[WICKET-6160] - Missing type for MediaComponent causing iOS 
devices not to be able to play videos&lt;/li&gt;
+  &lt;li&gt;[WICKET-6162] - Reload leads to unexpected RuntimeException 
‘Unable to find component with id’&lt;/li&gt;
   &lt;li&gt;[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6170] - Wrong requestmapper used for cache decorated 
resources&lt;/li&gt;
   &lt;li&gt;[WICKET-6172] - Inconsistent results from 
getTag[s]ByWicketId&lt;/li&gt;
+  &lt;li&gt;[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute 
stop working&lt;/li&gt;
   &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined&lt;/li&gt;
   &lt;li&gt;[WICKET-6175] - Aautocomplete suggestion window is not closing in 
IE11&lt;/li&gt;
-  &lt;li&gt;[WICKET-6181] - Revert the removal of the default error message 
when uploading too big files&lt;/li&gt;
+  &lt;li&gt;[WICKET-6180] - JMX Initializer’s usage of CGLIB makes it 
impossible to upgrade to CGLIB 3.2.3&lt;/li&gt;
+  &lt;li&gt;[WICKET-6185] - Border body not reachable for visitors&lt;/li&gt;
+  &lt;li&gt;[WICKET-6187] - Enclosures rendered twice in derived 
component&lt;/li&gt;
   &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to&lt;/li&gt;
+  &lt;li&gt;[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 
7&lt;/li&gt;
+  &lt;li&gt;[WICKET-6198] - Unable to disable a MultiFileUploadField&lt;/li&gt;
   &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section 
HttpSessionDataStore - example code is not correct&lt;/li&gt;
   &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link 
inclusion&lt;/li&gt;
 &lt;/ul&gt;
@@ -558,45 +859,48 @@ QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
 &lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;[WICKET-6053] - Allow to reuse the same application instance in 
several tests&lt;/li&gt;
+  &lt;li&gt;[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t 
expose setLocale(aLocale) method&lt;/li&gt;
   &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should 
return specials characters escaped like StringEscapeUtils.escapeHtml(s) 
does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check 
in Component#createRequestHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
   &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&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-6193] - NestedStringResourceLoader - replaces nested keys 
within property files&lt;/li&gt;
+&lt;/ul&gt;
 </content>
     </entry>
 
     <entry>
-        <title>Apache Wicket 7.3.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/05/05/wicket-7.3.0-released.html"/>
-        <updated>2016-05-05T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2016/05/05/wicket-7.3.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 7.3.0!&lt;/p&gt;
+        <title>Wicket 6.24.0 Released</title>
+        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        
<id>http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 6.24.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 7. We
+&lt;p&gt;This release marks another minor release of Wicket 6. We
 use semantic versioning for the development of Wicket, and as such no
 API breaks are present breaks are present in this release compared to
-7.0.0.&lt;/p&gt;
+6.0.0.&lt;/p&gt;
 
 &lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
 
-&lt;h4 id=&quot;wicket-metrics-added&quot;&gt;Wicket Metrics added&lt;/h4&gt;
-
-&lt;p&gt;A new experimental module for integrating with &lt;a 
href=&quot;http://metrics.dropwizard.io/&quot;&gt;DropWizard’s 
Metrics&lt;/a&gt; project was created. 
-Metrics provides a powerful toolkit of ways to measure the behavior of 
critical components in your production environment. 
-Using the Metrics integration requires the use of AspectJ (which is licensed 
under the Eclipse Public License 1.0)&lt;/p&gt;
-
-&lt;p&gt;You can read more about using the Metrics integration in our user 
guide’s &lt;a 
href=&quot;https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#monitoring&quot;&gt;monitoring
 chapter&lt;/a&gt;.&lt;/p&gt;
-
-&lt;h4 id=&quot;jquery-upgrade&quot;&gt;jQuery upgrade&lt;/h4&gt;
-
-&lt;p&gt;Wicket ships standard with it’s own jQuery. With this release 
jQuery was upgraded to 1.12.3/2.2.3.&lt;/p&gt;
-
-&lt;!--more--&gt;
+&lt;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades JQuery dependency to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;increases performance when using 
KeyInSessionSunJceCryptFactory&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&gt;
 
 &lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
 
@@ -606,25 +910,25 @@ 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;7.3.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;version&amp;gt;&lt;/span&gt;6.24.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&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.3.0/binaries&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&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 7.y.z this release is a drop in replacement. If
-you come from a version prior to 7.0.0, please read our Wicket 7
+&lt;p&gt;If you upgrade from 6.y.z this release is a drop in replacement. If
+you come from a version prior to 6.0.0, please read our Wicket 6
 migration guide found at&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;http://s.apache.org/wicket7migrate&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket6migration&quot;&gt;http://s.apache.org/wicket6migration&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
@@ -635,26 +939,26 @@ migration guide found at&lt;/p&gt;
 
 &lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
 
-&lt;p&gt;Signature for apache-wicket-7.3.0.zip:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-6.24.0.zip:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UVP8ACgkHvmhm3RZ006jUfyW7o0DyUk
-gloAmgJ6YSA/owx3VLldI7LC/5DoZwQr
-=8TQC
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UU+KgCg1k+wBV51fa1YXIZWkObNA3WS
+JDcAn3nrxumEXqau3kMoFd3Nb2FpOHjz
+=OALQ
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
-&lt;p&gt;Signature for apache-wicket-7.3.0.tar.gz:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-6.24.0.tar.gz:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAlcd4ngACgkQJBX8W/xy/UXmDgCcCW9n15hdrKVKpona4SwaRtrM
-ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
-=tRv/
+iEYEABECAAYFAleLyQ4ACgkQJBX8W/xy/UXYFwCeP13OmmFBJqljbW5CKYwUbFSY
+QxEAnif6bikYEgoeNv7eBeUsoutC8Hp8
+=lDjk
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
@@ -663,96 +967,67 @@ ZJcAnREA/PnxMckF2HWqgeunp+siydFJ
 
 &lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
 
-&lt;h4 id=&quot;changelog-for-730&quot;&gt;CHANGELOG for 7.3.0:&lt;/h4&gt;
+&lt;h4 id=&quot;changelog-for-6240&quot;&gt;CHANGELOG for 6.24.0:&lt;/h4&gt;
 
 &lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6069&quot;&gt;WICKET-6069&lt;/a&gt;
 - OnChangeAjaxBehavior does not work if the url contains a request parameter 
with same name as wicket id&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6078&quot;&gt;WICKET-6078&lt;/a&gt;
 - Problem with queued components and auto linking&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6079&quot;&gt;WICKET-6079&lt;/a&gt;
 - Problem with queued components and label&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6080&quot;&gt;WICKET-6080&lt;/a&gt;
 - Encapsulation of 3 enclosures leads to WicketRuntimeException&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6084&quot;&gt;WICKET-6084&lt;/a&gt;
 - ajax request failure handler receives incorrect arguments&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6085&quot;&gt;WICKET-6085&lt;/a&gt;
 - AjaxTimerBehavior with failure handler cause memory leak in 
browser&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6087&quot;&gt;WICKET-6087&lt;/a&gt;
 - Invalid AbstractRequestWrapperFactory.needsWrapper method scope: package - 
cannot create a custom implementation&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6088&quot;&gt;WICKET-6088&lt;/a&gt;
 - Problem with queued components and setting the model&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6091&quot;&gt;WICKET-6091&lt;/a&gt;
 - NPE in RequestLoggerRequestCycleListener when using 
native-websockets&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6093&quot;&gt;WICKET-6093&lt;/a&gt;
 - MarkupException due to ID collision in RelativePathPrefixHandler&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6094&quot;&gt;WICKET-6094&lt;/a&gt;
 - Find adequate ResourceReference with mount parameters&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6097&quot;&gt;WICKET-6097&lt;/a&gt;
 - JsonRequestLogger –&amp;gt; JsonMappingException –&amp;gt; 
StackOverflowError Infinite recursion&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6102&quot;&gt;WICKET-6102&lt;/a&gt;
 - StackoverflowError related to enclosures&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6108&quot;&gt;WICKET-6108&lt;/a&gt;
 - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6109&quot;&gt;WICKET-6109&lt;/a&gt;
 - Enclosure - “IllegalArgumentException: Argument ‘markup’ may not be 
null” after app restart&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6111&quot;&gt;WICKET-6111&lt;/a&gt;
 - Empty redirect on redirect to home page if home page already shown&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6116&quot;&gt;WICKET-6116&lt;/a&gt;
 - Exception ‘A child already exists’ when backing to a page with some 
markups in a Border&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6131&quot;&gt;WICKET-6131&lt;/a&gt;
 - IndexOutOfBoundsException in 
org.apache.wicket.core.request.mapper.CryptoMapper.decryptEntireUrl&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6133&quot;&gt;WICKET-6133&lt;/a&gt;
 - Failing test SpringBeanWithGenericsTest in 7.3.0.0 SNAPSHOT&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6134&quot;&gt;WICKET-6134&lt;/a&gt;
 - NPE when using ListView with missing markup&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6135&quot;&gt;WICKET-6135&lt;/a&gt;
 - There is no good way to get POST body content&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6139&quot;&gt;WICKET-6139&lt;/a&gt;
 - AjaxButton forces rendering type=”button”&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6141&quot;&gt;WICKET-6141&lt;/a&gt;
 - Runtime Exception rendering ComponentTag with 
RelativePathPrefixHandler&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6151&quot;&gt;WICKET-6151&lt;/a&gt;
 - DebugBar/PageSizeDebugPanel throws NullPointerException (need wrapper 
exception with more detail)&lt;/li&gt;
+  &lt;li&gt;[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory&lt;/li&gt;
+  &lt;li&gt;[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6172] - Inconsistent results from 
getTag[s]ByWicketId&lt;/li&gt;
+  &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined&lt;/li&gt;
+  &lt;li&gt;[WICKET-6175] - Aautocomplete suggestion window is not closing in 
IE11&lt;/li&gt;
+  &lt;li&gt;[WICKET-6181] - Revert the removal of the default error message 
when uploading too big files&lt;/li&gt;
+  &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to&lt;/li&gt;
+  &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section 
HttpSessionDataStore - example code is not correct&lt;/li&gt;
+  &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link 
inclusion&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6053&quot;&gt;WICKET-6053&lt;/a&gt;
 - Allow to reuse the same application instance in several tests&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6081&quot;&gt;WICKET-6081&lt;/a&gt;
 - Add “assertNotRequired” to the WicketTester&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6098&quot;&gt;WICKET-6098&lt;/a&gt;
 - Add logging to HttpSessionDataStore&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6100&quot;&gt;WICKET-6100&lt;/a&gt;
 - Upgrade jQuery to 1.12.3/2.2.3&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6103&quot;&gt;WICKET-6103&lt;/a&gt;
 - Synchronization on JSR 356 connection&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6106&quot;&gt;WICKET-6106&lt;/a&gt;
 - Propagate JSR 356 WebSocket connection error to a page&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6107&quot;&gt;WICKET-6107&lt;/a&gt;
 - Broadcast onClose event regardless of the JSR 356 WebSocket connection 
closed state&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6110&quot;&gt;WICKET-6110&lt;/a&gt;
 - Add a message to StalePageException for better debugging&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6122&quot;&gt;WICKET-6122&lt;/a&gt;
 - Add .map to the list of allowed file extensions in 
SecurePackageResourceGuard&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6123&quot;&gt;WICKET-6123&lt;/a&gt;
 - Remove ‘abstract’ from ChainingModel&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6127&quot;&gt;WICKET-6127&lt;/a&gt;
 - Add metrics for request duration&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6128&quot;&gt;WICKET-6128&lt;/a&gt;
 - Add metrics for currently active sessions&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6130&quot;&gt;WICKET-6130&lt;/a&gt;
 - Make it easier to override parts of SystemMapper&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6144&quot;&gt;WICKET-6144&lt;/a&gt;
 - Wicket-ajax parameter / header may be used to bypass proper exception 
handling&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6145&quot;&gt;WICKET-6145&lt;/a&gt;
 - Enable DeltaManager to replicate PageTable in Sessions&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6152&quot;&gt;WICKET-6152&lt;/a&gt;
 - Allow to add more than one WebSocketBehavior in the component tree&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;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6120&quot;&gt;WICKET-6120&lt;/a&gt;
 - Wicket Metrics&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;wish&quot;&gt;Wish&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6095&quot;&gt;WICKET-6095&lt;/a&gt;
 - Multiline headers in DataTable&lt;/li&gt;
+  &lt;li&gt;[WICKET-6053] - Allow to reuse the same application instance in 
several tests&lt;/li&gt;
+  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should 
return specials characters escaped like StringEscapeUtils.escapeHtml(s) 
does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&lt;/li&gt;
 &lt;/ul&gt;
 </content>
     </entry>
 
     <entry>
-        <title>Apache Wicket 6.23.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/05/05/wicket-6.23.0-released.html"/>
-        <updated>2016-05-05T00:00:00+02:00</updated>
-        
<id>http://wicket.apache.org/news/2016/05/05/wicket-6.23.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 6.23.0!&lt;/p&gt;
+        <title>Apache Wicket 7.4.0 released</title>
+        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2016/07/21/wicket-7.4.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 7.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 6. We
+&lt;p&gt;This release marks another minor release of Wicket 7. We
 use semantic versioning for the development of Wicket, and as such no
 API breaks are present breaks are present in this release compared to
-6.0.0.&lt;/p&gt;
+7.0.0.&lt;/p&gt;
 
 &lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
 
-&lt;h4 id=&quot;jquery-upgrade&quot;&gt;jQuery upgrade&lt;/h4&gt;
-
-&lt;p&gt;Wicket ships standard with it’s own jQuery. With this release 
jQuery was upgraded to 1.12.3/2.2.3.&lt;/p&gt;
-
-&lt;!--more--&gt;
+&lt;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves stateless AJAX support by integrating the Wicket Stuff
+wicket-stateless module (WICKET-6183)&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves compatibility for playing videos on iOS devices due to 
missing
+media type in MediaComponent&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades provided JQuery to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;improves compatibility with CGLIB when using wicket-jmx&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&gt;
 
 &lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
 
@@ -762,25 +1037,25 @@ 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;6.23.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;version&amp;gt;&lt;/span&gt;7.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&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.23.0/binaries&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/7.4.0/binaries&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&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 6.y.z this release is a drop in replacement. If
-you come from a version prior to 6.0.0, please read our Wicket 6
+&lt;p&gt;If you upgrade from 7.y.z this release is a drop in replacement. If
+you come from a version prior to 7.0.0, please read our Wicket 7
 migration guide found at&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket6migrate&quot;&gt;http://s.apache.org/wicket6migrate&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket7migrate&quot;&gt;http://s.apache.org/wicket7migrate&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
@@ -791,442 +1066,194 @@ migration guide found at&lt;/p&gt;
 
 &lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
 
-&lt;p&gt;Signature for apache-wicket-6.23.0.zip:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-7.4.0.zip:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXj0ACgrhCPPnuW7xSd2p7zo6pxQKeU
-uC4AmwaavBtALbyC0w4eaK6qgOTTbTFa
-=thu6
+iEYEABECAAYFAleLztAACgkQJBX8W/xy/UU1tACgnetUeJcjAGegJJ175UMjq2z3
+QJAAnjLmcDjcUKGOd/hfBvdvXfo2RL2d
+=sPs0
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
-&lt;p&gt;Signature for apache-wicket-6.23.0.tar.gz:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-7.4.0.tar.gz:&lt;/p&gt;
 
 &lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iEYEABECAAYFAlcd7YkACgkQJBX8W/xy/UXWXQCeNWa8xIe4dtrXrognVudOonXf
-fPwAn2meYov9oWZ8C1rG4MG2Sc8LfvHa
-=7Anf
+iEYEABECAAYFAleLzs8ACgkQJBX8W/xy/UVNogCgvokjiIH8p/tH3FO27qW0uHfY
+pS8AoINM8PFic38Lbf55tNmeegzROZYx
+=iTAS
 -----END PGP SIGNATURE-----
 &lt;/code&gt;&lt;/pre&gt;
 &lt;/div&gt;
 
 &lt;p&gt;================================&lt;/p&gt;
 
-&lt;h3 id=&quot;changelog-for-6230&quot;&gt;CHANGELOG for 6.23.0&lt;/h3&gt;
-
-&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
+&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6108&quot;&gt;WICKET-6108&lt;/a&gt;
 - Closing a ModalWindow with jQuery 2.2.0 produces javascript errors&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6111&quot;&gt;WICKET-6111&lt;/a&gt;
 - Empty redirect on redirect to home page if home page already shown&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6131&quot;&gt;WICKET-6131&lt;/a&gt;
 - IndexOutOfBoundsException in org.apache.wicket.core. 
request.mapper.CryptoMapper.decryptEntireUrl&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6135&quot;&gt;WICKET-6135&lt;/a&gt;
 - There is no good way to get POST body content&lt;/li&gt;
-&lt;/ul&gt;
+&lt;h4 id=&quot;changelog-for-740&quot;&gt;CHANGELOG for 7.4.0:&lt;/h4&gt;
 
-&lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
+&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6098&quot;&gt;WICKET-6098&lt;/a&gt;
 - Add logging to HttpSessionDataStore&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6100&quot;&gt;WICKET-6100&lt;/a&gt;
 - Upgrade jQuery to 1.12.3/2.2.3&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6110&quot;&gt;WICKET-6110&lt;/a&gt;
 - Add a message to StalePageException for better debugging&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6122&quot;&gt;WICKET-6122&lt;/a&gt;
 - Add .map to the list of allowed file extensions in 
SecurePackageResourceGuard&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6123&quot;&gt;WICKET-6123&lt;/a&gt;
 - Remove ‘abstract’ from ChainingModel&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6144&quot;&gt;WICKET-6144&lt;/a&gt;
 - Wicket-ajax parameter / header may be used to bypass proper exception 
handling&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6145&quot;&gt;WICKET-6145&lt;/a&gt;
 - Enable DeltaManager to replicate PageTable in Sessions&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://issues.apache.org/jira/browse/WICKET-6152&quot;&gt;WICKET-6152&lt;/a&gt;
 - Allow to add more than one WebSocketBehavior in the component tree&lt;/li&gt;
+  &lt;li&gt;[WICKET-6154] - Performance bottleneck when using 
KeyInSessionSunJceCryptFactory&lt;/li&gt;
+  &lt;li&gt;[WICKET-6155] - Newline in ModalWindow title&lt;/li&gt;
+  &lt;li&gt;[WICKET-6157] - WicketTester and application servers are 
destroying app differently&lt;/li&gt;
+  &lt;li&gt;[WICKET-6160] - Missing type for MediaComponent causing iOS 
devices not to be able to play videos&lt;/li&gt;
+  &lt;li&gt;[WICKET-6162] - Reload leads to unexpected RuntimeException 
‘Unable to find component with id’&lt;/li&gt;
+  &lt;li&gt;[WICKET-6169] - NullPointerException accessing 
AbstractRequestLogger.getLiveSessions&lt;/li&gt;
+  &lt;li&gt;[WICKET-6170] - Wrong requestmapper used for cache decorated 
resources&lt;/li&gt;
+  &lt;li&gt;[WICKET-6172] - Inconsistent results from 
getTag[s]ByWicketId&lt;/li&gt;
+  &lt;li&gt;[WICKET-6173] - WICKET-6172 makes TagTester.createTagsByAttribute 
stop working&lt;/li&gt;
+  &lt;li&gt;[WICKET-6174] - Browser/Client info navigatorJavaEnabled property 
returns undefined&lt;/li&gt;
+  &lt;li&gt;[WICKET-6175] - Aautocomplete suggestion window is not closing in 
IE11&lt;/li&gt;
+  &lt;li&gt;[WICKET-6180] - JMX Initializer’s usage of CGLIB makes it 
impossible to upgrade to CGLIB 3.2.3&lt;/li&gt;
+  &lt;li&gt;[WICKET-6185] - Border body not reachable for visitors&lt;/li&gt;
+  &lt;li&gt;[WICKET-6187] - Enclosures rendered twice in derived 
component&lt;/li&gt;
+  &lt;li&gt;[WICKET-6191] - AjaxTimerBehavior will stop after ajax update of 
component it is attached to&lt;/li&gt;
+  &lt;li&gt;[WICKET-6196] - CheckingObjectOutputStream broken in Wicket 
7&lt;/li&gt;
+  &lt;li&gt;[WICKET-6198] - Unable to disable a MultiFileUploadField&lt;/li&gt;
+  &lt;li&gt;[WICKET-6202] - Guide: 26.1 Page storing, section 
HttpSessionDataStore - example code is not correct&lt;/li&gt;
+  &lt;li&gt;[WICKET-6204] - Copy only the provided attributes for Ajax link 
inclusion&lt;/li&gt;
 &lt;/ul&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>CVE-2015-7520 Apache Wicket XSS vulnerability</title>
-        <link 
href="http://wicket.apache.org/news/2016/03/02/cve-2015-7520.html"/>
-        <updated>2016-03-02T00:00:00+01:00</updated>
-        <id>http://wicket.apache.org/news/2016/03/02/cve-2015-7520</id>
-        <content type="html">&lt;p&gt;Severity: Important&lt;/p&gt;
-
-&lt;p&gt;Vendor:
-The Apache Software Foundation&lt;/p&gt;
 
-&lt;p&gt;Versions Affected:
-Apache Wicket 1.5.x, 6.x and 7.x&lt;/p&gt;
-
-&lt;p&gt;Description:&lt;/p&gt;
-
-&lt;p&gt;It is possible for JavaScript statements to break out of a 
RadioGroup’s 
-and CheckBoxMultipleChoice’s “value” attribute of &lt;code 
class=&quot;highlighter-rouge&quot;&gt;&amp;lt;input&amp;gt;&lt;/code&gt; 
elements&lt;/p&gt;
-
-&lt;p&gt;This might pose a security threat if the written JavaScript contains 
user provided data.&lt;/p&gt;
-
-&lt;h2 
id=&quot;the-application-developers-are-recommended-to-upgrade-to&quot;&gt;The 
application developers are recommended to upgrade to:&lt;/h2&gt;
+&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/02/19/wicket-1.5.15-released.html&quot;&gt;Apache Wicket 
1.5.15&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/02/19/wicket-6.22.0-released.html&quot;&gt;Apache Wicket 
6.22.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/01/20/wicket-7.2.0-released.html&quot;&gt;Apache Wicket 
7.2.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6153] - WicketTester’s MockHttpServletRequest doesn’t 
expose setLocale(aLocale) method&lt;/li&gt;
+  &lt;li&gt;[WICKET-6178] - MetaDataHeaderItem # generateString() should 
return specials characters escaped like StringEscapeUtils.escapeHtml(s) 
does&lt;/li&gt;
+  &lt;li&gt;[WICKET-6182] - Remove recreateBookmarkablePagesAfterExpiry check 
in Component#createRequestHandler&lt;/li&gt;
+  &lt;li&gt;[WICKET-6183] - Improve stateless support for AJAX&lt;/li&gt;
+  &lt;li&gt;[WICKET-6186] - Upgrade JQuery to 1.12.4/2.2.4&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;p&gt;Credit:
-This issue was reported by Canh Ngo!&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket Team&lt;/p&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>CVE-2015-5347 Apache Wicket XSS vulnerability</title>
-        <link 
href="http://wicket.apache.org/news/2016/03/01/cve-2015-5347.html"/>
-        <updated>2016-03-01T00:00:00+01:00</updated>
-        <id>http://wicket.apache.org/news/2016/03/01/cve-2015-5347</id>
-        <content type="html">&lt;p&gt;Severity: Important&lt;/p&gt;
-
-&lt;p&gt;Vendor:
-The Apache Software Foundation&lt;/p&gt;
-
-&lt;p&gt;Versions Affected:
-Apache Wicket 1.5.x, 6.x and 7.x&lt;/p&gt;
-
-&lt;p&gt;Description:&lt;/p&gt;
-
-&lt;p&gt;It is possible for JavaScript statements to break out of a 
ModalWindow’s 
-title - only quotes are escaped in the JavaScript settings object, allowing 
JavaScript
-to be injected into the markup.&lt;/p&gt;
-
-&lt;p&gt;This might pose a security threat if the written JavaScript contains 
user provided data.&lt;/p&gt;
-
-&lt;p&gt;The title is now escaped by default, this can be disabled explicitly 
via
-  modalWindow.setEscapeModelStrings(false).&lt;/p&gt;
-
-&lt;h2 
id=&quot;the-application-developers-are-recommended-to-upgrade-to&quot;&gt;The 
application developers are recommended to upgrade to:&lt;/h2&gt;
+&lt;h5 id=&quot;new-feature&quot;&gt;New Feature&lt;/h5&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/02/19/wicket-1.5.15-released.html&quot;&gt;Apache Wicket 
1.5.15&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/02/19/wicket-6.22.0-released.html&quot;&gt;Apache Wicket 
6.22.0&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;/news/2016/01/20/wicket-7.2.0-released.html&quot;&gt;Apache Wicket 
7.2.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;[WICKET-6193] - NestedStringResourceLoader - replaces nested keys 
within property files&lt;/li&gt;
 &lt;/ul&gt;
-
-&lt;p&gt;Credit:
-This issue was reported by Tobias Gierke!&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket Team&lt;/p&gt;
 </content>
     </entry>
 
     <entry>
-        <title>Apache Wicket 6.22.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/02/19/wicket-6.22.0-released.html"/>
-        <updated>2016-02-19T00:00:00+01:00</updated>
-        
<id>http://wicket.apache.org/news/2016/02/19/wicket-6.22.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 6.22.0!&lt;/p&gt;
+        <title>Apache Wicket 6.24.0 released</title>
+        <link 
href="http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released.html"/>
+        <updated>2016-07-21T00:00:00+02:00</updated>
+        
<id>http://wicket.apache.org/news/2016/07/21/wicket-6.24.0-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 6.24.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 6. We
 use semantic versioning for the development of Wicket, and as such no
 API breaks are present breaks are present in this release compared to
 6.0.0.&lt;/p&gt;
 
-&lt;h3 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h3&gt;
+&lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;
+    &lt;p&gt;upgrades JQuery dependency to 1.12.4 and 2.2.4&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;increases performance when using 
KeyInSessionSunJceCryptFactory&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
 
 &lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
 update any other dependencies on Wicket projects to the same 
version):&lt;/p&gt;
 
 &lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code 
class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span
 class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-&lt;span 
class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;6.22.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;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;6.24.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&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.22.0&quot;&gt;Sources&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;&lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.22.0/binaries&quot;&gt;Binaries&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Source: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&quot;&gt;http://www.apache.org/dyn/closer.cgi/wicket/6.24.0/binaries&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
-&lt;h3 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h3&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 6.y.z this release is a drop in replacement. If
 you come from a version prior to 6.0.0, please read our Wicket 6
 migration guide found at&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;&lt;a 
href=&quot;https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0&quot;&gt;migration
 to Wicket 6&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;&lt;a 
href=&quot;http://s.apache.org/wicket6migration&quot;&gt;http://s.apache.org/wicket6migration&lt;/a&gt;&lt;/li&gt;
 &lt;/ul&gt;
 
 &lt;p&gt;Have fun!&lt;/p&gt;
 
 &lt;p&gt;— The Wicket team&lt;/p&gt;
 
-&lt;h3 id=&quot;this-release&quot;&gt;This release&lt;/h3&gt;
-
-&lt;h4 id=&quot;changelog-for-6220&quot;&gt;CHANGELOG for 6.22.0:&lt;/h4&gt;
-
-&lt;p&gt;The following changes were made in Wicket for this release.&lt;/p&gt;
-
-&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6006] - ModalWindow.closeCurrent() causes 414 status 
error&lt;/li&gt;
-  &lt;li&gt;[WICKET-6017] - Tests fail when executed with not expected 
locale&lt;/li&gt;
-  &lt;li&gt;[WICKET-6020] - GuiceFieldValueFactory returns the NULL_SENTINEL
-from the cache&lt;/li&gt;
-  &lt;li&gt;[WICKET-6030] - Support 
/META-INF/services/org.apache.wicket.IInitializer (backport to 6.x)&lt;/li&gt;
-  &lt;li&gt;[WICKET-6032] - Wicket.Ajax.done() called twice on 
redirect&lt;/li&gt;
-  &lt;li&gt;[WICKET-6037] - ModalWindow vulnerable to Javascript injection 
through title model&lt;/li&gt;
-  &lt;li&gt;[WICKET-6040] - DebugBar not serializable exception&lt;/li&gt;
-  &lt;li&gt;[WICKET-6044] - AjaxFormChoiceComponentUpdatingBehavior: Duplicate 
input values according to WICKET-5948&lt;/li&gt;
-  &lt;li&gt;[WICKET-6048] - German Translation for EqualInputValidator 
wrong&lt;/li&gt;
-  &lt;li&gt;[WICKET-6050] - Wicket Ajax (Wicket.From.serializeElement) causes 
400 bad request&lt;/li&gt;
-  &lt;li&gt;[WICKET-6052] - CSS header contribution overlap&lt;/li&gt;
-  &lt;li&gt;[WICKET-6062] - MockHttpSession should renew its id after 
invalidation&lt;/li&gt;
-  &lt;li&gt;[WICKET-6063] - Add support for WebSocketRequest#getUrl() and 
other properties which are available in the handshake request&lt;/li&gt;
-  &lt;li&gt;[WICKET-6064] - WebSocketResponse.sendRedirect could be supported 
with 
&lt;ajax-response&gt;&lt;redirect&gt;...&amp;lt;/&amp;gt;&amp;lt;/&amp;gt;&lt;/redirect&gt;&lt;/ajax-response&gt;&lt;/li&gt;
-  &lt;li&gt;[WICKET-6068] - The key RangeValidator.exact is not mapped in 
Application_de.properties&lt;/li&gt;
-  &lt;li&gt;[WICKET-6069] - OnChangeAjaxBehavior does not work if the url 
contains a request parameter with same name as wicket id&lt;/li&gt;
-  &lt;li&gt;[WICKET-6084] - ajax request failure handler receives incorrect 
arguments&lt;/li&gt;
-  &lt;li&gt;[WICKET-6085] - AjaxTimerBehavior with failure handler cause 
memory leak in browser&lt;/li&gt;
-  &lt;li&gt;[WICKET-6087] - Invalid AbstractRequestWrapperFactory.needsWrapper 
method scope: package - cannot create a custom implementation&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4 id=&quot;improvement&quot;&gt;Improvement&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-5950] - Model and GenericBaseModel could both implement 
IObjectClassAwareModel&lt;/li&gt;
-  &lt;li&gt;[WICKET-5969] - Please give us access to PageTable.index pageId 
queue&lt;/li&gt;
-  &lt;li&gt;[WICKET-6019] - Remove ‘final’ modifier for 
Localizer#getStringIgnoreSettings() methods&lt;/li&gt;
-  &lt;li&gt;[WICKET-6051] - Improve performance of CssUrlReplacer&lt;/li&gt;
-  &lt;li&gt;[WICKET-6054] - Provide a factory method for the WebSocketResponse 
&amp;amp; WebSocketRequest&lt;/li&gt;
-  &lt;li&gt;[WICKET-6073] - Use NIO Jetty connector for the 
quickstart&lt;/li&gt;
-  &lt;li&gt;[WICKET-6081] - Add “assertNotRequired” to the 
WicketTester&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4 id=&quot;task&quot;&gt;Task&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6071] - Upgrade jQuery to 1.12 / 2.2.0&lt;/li&gt;
-&lt;/ul&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>Wicket 1.5.15 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/02/19/wicket-1.5.15-released.html"/>
-        <updated>2016-02-19T00:00:00+01:00</updated>
-        
<id>http://wicket.apache.org/news/2016/02/19/wicket-1.5.15-released</id>
-        <content type="html">&lt;p&gt;This is the fifteenth maintenance 
release of the Wicket 1.5.x series. This release brings over 2 bug 
fixes.&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;CHANGELOG for 1.5.15:
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;h4 id=&quot;bug&quot;&gt;Bug&lt;/h4&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6037] - ModalWindow vulnerable to Javascript injection 
through title model&lt;/li&gt;
-  &lt;li&gt;Escape the generated markup for attribute names and values in 
CheckBoxMultipleChoice and RadioChoice&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h4 id=&quot;to-use-in-maven&quot;&gt;To use in Maven:&lt;/h4&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;1.5.15&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;h4 
id=&quot;download-the-full-distributionhttpwwwapacheorgdynclosercgiwicket1515-including-sources&quot;&gt;Download
 the &lt;a 
href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/1.5.15&quot;&gt;full 
distribution&lt;/a&gt; (including sources)&lt;/h4&gt;
-</content>
-    </entry>
-
-    <entry>
-        <title>Apache Wicket 7.2.0 released</title>
-        <link 
href="http://wicket.apache.org/news/2016/01/20/wicket-7.2.0-released.html"/>
-        <updated>2016-01-20T00:00:00+01:00</updated>
-        <id>http://wicket.apache.org/news/2016/01/20/wicket-7.2.0-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to 
announce Apache Wicket 7.2.0!&lt;/p&gt;
-
-&lt;p&gt;This release marks another minor release of Wicket 7. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present breaks are present in this release compared to
-7.0.0.&lt;/p&gt;
-
-&lt;h4 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h4&gt;
-
-&lt;p&gt;In this version two new features have been implemented. The first
-features is to read resources from out of file systems with Java’s
-NIO API, which also allows you to write own file systems.&lt;/p&gt;
-
-&lt;p&gt;As an example you can read audio files from within a folder of
-a ZIP file without extracting it and stream it directly to the
-client.&lt;/p&gt;
-
-&lt;p&gt;The second feature is to load images from external servers.&lt;/p&gt;
-
-&lt;p&gt;In addition a lot of bugs has been fixed regarding ajax and 
enclosures.&lt;/p&gt;
-
-&lt;h4 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h4&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;7.2.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&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
- * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.2.0
- * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.2.0/binaries
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;h4 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from 
earlier versions&lt;/h4&gt;
-
-&lt;p&gt;If you upgrade from 7.y.z this release is a drop in replacement. If
-you come from a version prior to 7.0.0, please read our Wicket 7
-migration guide found at&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket7migrate&lt;/li&gt;
-&lt;/ul&gt;
+&lt;p&gt;================================&lt;/p&gt;
 
-&lt;h4 id=&quot;the-signatures-for-the-source-release-artefacts&quot;&gt;The 
signatures for the source release artefacts:&lt;/h4&gt;
+&lt;p&gt;The signatures for the source release artefacts:&lt;/p&gt;
 
-&lt;p&gt;Signature for apache-wicket-7.2.0.zip:&lt;/p&gt;
+&lt;p&gt;Signature for apache-wicket-6.24.0.zip:&lt;/p&gt;
 
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;-----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - https://gpgtools.org
 
-iQIcBAABCgAGBQJWqyoKAAoJENaEKd8Bv4IClgYP/i9tJKKFIcz4uB4BLrej41HS
-oy8w7iBEAt+PbNU5QeCRJawiGLfuc8Wb

<TRUNCATED>

Reply via email to