You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/12/04 23:49:28 UTC

[03/19] wicket-site git commit: WICKET-6049 updated links to example site

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/21/wicket-7-0-0-m6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/21/wicket-7-0-0-m6-released.html b/content/news/2015/06/21/wicket-7-0-0-m6-released.html
deleted file mode 100644
index b4086dc..0000000
--- a/content/news/2015/06/21/wicket-7-0-0-m6-released.html
+++ /dev/null
@@ -1,239 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.0.0-M6 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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/06/21/wicket-7-0-0-m6-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.0.0-M6 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">21 Jun 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
-<p>We have released another milestone release for Apache Wicket 7. We aim
-to finalise Wicket 7 over the coming months and request your help in
-testing the new major version.</p>
-<h3 id="caveats">Caveats</h3>
-<p>It is still a development version so expect API breaks to happen over
-the course of the coming milestone releases.</p>
-<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
-we are able to refactor the API. We will continue to use semver when we
-have made Wicket 7 final and maintain api compatibility between minor
-versions of Wicket 7.</p>
-<h3 id="requirements">Requirements</h3>
-<p>Wicket 7 requires the following:</p>
-<ul>
-  <li>Java 7</li>
-  <li>Servlet 3 compatible container</li>
-</ul>
-<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
-<h3 id="migration-guide">Migration guide</h3>
-<p>As usual we have a migration guide available online for people
-migrating their applications to Wicket 7. We will continue to update
-the guide as development progresses. If you find something that is not
-in the guide, please update the guide, or let us know so we can update
-the guide.</p>
-<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
-<h3 id="new-and-noteworthy">New and noteworthy</h3>
-<ul>
-  <li>
-    <p>New inline image support for the new data: protocol. See
-http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html
-for more information.</p>
-  </li>
-  <li>
-    <p>Added CSRF prevention measure to Wicket. The
-CsrfPreventionRequestCycleListener
-(http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html)
-will prevent requests coming from other origins than allowed from
-performing actions. See the JavaDoc for more information on this
-listener.</p>
-  </li>
-  <li>
-    <p>JQuery was upgraded to most recent version.</p>
-  </li>
-</ul>
-<h3 id="using-this-release">Using this release</h3>
-<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>7.0.0-M6<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</p>
-<ul>
-  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6</a></li>
-  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries</a></li>
-</ul>
-<h3 id="about-this-release">About this release</h3>
-<p>Below you can find the cryptographic signatures for the distributions
-and the release notes.</p>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>The signatures for the source release artefacts:</p>
-<p>Signature for apache-wicket-7.0.0-M6.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UXSmQCgtAb+JrBeiq4+OdbpbN22sy+/
-F3YAn2ZeQ4byJPdmc4m4K6LLgg41AWSU
-=xN5i
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.0.0-M6.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UUEsACgxiS2RQzuOi35Yw5C4c90KAFZ
-yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
-=KW/I
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-700-m6">CHANGELOG for 7.0.0-M6:</h4>
-<p>Release Notes - Wicket - Version 7.0.0-M6</p>
-<h4 id="bugs">Bugs</h4>
-<pre><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
-* [WICKET-5814] - CryptoMapper clears feedback messages
-* [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
-* [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
-* [WICKET-5825] - Deployment of wicket-examples.war fails in Tomcat
-* [WICKET-5828] - PageProvider not serializable
-* [WICKET-5834] - NPE in DefaultPropertyResolver
-* [WICKET-5835] - InlineEnclosure doesn't call child.configure() before updating its visilbity
-* [WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior
-* [WICKET-5838] - Last-modified header of external markup is ignored
-* [WICKET-5841] - continueToOriginalDestination() discards new cookies
-* [WICKET-5843] - CryptoMapper doesn't work with context relative UrlResourceReferences
-* [WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false
-* [WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment
-* [WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows
-* [WICKET-5853] - LongConverter converts some values greater than Long.MAX_VALUE
-* [WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory
-* [WICKET-5856] - StackOverFlowError when working with transparent containers
-* [WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)
-* [WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window
-* [WICKET-5861] - BigDecimalConverter does not allow parsing of values great than Double.MAX_VALUE
-* [WICKET-5862] - Wicket Container visibility bug
-* [WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure
-* [WICKET-5869] - Kittencaptcha doesn't calculate click y-coordinate correctly
-* [WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean
-* [WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags
-* [WICKET-5879] - Using an AjaxSubmitLink to hide its form results in an exception
-* [WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection
-* [WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.
-* [WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist
-* [WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters
-* [WICKET-5893] - CookieUtils should use the original response when saving a cookie
-* [WICKET-5895] - validateHeaders fails to detect missing head/body (regression)
-* [WICKET-5898] - StackOverflowError after form submit with a validation error
-* [WICKET-5900] - Add WicketTester support for IAjaxLink
-* [WICKET-5903] - Regression in mount resolution when using optional parameters
-* [WICKET-5904] - NPE after editing a markup file in debug mode
-* [WICKET-5906] - Use default on missing resource does not work
-* [WICKET-5908] - A new HtmlHeaderContainer is added each time a page instance is rendered
-* [WICKET-5910] - CGLib proxy should not intercept protected methods
-* [WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()
-* [WICKET-5912] - NPE in Page#hasInvisibleTransparentChild
-* [WICKET-5915] - The application can not find /META-INF/wicket/**.properties on Windows systems
-* [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
-* [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
-* [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
-* [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
-* [WICKET-5801] - Responsive Images
-* [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
-* [WICKET-5829] - rename PageSettings#recreateMountedPagesAfterExpiry
-* [WICKET-5831] - Improve unsafe Id reporting in the AbstractRepeater
-* [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
-* [WICKET-5833] - Add a way to get all opened web socket connections per user session
-* [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component
-* [WICKET-5859] - Add Hebrew and Arabic translations
-* [WICKET-5860] - Cross-Site Websocket Hijacking protection
-* [WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered
-* [WICKET-5865] - AjaxEditableLabel should implement IGenericComponent
-* [WICKET-5872] - wicket extensions initializer.properties for greek language
-* [WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message
-* [WICKET-5889] - Ability to not submit a nested form
-* [WICKET-5892] - add ClientProperties#isJavaScriptEnabled()
-* [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
-* [WICKET-5901] - Leaving veil when ajax processing ends with redirect
-* [WICKET-5905] - allow listening to Ajax calls before scheduling
-* [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
-</code></pre>
-<h4 id="new-feature">New Feature</h4>
-<pre><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
-* [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
-* [WICKET-5897] - Use the #isEnabled() method with validators
-* [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
-* [WICKET-5919] - Add support for CSRF prevention
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
-</code></pre>
-<h4 id="wish">Wish</h4>
-<pre><code>* [WICKET-5848] - Remove .settings folders of projects
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/21/wicket-7.0.0-M6-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/21/wicket-7.0.0-M6-released.html b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
new file mode 100644
index 0000000..74c6e0a
--- /dev/null
+++ b/content/news/2015/06/21/wicket-7.0.0-M6-released.html
@@ -0,0 +1,244 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.0.0-M6 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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/06/21/wicket-7.0.0-M6-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.0.0-M6 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">21 Jun 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
+<p>We have released another milestone release for Apache Wicket 7. We aim
+to finalise Wicket 7 over the coming months and request your help in
+testing the new major version.</p>
+<h3 id="caveats">Caveats</h3>
+<p>It is still a development version so expect API breaks to happen over
+the course of the coming milestone releases.</p>
+<h3 id="semantic-versioning">Semantic versioning</h3>
+<p>As we adopted semver Wicket 7 will be the first release since 6.0 where
+we are able to refactor the API. We will continue to use semver when we
+have made Wicket 7 final and maintain api compatibility between minor
+versions of Wicket 7.</p>
+<h3 id="requirements">Requirements</h3>
+<p>Wicket 7 requires the following:</p>
+<ul>
+  <li>Java 7</li>
+  <li>Servlet 3 compatible container</li>
+</ul>
+<p>You can’t mix wicket libraries from prior Wicket versions with Wicket 7.</p>
+<h3 id="migration-guide">Migration guide</h3>
+<p>As usual we have a migration guide available online for people
+migrating their applications to Wicket 7. We will continue to update
+the guide as development progresses. If you find something that is not
+in the guide, please update the guide, or let us know so we can update
+the guide.</p>
+<p>You can find the guide here: <a href="http://s.apache.org/wicket7migrate">http://s.apache.org/wicket7migrate</a></p>
+<h3 id="new-and-noteworthy">New and noteworthy</h3>
+<ul>
+  <li>
+    <p>New inline image support for the new data: protocol. See
+http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/markup/html/image/InlineImage.html
+for more information.</p>
+  </li>
+  <li>
+    <p>Added CSRF prevention measure to Wicket. The
+CsrfPreventionRequestCycleListener
+(http://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/protocol/http/CsrfPreventionRequestCycleListener.html)
+will prevent requests coming from other origins than allowed from
+performing actions. See the JavaDoc for more information on this
+listener.</p>
+  </li>
+  <li>
+    <p>JQuery was upgraded to most recent version.</p>
+  </li>
+</ul>
+<h3 id="using-this-release">Using this release</h3>
+<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>7.0.0-M6<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</p>
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries">http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M6/binaries</a></li>
+</ul>
+<h3 id="about-this-release">About this release</h3>
+<p>Below you can find the cryptographic signatures for the distributions
+and the release notes.</p>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>The signatures for the source release artefacts:</p>
+<p>Signature for apache-wicket-7.0.0-M6.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UXSmQCgtAb+JrBeiq4+OdbpbN22sy+/
+F3YAn2ZeQ4byJPdmc4m4K6LLgg41AWSU
+=xN5i
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.0.0-M6.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlWANLgACgkQJBX8W/xy/UUEsACgxiS2RQzuOi35Yw5C4c90KAFZ
+yPIAoMU7z9Go0pn5ZFKZwq+VDA0cvoh4
+=KW/I
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-700-m6">CHANGELOG for 7.0.0-M6:</h4>
+<p>Release Notes - Wicket - Version 7.0.0-M6</p>
+<h4 id="bugs">Bugs</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5790] - VariableInterpolator &amp; #getThrowExceptionOnMissingResource
+* [WICKET-5814] - CryptoMapper clears feedback messages
+* [WICKET-5816] - Apps can't use Application.setName instead of WicketFilter for e.g. JMX names
+* [WICKET-5822] - AjaxSelfUpdatingTimer stops working after ajax download
+* [WICKET-5825] - Deployment of wicket-examples.war fails in Tomcat
+* [WICKET-5828] - PageProvider not serializable
+* [WICKET-5834] - NPE in DefaultPropertyResolver
+* [WICKET-5835] - InlineEnclosure doesn't call child.configure() before updating its visilbity
+* [WICKET-5837] - JUnit tests may fail because of AbstractDefaultAjaxBehavior
+* [WICKET-5838] - Last-modified header of external markup is ignored
+* [WICKET-5841] - continueToOriginalDestination() discards new cookies
+* [WICKET-5843] - CryptoMapper doesn't work with context relative UrlResourceReferences
+* [WICKET-5845] - AuthenticatedWebSession.get() returns a new session with signedIn false
+* [WICKET-5850] - LazyInitProxyFactory causes NoClassDefFound org/apache/wicket/proxy/ILazyInitProxy in case of multimodule deployment
+* [WICKET-5851] - PackageResourceTest#packageResourceGuard test fails under Windows
+* [WICKET-5853] - LongConverter converts some values greater than Long.MAX_VALUE
+* [WICKET-5855] - RememberMe functionality seems to be broken after the change of the default crypt factory
+* [WICKET-5856] - StackOverFlowError when working with transparent containers
+* [WICKET-5857] - PagingNavigator invalid HTML (rel attribute on span tag)
+* [WICKET-5858] - AjaxRequestTarget.focusComponent does not work in modal window
+* [WICKET-5861] - BigDecimalConverter does not allow parsing of values great than Double.MAX_VALUE
+* [WICKET-5862] - Wicket Container visibility bug
+* [WICKET-5864] - Multipart Ajax form submit does not release the channel in case of connection failure
+* [WICKET-5869] - Kittencaptcha doesn't calculate click y-coordinate correctly
+* [WICKET-5870] - wicket-event-jquery.js: Wicket.Browser.isIE11() does not return boolean
+* [WICKET-5874] - WicketTester TagTester does not work as expected when using non self closing tags
+* [WICKET-5879] - Using an AjaxSubmitLink to hide its form results in an exception
+* [WICKET-5881] - NPE in FormComponent#updateCollectionModel in case of no converted input and unmodifiable collection
+* [WICKET-5883] - Feedback messages not cleared for invisible/disabled form components on submit.
+* [WICKET-5887] - wicket.xsd refers to non-existing xhtml.label:attlist
+* [WICKET-5891] - Parsing of ChinUnionPay credit card should use the first 6 characters
+* [WICKET-5893] - CookieUtils should use the original response when saving a cookie
+* [WICKET-5895] - validateHeaders fails to detect missing head/body (regression)
+* [WICKET-5898] - StackOverflowError after form submit with a validation error
+* [WICKET-5900] - Add WicketTester support for IAjaxLink
+* [WICKET-5903] - Regression in mount resolution when using optional parameters
+* [WICKET-5904] - NPE after editing a markup file in debug mode
+* [WICKET-5906] - Use default on missing resource does not work
+* [WICKET-5908] - A new HtmlHeaderContainer is added each time a page instance is rendered
+* [WICKET-5910] - CGLib proxy should not intercept protected methods
+* [WICKET-5911] - Re-rendering page after exception in render phase does not call onBeforeRender()
+* [WICKET-5912] - NPE in Page#hasInvisibleTransparentChild
+* [WICKET-5915] - The application can not find /META-INF/wicket/**.properties on Windows systems
+* [WICKET-5916] - StackOverflowError when calling getObject() from load() in LDM
+* [WICKET-5917] - Do not use jQuery's $ in String snippets in Java code
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5314] - AbstractAutoCompleteBehavior does not support AjaxChannels
+* [WICKET-5749] - Wicket-auth-roles should deal with resource authorization
+* [WICKET-5789] - Make org.apache.wicket.protocol.ws.javax.WicketServerEndpointConfig publicly visible
+* [WICKET-5801] - Responsive Images
+* [WICKET-5823] - DefaultAuthenticationStrategy should be modified to reduce copy/paste while extending it's functionality
+* [WICKET-5829] - rename PageSettings#recreateMountedPagesAfterExpiry
+* [WICKET-5831] - Improve unsafe Id reporting in the AbstractRepeater
+* [WICKET-5832] - Do not fail at CDI's ConversationPropagator when running in non-http thread
+* [WICKET-5833] - Add a way to get all opened web socket connections per user session
+* [WICKET-5840] - WicketTester doesn't support #clickLink() for ExternalLink component
+* [WICKET-5859] - Add Hebrew and Arabic translations
+* [WICKET-5860] - Cross-Site Websocket Hijacking protection
+* [WICKET-5863] - Overiding disableCaching in ServletWebResponse is ignored when responce is buffered
+* [WICKET-5865] - AjaxEditableLabel should implement IGenericComponent
+* [WICKET-5872] - wicket extensions initializer.properties for greek language
+* [WICKET-5875] - ComponentRenderer.renderComponent() unexpectedly produces a WicketRuntimeException when called with a nested Component which contains a nested wicket:message
+* [WICKET-5889] - Ability to not submit a nested form
+* [WICKET-5892] - add ClientProperties#isJavaScriptEnabled()
+* [WICKET-5894] - Support *.woff2 webfonts in SecurePackageResourceGuard as well
+* [WICKET-5901] - Leaving veil when ajax processing ends with redirect
+* [WICKET-5905] - allow listening to Ajax calls before scheduling
+* [WICKET-5921] - Provide a default implementation of IModelComparator that always returns false
+</code></pre>
+</div>
+<h4 id="new-feature">New Feature</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5819] - Support for HTML 5 media tags (audio / video)
+* [WICKET-5827] - Allow to apply multiple Javascript / CSS compressors
+* [WICKET-5897] - Use the #isEnabled() method with validators
+* [WICKET-5918] - Create an Image component that uses the new data: protocol (an InlineImage)
+* [WICKET-5919] - Add support for CSRF prevention
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5896] - Upgrade jQuery to latest stable versions (1.11.4 &amp; 2.1.3)
+</code></pre>
+</div>
+<h4 id="wish">Wish</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5848] - Remove .settings folders of projects
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/06/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index 98b9d27..7410380 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -52,14 +52,14 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.20.0!</p>
 <p>This release marks another minor release of Wicket 6. Starting
 with Wicket 6 we us...</p>
-	<a href="/news/2015/06/14/wicket-6-20-0-released.html">more</a></li>
+	<a href="/news/2015/06/14/wicket-6.20.0-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.0.0-M6 released</h3>
   <p><small>21 Jun 2015</small></p>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.0.0-M6!</p>
 <p>We have released another milestone relea...</p>
-	<a href="/news/2015/06/21/wicket-7-0-0-m6-released.html">more</a></li>
+	<a href="/news/2015/06/21/wicket-7.0.0-M6-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/28/wicket-7-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/28/wicket-7-0-released.html b/content/news/2015/07/28/wicket-7-0-released.html
deleted file mode 100644
index 9b3a338..0000000
--- a/content/news/2015/07/28/wicket-7-0-released.html
+++ /dev/null
@@ -1,91 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket v7.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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class="active"><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/07/28/wicket-7-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket v7.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">28 Jul 2015</p>
-    <p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.</p>
-<p>The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache™ Wicket™ v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
-This marks the seventh major release of the project that celebrated its 10 year anniversary last year.</p>
-<p>This framework allows Java developers to write web applications using components. 
-This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
-Wicket is a high performance framework processing billions of requests daily across the world.</p>
-<p>“With this release we have added a major improvement to our framework, making development with Wicket even easier.”, said Martijn Dashorst, Vice President of Apache Wicket.
-“By adding ‘Component Queuing’ we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.”</p>
-<p>“Other major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,” continued Martijn Dashorst.</p>
-<p>Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
-The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains <a href="https://s.apache.org/wicket7migrate">several documented API breaks</a>. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.</p>
-<h3 id="availability-and-oversight">Availability and Oversight</h3>
-<p>As with all Apache products, Apache Wicket software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project.
-A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases.
-Apache Wicket release notes, source code, documentation, and related resources are available at <a href="https://wicket.apache.org">https://wicket.apache.org</a>.</p>
-<h3 id="about-the-apache-software-foundation-asf">About The Apache Software Foundation (ASF)</h3>
-<p>Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server — the world’s most popular Web server software.
-Through the ASF’s meritocratic process known as “The Apache Way,” more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation’s official user conference, trainings, and expo.
-The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!.
-For more information, visit <a href="https://www.apache.org/">https://www.apache.org/</a>.</p>
-<p>“Apache”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation.
-All other brands and trademarks are the property of their respective owners.</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/28/wicket-7.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/28/wicket-7.0-released.html b/content/news/2015/07/28/wicket-7.0-released.html
new file mode 100644
index 0000000..6526d2b
--- /dev/null
+++ b/content/news/2015/07/28/wicket-7.0-released.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket v7.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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class="active"><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/07/28/wicket-7.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket v7.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">28 Jul 2015</p>
+    <p>The Apache Software Foundation announces Apache Wicket™ v7.0 Open Source Java web framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more.</p>
+<p>The Apache Software Foundation (ASF), the all-volunteer developers, stewards, and incubators of nearly 150 Open Source projects and initiatives, today announced Apache™ Wicket™ v7.0, the Open Source Java web framework for high performance, scalable, component oriented web applications. 
+This marks the seventh major release of the project that celebrated its 10 year anniversary last year.</p>
+<p>This framework allows Java developers to write web applications using components. 
+This way developers can reason about the user interface in user interface building blocks, making it easier to link specific user interactions to server-side code. 
+Wicket is a high performance framework processing billions of requests daily across the world.</p>
+<p>“With this release we have added a major improvement to our framework, making development with Wicket even easier.”, said Martijn Dashorst, Vice President of Apache Wicket.
+“By adding ‘Component Queuing’ we have divorced the strict relationship between the Java component classes and the markup. This has been a headache for many users and sparked one of the longest discussions on our community lists. We finally put this issue to bed.”</p>
+<p>“Other major improvements are the move towards Java 7, newer Java EE standards, security features and the addition of new components. Wicket now bundles a cross site request forgery (CSRF) prevention measure, and provides support for inline images using the data: protocol,” continued Martijn Dashorst.</p>
+<p>Apache Wicket v7.0 reflects over 2 years of development, testing and feedback from hundreds of knowledgable users, bringing a highly stable, production ready release of the popular web framework.
+The release consist of almost 300 features, improvements and fixes. In accordance with Semantic Versioning, this major release contains <a href="https://s.apache.org/wicket7migrate">several documented API breaks</a>. Following the Semantic Versioning standard, future minor releases of Wicket v7 will remain API compatible.</p>
+<h3 id="availability-and-oversight">Availability and Oversight</h3>
+<p>As with all Apache products, Apache Wicket software is released under the Apache License v2.0, and is overseen by a self-selected team of active contributors to the project.
+A Project Management Committee (PMC) guides the Project’s day-to-day operations, including community development and product releases.
+Apache Wicket release notes, source code, documentation, and related resources are available at <a href="https://wicket.apache.org">https://wicket.apache.org</a>.</p>
+<h3 id="about-the-apache-software-foundation-asf">About The Apache Software Foundation (ASF)</h3>
+<p>Established in 1999, the all-volunteer Foundation oversees nearly one hundred fifty leading Open Source projects, including Apache HTTP Server — the world’s most popular Web server software.
+Through the ASF’s meritocratic process known as “The Apache Way,” more than 350 individual Members and 3,000 Committers successfully collaborate to develop freely available enterprise-grade software, benefiting millions of users worldwide: thousands of software solutions are distributed under the Apache License; and the community actively participates in ASF mailing lists, mentoring initiatives, and ApacheCon, the Foundation’s official user conference, trainings, and expo.
+The ASF is a US 501(3)(c) not-for-profit charity, funded by individual donations and corporate sponsors including AMD, Basis Technology, Cloudera, Facebook, Google, IBM, HP, Hortonworks, Matt Mullenweg, Microsoft, PSW Group, SpringSource/VMware, and Yahoo!.
+For more information, visit <a href="https://www.apache.org/">https://www.apache.org/</a>.</p>
+<p>“Apache”, “Apache Wicket”, and “ApacheCon” are trademarks of The Apache Software Foundation.
+All other brands and trademarks are the property of their respective owners.</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/07/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index da75f4c..c028229 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -50,7 +50,7 @@
 	<h3>Apache Wicket v7.0 released</h3>
   <p><small>28 Jul 2015</small></p>
 	<p>The Apache Software Foundation...</p>
-	<a href="/news/2015/07/28/wicket-7-0-released.html">more</a></li>
+	<a href="/news/2015/07/28/wicket-7.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/24/wicket-1-5-14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/24/wicket-1-5-14-released.html b/content/news/2015/10/24/wicket-1-5-14-released.html
deleted file mode 100644
index d258911..0000000
--- a/content/news/2015/10/24/wicket-1-5-14-released.html
+++ /dev/null
@@ -1,92 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Wicket 1.5.14 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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/10/24/wicket-1-5-14-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Wicket 1.5.14 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">24 Oct 2015</p>
-    <p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<pre><code>CHANGELOG for 1.5.14:
-</code></pre>
-<p>** Bug</p>
-<pre><code>* [WICKET-5838] - Last-modified header of external markup is ignored
-* [WICKET-5927] - Velocity remote code execution
-* [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-<p>** Improvement</p>
-<pre><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-</code></pre>
-<ul>
-  <li>To use in Maven:</li>
-</ul>
-<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>1.5.14<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-<ul>
-  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.14">full distribution</a> (including sources)</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/24/wicket-1.5.14-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/24/wicket-1.5.14-released.html b/content/news/2015/10/24/wicket-1.5.14-released.html
new file mode 100644
index 0000000..c15b716
--- /dev/null
+++ b/content/news/2015/10/24/wicket-1.5.14-released.html
@@ -0,0 +1,95 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Wicket 1.5.14 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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/10/24/wicket-1.5.14-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Wicket 1.5.14 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">24 Oct 2015</p>
+    <p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>CHANGELOG for 1.5.14:
+</code></pre>
+</div>
+<p>** Bug</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+* [WICKET-5927] - Velocity remote code execution
+* [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
+* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+</code></pre>
+</div>
+<p>** Improvement</p>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+</code></pre>
+</div>
+<ul>
+  <li>To use in Maven:</li>
+</ul>
+<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>1.5.14<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+<ul>
+  <li>Download the <a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.14">full distribution</a> (including sources)</li>
+</ul>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/25/wicket-7-1-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7-1-0-released.html b/content/news/2015/10/25/wicket-7-1-0-released.html
deleted file mode 100644
index c4d662d..0000000
--- a/content/news/2015/10/25/wicket-7-1-0-released.html
+++ /dev/null
@@ -1,170 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 7.1.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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/10/25/wicket-7-1-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 7.1.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">25 Oct 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
-<p>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.</p>
-<h4 id="new-and-noteworthy">New and noteworthy</h4>
-<p>Significant improvement in performance while adding components to
-the component hierarchy. There was a regression in performance
-introduced by component queuing. The algorithm checked if there were
-any components to be dequeued, but did so in a O(n^2) way. This was
-fixed.</p>
-<p>Upon further investigation we found that adding components is O(n^2)
-since 1.3 (when memory was scarce and expensive). We fixed that and
-made it roughly O(1).</p>
-<p>This means that when you have a page with 10k components on it, the
-adding won’t slow you down any more, and the new way of adding
-components will scrape a few ms off your overall average response time.</p>
-<p>This release also fixes several bugs where head sections were not rendered,
-i18n JavaScript resources could not be loaded, Range: header parsing and
-a couple of component queuing issues.</p>
-<h4 id="using-this-release">Using this release</h4>
-<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>
-<dependency>
-    <groupid>org.apache.wicket</groupid>
-    <artifactid>wicket-core</artifactid>
-    <version>7.1.0</version>
-</dependency>
-<p>Or download and build the distribution yourself, or use our
-convenience binary package</p>
-<div class="highlight"><pre>
- * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0
- * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0/binaries
-</pre></div>
-<h4 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h4>
-<p>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</p>
-<ul>
-  <li>http://s.apache.org/wicket7migrate</li>
-</ul>
-<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
-<p>Signature for apache-wicket-7.1.0.zip:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UWlUgCbBKvmDioyZceDBykv52eWYNai
-b9AAn2AUlg5FotVMaQtOdtQsQfuy4X/D
-=Vuhh
------END PGP SIGNATURE-----
-</pre></div>
-<p>Signature for apache-wicket-7.1.0.tar.gz:</p>
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Comment: GPGTools - https://gpgtools.org
-iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
-6KUAnA0k2BVi5E//uw9RLm7MklYJOdV+
-=Za2v
------END PGP SIGNATURE-----
-</pre></div>
-<h4 id="changelog-for-710">CHANGELOG for 7.1.0:</h4>
-<h4 id="bug">Bug</h4>
-<pre><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
-* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
-* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
-* [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
-* [WICKET-5964] - Queuing a component within an enclosure
-* [WICKET-5965] - Queuing a component in head
-* [WICKET-5966] - ResourceUtils.getLocaleFromFilename can't handle minimized resources well
-* [WICKET-5967] - Unable to load i18n minified js
-* [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
-* [WICKET-5970] - UrlRenderer does not render fragments
-* [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
-* [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
-* [WICKET-5978] - LazyInitProxyFactory fills permgen space
-* [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
-* [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
-* [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
-* [WICKET-5988] - WICKET-5981 breaks forms inside borders
-* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with &lt;wicket:header-items&gt;&lt;/wicket:header&gt; placeholder
-* [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
-* [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
-* [WICKET-5995] - "Range" header parsing is broken
-* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
-* [WICKET-5997] - Compatibility problem with Websphere liberty profile
-* [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
-* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
-</code></pre>
-<h4 id="improvement">Improvement</h4>
-<pre><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
-* [WICKET-5971] - Code cleanup in ServletWebResponse
-* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
-* [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
-* [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
-* [WICKET-5986] - NumberTextField&lt;N&gt; should use Models for minimum, maximum and step
-</code></pre>
-<h4 id="task">Task</h4>
-<pre><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
-</code></pre>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/25/wicket-7.1.0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/25/wicket-7.1.0-released.html b/content/news/2015/10/25/wicket-7.1.0-released.html
new file mode 100644
index 0000000..072c093
--- /dev/null
+++ b/content/news/2015/10/25/wicket-7.1.0-released.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 7.1.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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/10/25/wicket-7.1.0-released.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 7.1.0 released</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">25 Oct 2015</p>
+    <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
+<p>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.</p>
+<h4 id="new-and-noteworthy">New and noteworthy</h4>
+<p>Significant improvement in performance while adding components to
+the component hierarchy. There was a regression in performance
+introduced by component queuing. The algorithm checked if there were
+any components to be dequeued, but did so in a O(n^2) way. This was
+fixed.</p>
+<p>Upon further investigation we found that adding components is O(n^2)
+since 1.3 (when memory was scarce and expensive). We fixed that and
+made it roughly O(1).</p>
+<p>This means that when you have a page with 10k components on it, the
+adding won’t slow you down any more, and the new way of adding
+components will scrape a few ms off your overall average response time.</p>
+<p>This release also fixes several bugs where head sections were not rendered,
+i18n JavaScript resources could not be loaded, Range: header parsing and
+a couple of component queuing issues.</p>
+<h4 id="using-this-release">Using this release</h4>
+<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>
+<dependency>
+    <groupid>org.apache.wicket</groupid>
+    <artifactid>wicket-core</artifactid>
+    <version>7.1.0</version>
+</dependency>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+<div class="highlight"><pre>
+ * Source: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0
+ * Binary: http://www.apache.org/dyn/closer.cgi/wicket/7.1.0/binaries
+</pre></div>
+<h4 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h4>
+<p>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</p>
+<ul>
+  <li>http://s.apache.org/wicket7migrate</li>
+</ul>
+<h4 id="the-signatures-for-the-source-release-artefacts">The signatures for the source release artefacts:</h4>
+<p>Signature for apache-wicket-7.1.0.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UWlUgCbBKvmDioyZceDBykv52eWYNai
+b9AAn2AUlg5FotVMaQtOdtQsQfuy4X/D
+=Vuhh
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-7.1.0.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+iEYEABECAAYFAlYldl4ACgkQJBX8W/xy/UXNzgCgtL4H8bRjZewltF1BX7H3F+Ph
+6KUAnA0k2BVi5E//uw9RLm7MklYJOdV+
+=Za2v
+-----END PGP SIGNATURE-----
+</pre></div>
+<h4 id="changelog-for-710">CHANGELOG for 7.1.0:</h4>
+<h4 id="bug">Bug</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE
+* [WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update
+* [WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11
+* [WICKET-5960] - Page header isn't rendered for pages where URL has changed during render
+* [WICKET-5964] - Queuing a component within an enclosure
+* [WICKET-5965] - Queuing a component in head
+* [WICKET-5966] - ResourceUtils.getLocaleFromFilename can't handle minimized resources well
+* [WICKET-5967] - Unable to load i18n minified js
+* [WICKET-5968] - CachingResourceLocator lookup key doesn't take strict into account
+* [WICKET-5970] - UrlRenderer does not render fragments
+* [WICKET-5973] - IllegalArgumentException 'bytes' cannot be negative. on opening Inspector
+* [WICKET-5975] - AjaxFallbackOrderByBorder wicketOrder[Up|Down|None] class missing
+* [WICKET-5978] - LazyInitProxyFactory fills permgen space
+* [WICKET-5980] - When using Servlet 3.0 filter Wicket calculates filter path wrong
+* [WICKET-5981] - Significant Performance Degradation From Wicket 6.20.0 to Wicket 7.0.0
+* [WICKET-5983] - O(n^2) complexity in MarkupContainer.add
+* [WICKET-5988] - WICKET-5981 breaks forms inside borders
+* [WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with &lt;wicket:header-items&gt;&lt;/wicket:header&gt; placeholder
+* [WICKET-5993] - AjaxButton - image is not shown even though type="image" is in html-template 
+* [WICKET-5994] - Mounted TemplateResourceReference throws  org.apache.wicket.WicketRuntimeException when https is used
+* [WICKET-5995] - "Range" header parsing is broken
+* [WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.
+* [WICKET-5997] - Compatibility problem with Websphere liberty profile
+* [WICKET-5999] - AjaxFormValidatingBehavior not updates initially hidden feedback component
+* [WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent
+</code></pre>
+</div>
+<h4 id="improvement">Improvement</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5948] - wicket-ajax.js probably doesn't traverse the children of &lt;div&gt; or &lt;span&gt;
+* [WICKET-5971] - Code cleanup in ServletWebResponse
+* [WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)
+* [WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)
+* [WICKET-5984] - ReplaceHandlerException lacks an accessor for the replacement RequestHandler
+* [WICKET-5986] - NumberTextField&lt;N&gt; should use Models for minimum, maximum and step
+</code></pre>
+</div>
+<h4 id="task">Task</h4>
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5951] - Upgrade Atmosphere to 2.2.8
+</code></pre>
+</div>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/10/index.html
----------------------------------------------------------------------
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index e5c0a27..1a2f2f9 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -50,14 +50,16 @@
 	<h3>Wicket 1.5.14 released</h3>
   <p><small>24 Oct 2015</small></p>
 	<p>This is the fourteenth maintenance release of the Wicket 1.5.x series. This release brings over 4 bug fixes and 1 improvement.</p>
-<pre><code>CHANGELOG for 1.5.14:
+<div class="highlighter-rouge">
+<pre class="highlight"><code>CHANGELOG for 1.5.14:
 </code></pre>
+</div>
 <p>** Bug</p>
-<pre><code>* [WICKET-5838] - Last-modified header of external markup is ignored
+<div class="highlighter-rouge"><pre class="highlight"><code>* [WICKET-5838] - Last-modified header of external markup is ignored
 * [WICKET-5927] - Velocity remote code execution
 * [WICKET-6000] - Wicket 1.5 DTD link on website does not point to valid location
-* [WICKET-6005] - WicketRuntimeException...</code></pre>
-	<a href="/news/2015/10/24/wicket-1-5-14-released.html">more</a></li>
+* [WICKET-6005] - WicketRuntimeException ...</code></pre></div>
+	<a href="/news/2015/10/24/wicket-1.5.14-released.html">more</a></li>
 </div>
 <div class="news">
 	<h3>Apache Wicket 7.1.0 released</h3>
@@ -65,7 +67,7 @@
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.1.0!</p>
 <p>This release marks another minor release of Wicket 7. We
 use semantic ...</p>
-	<a href="/news/2015/10/25/wicket-7-1-0-released.html">more</a></li>
+	<a href="/news/2015/10/25/wicket-7.1.0-released.html">more</a></li>
 </div>
         </div>
         <div class="l-one-third">

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/15/wicket-1-4-x-eol.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/15/wicket-1-4-x-eol.html b/content/news/2015/11/15/wicket-1-4-x-eol.html
deleted file mode 100644
index 9661ffd..0000000
--- a/content/news/2015/11/15/wicket-1-4-x-eol.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 1.4.x end of life | 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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/11/15/wicket-1-4-x-eol.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 1.4.x end of life</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">15 Nov 2015</p>
-    <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
-On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
-<p>This means that after 16 October 2015:
-- no more releases from the 1.4.x branch
-- bugs affecting only the 1.4.x branch will not be addressed
-- security vulnerability reports will not be checked against the 1.4.x branch
-- releases from the 1.5.x branch are highly unlikely
-- only security patches will be applied to the 1.5.x branch</p>
-<p>The Wicket Team</p>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/15/wicket-1.4.x-eol.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/15/wicket-1.4.x-eol.html b/content/news/2015/11/15/wicket-1.4.x-eol.html
new file mode 100644
index 0000000..bcb6bfe
--- /dev/null
+++ b/content/news/2015/11/15/wicket-1.4.x-eol.html
@@ -0,0 +1,78 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+        <title>Apache Wicket 1.4.x end of life | 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.3.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">
+    <ul>
+		<!-- /start/quickstart.html || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+		<!-- /start/download.html || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/start/download.html">Download</a></li>
+		<!-- /learn || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/learn">Documentation</a></li>
+		<!-- /help || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/help">Support</a></li>
+		<!-- /contribute || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/contribute">Contribute</a></li>
+		<!-- /community || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/community">Community</a></li>
+		<!-- /apache || /news/2015/11/15/wicket-1.4.x-eol.html -->
+    	<li class=""><a href="/apache">Apache</a></li>
+    </ul>
+</nav>
+        <div class="logo">
+    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
+</div>
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Apache Wicket 1.4.x end of life</h1>
+        </header>
+        <section class="l-one-third right">
+        </section>
+        <section class="l-two-third left">
+            <div class="l-full">
+    <p class="meta">15 Nov 2015</p>
+    <p>The Apache Wicket team announces that support for Apache Wicket 1.4.x ends on 16 November 2015.
+On the same day Wicket 1.5.x enters “security fixes” maintenance mode.</p>
+<p>This means that after 16 October 2015:
+- no more releases from the 1.4.x branch
+- bugs affecting only the 1.4.x branch will not be addressed
+- security vulnerability reports will not be checked against the 1.4.x branch
+- releases from the 1.5.x branch are highly unlikely
+- only security patches will be applied to the 1.5.x branch</p>
+<p>The Wicket Team</p>
+</div>
+        </section>
+    </div>
+</main>
+        <footer class="l-container">
+            <div class="l-full">
+    <img height="60px" src="/img/asf_logo.gif" style="float:left">
+    Copyright © 2015 — 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>
+        </footer>
+    </body>
+
+</html>

http://git-wip-us.apache.org/repos/asf/wicket-site/blob/f39616cb/content/news/2015/11/16/wicket-6-21-0-released.html
----------------------------------------------------------------------
diff --git a/content/news/2015/11/16/wicket-6-21-0-released.html b/content/news/2015/11/16/wicket-6-21-0-released.html
deleted file mode 100644
index c19df20..0000000
--- a/content/news/2015/11/16/wicket-6-21-0-released.html
+++ /dev/null
@@ -1,139 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta charset="utf-8">
-        <title>Apache Wicket 6.21.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.3.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">
-    <ul>
-		<!-- /start/quickstart.html || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/start/quickstart.html">Quick Start</a></li>
-		<!-- /start/download.html || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/start/download.html">Download</a></li>
-		<!-- /learn || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/learn">Documentation</a></li>
-		<!-- /help || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/help">Support</a></li>
-		<!-- /contribute || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/contribute">Contribute</a></li>
-		<!-- /community || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/community">Community</a></li>
-		<!-- /apache || /news/2015/11/16/wicket-6-21-0-released.html -->
-    	<li class=""><a href="/apache">Apache</a></li>
-    </ul>
-</nav>
-        <div class="logo">
-    <a href="/"><img src="/img/logo-apachewicket-white.svg" alt="Apache Wicket"></a>
-</div>
-    </div>
-</div>
-<main>
-    <div class="l-container">
-        <header class="l-full preamble">
-            <h1>Apache Wicket 6.21.0 released</h1>
-        </header>
-        <section class="l-one-third right">
-        </section>
-        <section class="l-two-third left">
-            <div class="l-full">
-    <p class="meta">16 Nov 2015</p>
-    <p>The Apache Wicket PMC is proud to announce Apache Wicket 6.21.0!</p>
-<p>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.</p>
-<h3 id="using-this-release">Using this release</h3>
-<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>6.21.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</p>
-<div class="highlight"><pre>
- * Source: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0)
- * Binary: [http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.21.0/binaries)
-</pre></div>
-<h3 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h3>
-<p>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</p>
-<ul>
-  <li><a href="https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0">migration to Wicket 6</a></li>
-</ul>
-<p>Have fun!</p>
-<p>— The Wicket team</p>
-<h3 id="this-release">This release</h3>
-<h4 id="changelog-for-6210">CHANGELOG for 6.21.0:</h4>
-<p>The following changes were made in Wicket for this release.</p>
-<h4 id="bug">Bug</h4>
-<ul>
-  <li>[WICKET-5882] - AutoComplete suggestion list disappear when I click on autoComplete scrollbar in IE</li>
-  <li>[WICKET-5898] - StackOverflowError after form submit with a validation error</li>
-  <li>[WICKET-5925] - wicket-examples DataTablePage is broken</li>
-  <li>[WICKET-5927] - Velocity remote code execution</li>
-  <li>[WICKET-5939] - AjaxEventBehavior should not lower-case the event name</li>
-  <li>[WICKET-5941] - Headers not rendered for components inside TransparentWebMarkupContainer on ajax update</li>
-  <li>[WICKET-5944] - CSRF prevention does not work with https URLs on the default port</li>
-  <li>[WICKET-5946] - JavaScript/Css PackageResource should use the same charset for compressing</li>
-  <li>[WICKET-5959] - HTML input placeholder text breaks AutoCompleteTextField in IE11</li>
-  <li>[WICKET-5960] - Page header isn’t rendered for pages where URL has changed during render</li>
-  <li>[WICKET-5968] - CachingResourceLocator lookup key doesn’t take strict into account</li>
-  <li>[WICKET-5970] - UrlRenderer does not render fragments</li>
-  <li>[WICKET-5973] - IllegalArgumentException ‘bytes’ cannot be negative. on opening Inspector</li>
-  <li>[WICKET-5978] - LazyInitProxyFactory fills permgen space</li>
-  <li>[WICKET-5989] - BaseWicketTester#startComponentInPage fails for pages with <wicket:header-items>&lt;/wicket:header&gt; placeholder</wicket:header-items></li>
-  <li>[WICKET-5994] - Mounted TemplateResourceReference throws org.apache.wicket.WicketRuntimeException when https is used</li>
-  <li>[WICKET-5996] - Mounted packages throw IllegalArgumentException when visiting base package url.</li>
-  <li>[WICKET-6005] - WicketRuntimeException from AjaxPagingNavigator#onAjaxEvent</li>
-</ul>
-<h4 id="improvement">Improvement</h4>
-<ul>
-  <li>[WICKET-5926] - Arquillian Support with Container ServletContext in BaseWicketTester/WicketTester.</li>
-  <li>[WICKET-5930] - Upgrade Atmosphere to 2.2.7</li>
-  <li>[WICKET-5932] - Allow empty column list for DataTable</li>
-  <li>[WICKET-5933] - Avoid serialization of untouched page after ajax request</li>
-  <li>[WICKET-5935] - IoC Guice: cache proxies and fail on creation when binding is missing</li>
-  <li>[WICKET-5945] - add a new topic/listener that notifies of Ajax calls done</li>
-  <li>[WICKET-5948] - wicket-ajax.js probably doesn’t traverse the children of &lt;div&gt; or <span></span></li>
-  <li>[WICKET-5955] - error from WebPage # reportMissingHead</li>
-  <li>[WICKET-5974] - Change AjaxPagingNavigator#onAjaxEvent() to only consider parent components that have setOutputMarkupId(true)</li>
-  <li>[WICKET-5976] - Improve the documentation of FeedbackMessages first(int level)</li>
-  <li>[WICKET-5986] - NumberTextField<n> should use Models for minimum, maximum and step</n></li>
-</ul>
-<h4 id="task">Task</h4>
-<ul>
-  <li>[WICKET-5951] - Upgrade Atmosphere to 2.2.8</li>
-</ul>
-</div>
-        </section>
-    </div>
-</main>
-        <footer class="l-container">
-            <div class="l-full">
-    <img height="60px" src="/img/asf_logo.gif" style="float:left">
-    Copyright © 2015 — 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>
-        </footer>
-    </body>
-
-</html>