This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/wicket-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3897dd8 Added announcement and download page for Wicket 9.0.0-M1
3897dd8 is described below
commit 3897dd84387756c8c5dc6b2ac952634020806807
Author: Andrea Del Bene <[email protected]>
AuthorDate: Tue Apr 16 21:50:55 2019 +0200
Added announcement and download page for Wicket 9.0.0-M1
---
...d.md => 2019-04-15-wicket-9.0.0-M1-released.md} | 8 +-
_config.yml | 4 +-
content/archetype-catalog.xml | 11 +-
content/atom.xml | 343 ++++++++++++++-------
content/css/style.css | 60 ++--
content/index.html | 61 ++--
content/learn/index.html | 6 +-
.../news/2019/04/15/wicket-9.0.0-M1-released.html | 235 ++++++++++++++
content/news/2019/04/index.html | 9 +
content/news/2019/index.html | 6 +
content/news/index.html | 6 +
content/start/download.html | 12 +-
content/start/quickstart.html | 3 +-
content/start/wicket-9.x.html | 49 ++-
start/download.md | 11 +-
start/wicket-9.x.md | 9 +-
16 files changed, 630 insertions(+), 203 deletions(-)
diff --git a/2019/_posts/wicket-9.0.0-M1-released.md
b/2019/_posts/2019-04-15-wicket-9.0.0-M1-released.md
similarity index 98%
rename from 2019/_posts/wicket-9.0.0-M1-released.md
rename to 2019/_posts/2019-04-15-wicket-9.0.0-M1-released.md
index de3d6ed..28da0b8 100644
--- a/2019/_posts/wicket-9.0.0-M1-released.md
+++ b/2019/_posts/2019-04-15-wicket-9.0.0-M1-released.md
@@ -18,23 +18,23 @@ and maintain api compatibility between minor versions of
Wicket 9.
New and noteworthy
------------------
-** Java 11 support
+**Java 11 support**
The new milestone requires Java 11 as minimum version.
-** JUnit 5 support
+**JUnit 5 support**
Wicket 9 has been migrated from JUnit 4 to 5. Module junit-vintage-engine is
provided as test dependency to
make old tests work without migrating all the code to JUnit 5.
-** Test with newer Java versions
+**Test with newer Java versions**
Wicket 9 branch is also tested with Java 12 and 13 as part of OpenJDK Quality
Outreach project
lead by Oracle OpenJDK team. For more informations see the following link:
http://apache-wicket.1842946.n4.nabble.com/Fwd-Testing-Apache-Wicket-with-JDK-Early-Access-builds-td4681441.html
-** Rework page and data storage
+**Rework page and data storage**
The internal mechanism used to store page instances has been reworked and
refactored to be simpler and easier to use.
diff --git a/_config.yml b/_config.yml
index 32d57a6..e77f880 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,7 +16,7 @@ sass:
sass_dir: _sass
wicket:
version: 8.4.0
- version_90: 9.0.0-SNAPSHOT
+ version_90: 9.0.0-M1
version_80: 8.4.0
version_70: 7.13.0
version_60: 6.30.0
@@ -24,7 +24,7 @@ wicket:
version_14: 1.4.23
version_13: 1.3.7
released: 2019-04-06
- versions: [6.30.0, 1.5.16, 1.4.23, 7.13.0, 8.4.0, 1.5-SNAPSHOT,
6.31.0-SNAPSHOT, 7.14.0-SNAPSHOT, 8.5.0-SNAPSHOT, 9.0.0-SNAPSHOT]
+ versions: [6.30.0, 1.5.16, 1.4.23, 7.13.0, 8.4.0, 9.0.0-M1, 1.5-SNAPSHOT,
6.31.0-SNAPSHOT, 7.14.0-SNAPSHOT, 8.5.0-SNAPSHOT, 9.0.0-M2-SNAPSHOT]
live_examples_url: http://examples8x.wicket.apache.org/
diff --git a/content/archetype-catalog.xml b/content/archetype-catalog.xml
index 1307b1f..b3681c0 100644
--- a/content/archetype-catalog.xml
+++ b/content/archetype-catalog.xml
@@ -5,8 +5,8 @@
<archetype>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-archetype-quickstart</artifactId>
- <version>9.0.0-SNAPSHOT</version>
- <description>Wicket 9.0.0-SNAPSHOT
Quickstart</description>
+ <version>9.0.0-M2-SNAPSHOT</version>
+ <description>Wicket 9.0.0-M2-SNAPSHOT
Quickstart</description>
</archetype>
<archetype>
@@ -40,6 +40,13 @@
<archetype>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-archetype-quickstart</artifactId>
+ <version>9.0.0-M1</version>
+ <description>Wicket 9.0.0-M1 Quickstart</description>
+ </archetype>
+
+ <archetype>
+ <groupId>org.apache.wicket</groupId>
+ <artifactId>wicket-archetype-quickstart</artifactId>
<version>8.4.0</version>
<description>Wicket 8.4.0 Quickstart</description>
</archetype>
diff --git a/content/atom.xml b/content/atom.xml
index efbb080..363ceb7 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>2019-04-12T11:55:03+02:00</updated>
+ <updated>2019-04-16T21:49:58+02:00</updated>
<id>http://wicket.apache.org/</id>
<author>
<name>Apache Wicket</name>
@@ -12,6 +12,228 @@
<entry>
+ <title>Apache Wicket 9.0.0-M1 released</title>
+ <link
href="http://wicket.apache.org/news/2019/04/15/wicket-9.0.0-M1-released.html"/>
+ <updated>2019-04-15T00:00:00+02:00</updated>
+
<id>http://wicket.apache.org/news/2019/04/15/wicket-9.0.0-M1-released</id>
+ <content type="html"><p>The Apache Wicket PMC is proud to
announce Apache Wicket 9.0.0-M1!</p>
+
+<p>Apache Wicket is an open source Java component oriented web
application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at
https://wicket.apache.org</p>
+
+<p>This release marks the first milestone of the major release of Wicket
9.
+Since Wicket 9 is still in development, backward api compatibility between
+milestone release is not guaranteed.
+We will continue to use semantic versioning when we will made Wicket 9 final
+and maintain api compatibility between minor versions of Wicket 9.</p>
+
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+
+<p><strong>Java 11 support</strong></p>
+
+<p>The new milestone requires Java 11 as minimum version.</p>
+
+<p><strong>JUnit 5 support</strong></p>
+
+<p>Wicket 9 has been migrated from JUnit 4 to 5. Module
junit-vintage-engine is provided as test dependency to
+make old tests work without migrating all the code to JUnit 5.</p>
+
+<p><strong>Test with newer Java versions</strong></p>
+
+<p>Wicket 9 branch is also tested with Java 12 and 13 as part of OpenJDK
Quality Outreach project
+lead by Oracle OpenJDK team. For more informations see the following
link:</p>
+
+<p>http://apache-wicket.1842946.n4.nabble.com/Fwd-Testing-Apache-Wicket-with-JDK-Early-Access-builds-td4681441.html</p>
+
+<p><strong>Rework page and data storage</strong></p>
+
+<p>The internal mechanism used to store page instances has been reworked
and refactored to be simpler and easier to use.</p>
+
+<h2 id="using-this-release">Using this release</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same
version):</p>
+
+<figure class="highlight"><pre><code
class="language-xml" data-lang="xml"><span
class="nt">&lt;dependency&gt;</span>
+ <span
class="nt">&lt;groupId&gt;</span>org.apache.wicket<span
class="nt">&lt;/groupId&gt;</span>
+ <span
class="nt">&lt;artifactId&gt;</span>wicket-core<span
class="nt">&lt;/artifactId&gt;</span>
+ <span
class="nt">&lt;version&gt;</span>9.0.0-M1<span
class="nt">&lt;/version&gt;</span>
+<span
class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+
+<p>Or download and build the distribution yourself, or use our
+convenience binary package you can find here:</p>
+
+<ul>
+ <li>Download:
http://wicket.apache.org/start/wicket-9.x.html#manually</li>
+</ul>
+
+<!--more-->
+
+<h2 id="upgrading-from-earlier-versions">Upgrading from
earlier versions</h2>
+
+<p>If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at</p>
+
+<ul>
+ <li>http://s.apache.org/wicket9migrate</li>
+</ul>
+
+<p>Have fun!</p>
+
+<p>— The Wicket team</p>
+
+<p>========================================================================</p>
+
+<div class="highlighter-rouge"><div
class="highlight"><pre
class="highlight"><code>The signatures for the source
release artefacts:
+</code></pre></div></div>
+
+<p>Signature for apache-wicket-9.0.0-M1.zip:</p>
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlyuOSEACgkQh48B+qjT
+VuFLNA/+NZ13eStA3Gi09RXn0/mUPfQ/On8vOL2ypveLOu3isCOTHddWBowWPaeX
+GAa3ycFseLalszzoYAC0hoSTnh3LF0O3RYqEgAI4GX1hdRzpnOVksb0Bkj27s+N/
+lDiPCvdm1gxPVGoSWz8rvn6Y9v9t+1Y/WwjduCxB6NvmaDTXwnn2nnTQjNwNz/kX
+vBr7BnDkHcUjpYW5q2ZHdo2ZBOZS81tABe2JI86CeHYJVjzjy5GuDjZqa7ixGeMj
+DzaZ0RaxSEAlTjbJ5DtC5bVrRaDrLPwWCn4ynZVjmIDOmuUacgnNYIiVIlo5MIhY
+l5896eUdu4bImP1RdiYCDN0o0UGD9jOycJO9QvDzYUTiK+m2d2C7n4Cgbvo6JKrX
+fjYpRY95Xi8ST13yGaJl+3yUWXQSJvtOdneibcbkN20Pp7K9UGcGbY+efwNLejqe
+d4VO2reNsFapD6mBgremaIQK9C3jeuAJmzq1rM0tSkbrt1zHmGBU5R+Kc9dWFZRY
+QRKbuuTya/XW03si2uBzh+rxC+7Mpyi7SUE3LEOilACt0lPz0lJJu/oUzZiMM2VN
+UKG4VdxAkzZ2Ja1FDSOPJ6zw9lN3mPvWj9l4T7/cXQpELIVQSo17Foq16JdrCB6H
+BnYdUkVTJ4cWxNmlyDU6AhSQkKVUbps23XjfXD2E0uD84dbj1eo=
+=ArhK
+-----END PGP SIGNATURE-----
+</pre></div>
+
+<p>Signature for apache-wicket-9.0.0-M1.tar.gz:</p>
+
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlyuOSEACgkQh48B+qjT
+VuGEdQ//aLP1iPvV8LftKphL2fEoxNASi8a4yJ6n1llQgJm692uLo9VPL1tALXDJ
+r7glipgHu5NYGy5zXV6gZMb6Gr0V2ydW9mS37V1BWWSw2X6D1tgYbzZMmYlhfZcQ
+9O5hWVFQ8qAD345E7Tjw+nRdr4lFSKxgQDsohZiSDtYc1duFQ31fxt7v8xMpJT4b
+Nu2AJkzB7L0LjQT3graovZuNkjp/5wWcTZ8gRN3A+VlF/Cp6KmWfWWXYNJLRXZZV
+YRlWA5CF6DLu9VQJqOWS4FxcJirJroawatn9rNUs48j/ExJhooyno36JTy4BiBA4
+i9h5bJaxYmMECpO0Y5WaNm9TOEMmrb4VHwx/DDvG/WXEAtY1Nt+C0A65l23KHRuD
+cjd0tHEBzDo052m34duQwtVcuOnxxyfg6kue1plRdOF9zyW1484RCUhsit370IT2
+m84ek1kbQnUzxICQYm2J/3ak056wQ08rYmWkki2rw2uTvXz3YvrQo+jPg2Avybct
+yE+wVCTbRqvfcmn5hcOTdcth50BV273iwczMealbdulnfp7PoDi8Z00AJ6kICQMz
+48y6Y5VSz94xLxb6a99xkGfnqwos78xh4iV2DG3+778oAfewYgo9d2NTVfsX4xox
+D+eLF92tdmEQbIN3e6r6KGv4YamL+DypvAcbsPEDL1e1MrHA8mQ=
+=lIwn
+-----END PGP SIGNATURE-----
+</pre></div>
+
+<p>========================================================================</p>
+
+<h3 id="this-release">This Release</h3>
+
+<h4 id="changelog-for-900-m1">CHANGELOG for
9.0.0-M1:</h4>
+
+<h5 id="bug">Bug</h5>
+
+<ul>
+ <li>[WICKET-5552] - Events to close pop-up on Modal Window are not
propagated</li>
+ <li>[WICKET-6568] - Wicket fails / does not encode request header
values in AjaxCalls</li>
+ <li>[WICKET-6570] - Unable to read cookies containing ‘.’ characters
in names when using CookieUtils</li>
+ <li>[WICKET-6574] - JQueryResourceReference#get() (still) return
V1</li>
+ <li>[WICKET-6584] - Import Junit Package as optional</li>
+ <li>[WICKET-6586] - Broken JavaScript due to fix charsetName in
JavaScriptPackageResource</li>
+ <li>[WICKET-6588] - Under Tomcat (ver. &gt;= 8.5)
BaseWebSocketBehavior can’t find session id cookie</li>
+ <li>[WICKET-6599] - ResponseIOException should never escape from
WicketFilter</li>
+ <li>[WICKET-6602] - AuthenticatedWebApplication login Workflow broken
with replaceSession</li>
+ <li>[WICKET-6603] - WicketTester.destroy sometimes hangs</li>
+ <li>[WICKET-6606] - data-wicket-placeholder is invalid XHTML</li>
+ <li>[WICKET-6607] - NoSuchMethodError when using Spring-Beans with
constructor injection in an AjaxLink#onClick</li>
+ <li>[WICKET-6610] - Incorrect Javadoc: Refering to specific page in
Application properties file is not possible</li>
+ <li>[WICKET-6614] - AbstractRangeValidator looks up string with the
wrong key if locale is Turkish</li>
+ <li>[WICKET-6617] - Header contribution ignore
<wicket:header-items></wicket:header-items></li>
+ <li>[WICKET-6623] - Consecutive Temporary Behaviors are not properly
removed</li>
+ <li>[WICKET-6629] - OOM (and disk) in AsynchronousPageStore</li>
+ <li>[WICKET-6630] - FileUpload.writeToTempFile() fails with
commons-fileupload 1.4</li>
+ <li>[WICKET-6631] - AnnotProxyFieldValueFactory does not cache
beanNames</li>
+ <li>[WICKET-6637] - Handling exception Wicket 8</li>
+ <li>[WICKET-6639] - PageStoreManager$SessionEntry.clear produces
NullPointerException</li>
+ <li>[WICKET-6642] - Form.findSubmittingComponent returns null instead
of SubmitLink</li>
+ <li>[WICKET-6645] - Concurrent web socket response message processing
on the client</li>
+ <li>[WICKET-6650] - Url decode the name of the file after AjaxDownload
with Location == Blob</li>
+ <li>[WICKET-6651] - Redirecting with ResetResponseException does not
work anymore</li>
+</ul>
+
+<h5 id="new-feature">New Feature</h5>
+
+<ul>
+ <li>[WICKET-6577] - Introduce class
GenericWebMarkupContainer</li>
+ <li>[WICKET-6578] - StatelessResourceLink</li>
+ <li>[WICKET-6626] - Introduce application-wide
Component#onComponentTag listeners</li>
+ <li>[WICKET-6641] - Extract an interface for classes allowing to
register feedback messages</li>
+</ul>
+
+<h5 id="improvement">Improvement</h5>
+
+<ul>
+ <li>[WICKET-6435] - WicketTester should provide assertExists and
assertNotExists methods</li>
+ <li>[WICKET-6550] - Unify all metadata capable objects.</li>
+ <li>[WICKET-6555] - AbstractChoice subclasses code
duplication</li>
+ <li>[WICKET-6556] - Change DataTable’s HTML order</li>
+ <li>[WICKET-6557] - Allow meta tags to be contributed during AJAX
request</li>
+ <li>[WICKET-6560] - Improve serialization warnings in
ChainingModel</li>
+ <li>[WICKET-6562] - Remove from wicket-core all the deprecated
classes</li>
+ <li>[WICKET-6563] - Rework page and data storage</li>
+ <li>[WICKET-6565] - ResponseIOException logged as an error in
DefaultExceptionMapper</li>
+ <li>[WICKET-6575] - Ajax requests are still firing even when
placeholder tag is written only</li>
+ <li>[WICKET-6576] - Support multiple dateFormats for
LocalDateTextfield</li>
+ <li>[WICKET-6579] - Upgrade Spring to 5.x version</li>
+ <li>[WICKET-6580] - org.apache.wicket.util.lang.Bytes -
toString()</li>
+ <li>[WICKET-6581] - Upgrade wicket-cdi to cdi version 2</li>
+ <li>[WICKET-6587] - CheckBoxSelector should accept more CheckBoxes to
be added later</li>
+ <li>[WICKET-6595] - Upgrade JUnit to v5.x</li>
+ <li>[WICKET-6600] - Error logging in AjaxRequestHandler is too
strict</li>
+ <li>[WICKET-6601] - Events to close pop-up on Modal Window are not
propagated from caption bar</li>
+ <li>[WICKET-6605] - Allow AjaxFallbackButton to be stateless</li>
+ <li>[WICKET-6618] - Stateless pages and access to unconfigured
components</li>
+ <li>[WICKET-6621] - Exceeding exception retries should return control
back to server</li>
+ <li>[WICKET-6634] - Save the closeCode and message in WebSocket’s
ClosedMessage</li>
+ <li>[WICKET-6635] - Move
AbstractPropertyModel#getInnermostModelOrObject() to ChainingModel</li>
+ <li>[WICKET-6638] - RedirectRequestHandler does not support
Ajax</li>
+ <li>[WICKET-6640] - Add settings for customizing the ModalWindow’s
spacing, header height and overflow</li>
+ <li>[WICKET-6644] - AbstractPageableView can only be serialized with
Java built-in serialization</li>
+ <li>[WICKET-6648] - It is impossible to initiate AjaxDownloadBehavior
with IPartialPageRequestHandler</li>
+</ul>
+
+<h5 id="wish">Wish</h5>
+
+<ul>
+ <li>[WICKET-6539] - Scope fix for DataTable toolbars</li>
+ <li>[WICKET-6569] - LambdaModel.of overload is ambiguous</li>
+ <li>[WICKET-6646] - Upgrade jquery to 3.3.x</li>
+</ul>
+
+<h5 id="task">Task</h5>
+
+<ul>
+ <li>[WICKET-6583] - Upgrade Tests to Junit5</li>
+ <li>[WICKET-6594] - JavaDoc of redirectToInterceptPage in Component
urges to use redirectTo method when in a constructor</li>
+ <li>[WICKET-6596] - Use JQuery 3.x as default</li>
+ <li>[WICKET-6598] - Upgrade Objenesis to 3.x for better support of
Java 11</li>
+ <li>[WICKET-6609] - Update Guice from 4.1.0 to 4.2.2</li>
+ <li>[WICKET-6620] - @Deprecated classes/methods need to be
removed</li>
+ <li>[WICKET-6624] - Upgrade to commons-filupload 1.4</li>
+ <li>[WICKET-6647] - Upgrade asm to 7.1</li>
+</ul>
+
+</content>
+ </entry>
+
+ <entry>
<title>Apache Wicket 7.13.0 released</title>
<link
href="http://wicket.apache.org/news/2019/04/06/wicket-7.13.0-released.html"/>
<updated>2019-04-06T00:00:00+02:00</updated>
@@ -1212,123 +1434,4 @@ convenience binary package</p>
</content>
</entry>
- <entry>
- <title>Apache Wicket 6.29.0 released</title>
- <link
href="http://wicket.apache.org/news/2018/02/21/wicket-6.29.0-released.html"/>
- <updated>2018-02-21T00:00:00+01:00</updated>
-
<id>http://wicket.apache.org/news/2018/02/21/wicket-6.29.0-released</id>
- <content type="html"><p>The Apache Wicket PMC is proud to
announce Apache Wicket 6.29.0!</p>
-
-<p>Apache Wicket is an open source Java component oriented web
application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at
https://wicket.apache.org</p>
-
-<p>This release marks another minor release of Wicket 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>
-
-<h2 id="using-this-release">Using this release</h2>
-
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same
version):</p>
-
-<figure class="highlight"><pre><code
class="language-xml" data-lang="xml"><span
class="nt">&lt;dependency&gt;</span>
- <span
class="nt">&lt;groupId&gt;</span>org.apache.wicket<span
class="nt">&lt;/groupId&gt;</span>
- <span
class="nt">&lt;artifactId&gt;</span>wicket-core<span
class="nt">&lt;/artifactId&gt;</span>
- <span
class="nt">&lt;version&gt;</span>6.29.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>
-
-<ul>
- <li>Source: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/6.29.0">6.29.0
source download</a></li>
- <li>Binary: <a
href="http://www.apache.org/dyn/closer.cgi/wicket/6.29.0/binaries">6.29.0
binary download</a></li>
-</ul>
-
-<!--more-->
-
-<h2 id="upgrading-from-earlier-versions">Upgrading from
earlier versions</h2>
-
-<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>http://s.apache.org/wicket6migration</li>
-</ul>
-
-<p>Have fun!</p>
-
-<p>— The Wicket team</p>
-
-<p>========================================================================</p>
-
-<div class="highlighter-rouge"><div
class="highlight"><pre
class="highlight"><code>The signatures for the source
release artefacts:
-</code></pre></div></div>
-
-<p>Signature for apache-wicket-6.29.0.zip:</p>
-
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
-
-iQIcBAABAgAGBQJaiFhXAAoJEIePAfqo01bhrh0QAKXGaVgypdlZgaK5b6M3Fxgu
-S5LW18OjhEQFQ4yYuz6CE3C/L54u6K4Es6SBhUgAVGuLwaRBdflOfcNA7DRm0Imh
-rHcssI6bt7DBxEjIu+XmXEqfgSmZ3P3VQQWGbPtbSMYBXSjhhYFdb8D286U0ec3T
-f/vD28ZZmdvRV7NuMKUe54cyMXFebmSfutwQWZqKs/Gx/HOZh4cU2lBbmLvPOuvy
-aT1nN7kLhrxROvzOgoyAOo5Dv7HlFrs7eJFQXr1Resz1FTMJrP6sNAQpY3QlcYUa
-rORqmxp8H4mXbSVkLk4Kquu6Q6tOcbijUZPZC4Vm5W+xPsBZrsYtJF8S76GZlbq1
-tBKlkmwweX/MirHnLwqHaMm43iz7dyf6FS5C9qi0j4GmMKGSh+Lv7Sk1wP3bvyc2
-80loN03gJYCxrse7PcqO65STBjQ8fZlhpHt8yVxwdKJexPJd/aHJHmnoMsJ1FfHj
-LxNlHyya34XTpSZBE8Q+Qv47MOLsvGrkbD0876YwjMSQtDX9cUrRC95Hvtvxmqgm
-w9GlnnDY8q4Ts9ZZeJSDbanPY3zmAkVrpg+yqlY/pZsFCqh8Wv3L5DUNh+3cUBX+
-B7UyK+DJCXOld+81tESZWZhHAN6DXZWrWANrrtkeWO3qtdNLZTaOMAHaaoHPWJEK
-xo2Iapi8IzjYJr5jN7nq
-=ZuKl
------END PGP SIGNATURE-----
-</pre></div>
-
-<p>Signature for apache-wicket-6.29.0.tar.gz:</p>
-
-<div class="highlight"><pre>
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1
-
-iQIcBAABAgAGBQJaiFhXAAoJEIePAfqo01bhPY8P/j6Lwdz9Swa/mHs6EagLTq0s
-iArc8ZQzlt8GtnpVr6IIngDcFwvhvsWqCtSpPFmUt74xtZbA6oz6GBhEE0Dmsr9x
-93Ov2aKYRU1pR/H5VkNWqdR67J6QT4amE81T+RzbfQbvcP7YFIIbPOTg4ox3Za61
-fu2NlkzB4u9qiPfqad6ylGoVu4mUde+klsnQiHL2dA3DmucChG08I9xjgzqQDIwo
-ph2gbieag9RjbgRQEKOYOQcBBS7B8VCNvFxslbchGJEQm6B2QVuQV3+nvyWbjQ0J
-u0tpbZA0Wev59dzpLRJDSFcccgBCCII+MP9RZPRuQSUDAyIg/PJ1LFtm/85hxV7C
-VqDTMuniLYZT8shTWw4VKQfVGmjso/eRQsNAG7BeMZqxBWQpQQ+6BMoy2piXAavp
-RZxO17Ct0V9dPVp7cTTHiet/Iz1oPwkceF5KmaQl1vLhicBbvLF6993ny7iP0Lyo
-t+Jh1v4TFf7Daxxgl6q1tO2zDZc94877FXwjZ7b/n37SoRENzTPj+sNhpS3jCZ+E
-QxXp/dYU0L6+mVLhJ4XPWAsTljdvnXwHf7S1RBSeEsGb9BM97l6Yh2WpWTgvLiwy
-lvdWNkWX1pd6fD1V/XT83FtlQDURPkGN6Bbbfmwh8pSPbzQMn2Q5EXlFTLcTsVhW
-QV/yE6KsG5K8AqjY9DdD
-=oA/r
------END PGP SIGNATURE-----
-</pre></div>
-
-<p>========================================================================</p>
-
-<h3 id="this-release">This Release</h3>
-
-<h4 id="changelog-for-6290">CHANGELOG for 6.29.0:</h4>
-
-<h5 id="bug">Bug</h5>
-
-<ul>
- <li>[WICKET-6484] - Wicket.Cookie.set does not set ‘secure’
flag</li>
- <li>[WICKET-6501] - DefaultPageManagerProvider does not honour
StoreSettings.setAsynchronous(false)</li>
- <li>[WICKET-6526] - Ajax Buttons do not check for the HTTP method and
thus don’t respect Form#onMethodMismatch</li>
- <li>[WICKET-6530] - Race-condition in session invalidation</li>
-</ul>
-
-</content>
- </entry>
-
</feed>
diff --git a/content/css/style.css b/content/css/style.css
index 0a14853..842dd25 100644
--- a/content/css/style.css
+++ b/content/css/style.css
@@ -129,10 +129,10 @@ dl {
float: left;
width: 31.25%;
margin-left: 0%;
- margin-right: 2.08333%; }
+ margin-right: 2.0833333333%; }
dl.advanced dd {
float: left;
- width: 66.66667%;
+ width: 66.6666666667%;
margin-left: 0%;
margin-right: 0%; }
@@ -141,51 +141,51 @@ dl {
@media (min-width: 590px) {
.l-full {
float: left;
- width: 95.83333%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ width: 95.8333333333%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-two-third {
float: left;
width: 62.5%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-half {
float: left;
- width: 45.83333%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ width: 45.8333333333%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-one-quarter {
float: left;
- width: 20.83333%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ width: 20.8333333333%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-one-eigth {
float: left;
- width: 8.33333%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ width: 8.3333333333%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-one-sixth {
float: left;
width: 12.5%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
@media (min-width: 590px) {
.l-one-third {
float: left;
- width: 29.16667%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; } }
+ width: 29.1666666667%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; } }
.l-grid:before, .l-grid:after {
content: "";
@@ -194,9 +194,9 @@ dl {
clear: both; }
.l-grid li {
float: left;
- width: 29.16667%;
- margin-left: 2.08333%;
- margin-right: 2.08333%; }
+ width: 29.1666666667%;
+ margin-left: 2.0833333333%;
+ margin-right: 2.0833333333%; }
.l-first {
clear: left; }
@@ -660,7 +660,7 @@ button.button--alert {
display: inline-block;
float: left;
margin: 0;
- margin-left: 2.08333%; } }
+ margin-left: 2.0833333333%; } }
.logo img {
display: inline-block;
width: 240px; }
@@ -686,9 +686,9 @@ button.button--alert {
text-align: center;
text-transform: uppercase;
float: left;
- width: 91.66667%;
- margin-left: 4.16667%;
- margin-right: 4.16667%; }
+ width: 91.6666666667%;
+ margin-left: 4.1666666667%;
+ margin-right: 4.1666666667%; }
@media (min-width: 590px) {
.jumbotron .jumbotron-mission {
float: left;
@@ -736,7 +736,7 @@ nav.mainmenu {
nav.mainmenu li.active {
border-bottom: 2px solid white; }
nav.mainmenu li + li {
- margin-left: 2.08333%; }
+ margin-left: 2.0833333333%; }
nav.mainmenu a, nav.mainmenu a:active, nav.mainmenu a:hover {
border: none;
color: #fff;
@@ -1021,7 +1021,7 @@ th {
.wicket7.header .submenu li.active {
border-bottom: 2px solid; }
.wicket7.header .submenu li + li {
- margin-left: 2.08333%; }
+ margin-left: 2.0833333333%; }
.wicket7.header .submenu a, .wicket7.header .submenu a:active,
.wicket7.header .submenu a:hover {
border: none;
font-weight: 400;
diff --git a/content/index.html b/content/index.html
index 5618598..071e54c 100644
--- a/content/index.html
+++ b/content/index.html
@@ -390,58 +390,71 @@
</div>
<div class="l-two-third">
<article>
- <h2>Apache Wicket 7.13.0 released</h2>
- <small>06 Apr 2019</small>
- <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.13.0!</p>
+ <h2>Apache Wicket 9.0.0-M1 released</h2>
+ <small>15 Apr 2019</small>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket
9.0.0-M1!</p>
<p>Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org</p>
-<p>This release marks another minor release of Wicket 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>
+<p>This release marks the first milestone of the major release of Wicket 9.
+Since Wicket 9 is still in development, backward api compatibility between
+milestone release is not guaranteed.
+We will continue to use semantic versioning when we will made Wicket 9 final
+and maintain api compatibility between minor versions of Wicket 9.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<p><strong>Java 11 support</strong></p>
+<p>The new milestone requires Java 11 as minimum version.</p>
+<p><strong>JUnit 5 support</strong></p>
+<p>Wicket 9 has been migrated from JUnit 4 to 5. Module junit-vintage-engine
is provided as test dependency to
+make old tests work without migrating all the code to JUnit 5.</p>
+<p><strong>Test with newer Java versions</strong></p>
+<p>Wicket 9 branch is also tested with Java 12 and 13 as part of OpenJDK
Quality Outreach project
+lead by Oracle OpenJDK team. For more informations see the following link:</p>
+<p>http://apache-wicket.1842946.n4.nabble.com/Fwd-Testing-Apache-Wicket-with-JDK-Early-Access-builds-td4681441.html</p>
+<p><strong>Rework page and data storage</strong></p>
+<p>The internal mechanism used to store page instances has been reworked and
refactored to be simpler and easier to use.</p>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml"
data-lang="xml"><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.wicket<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>wicket-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>7.13.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>9.0.0-M1<span
class="nt"></version></span>
<span class="nt"></dependency></span></code></pre></figure>
<p>Or download and build the distribution yourself, or use our
convenience binary package you can find here:</p>
<ul>
- <li>Download: http://wicket.apache.org/start/wicket-7.x.html#manually</li>
+ <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
</ul>
- <a href="/news/2019/04/06/wicket-7.13.0-released.html">Read
more...</a>
+ <a href="/news/2019/04/15/wicket-9.0.0-M1-released.html">Read
more...</a>
</article>
<article>
- <h2>Apache Wicket 8.4.0 released</h2>
- <small>05 Apr 2019</small>
- <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.4.0!</p>
+ <h2>Apache Wicket 7.13.0 released</h2>
+ <small>06 Apr 2019</small>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket 7.13.0!</p>
<p>Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and
more. You can find more about Apache Wicket at https://wicket.apache.org</p>
-<p>This release marks another minor release of Wicket 8. We
+<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
-8.0.0.</p>
+7.0.0.</p>
<h2 id="using-this-release">Using this release</h2>
<p>With Apache Maven update your dependency to (and don’t forget to
update any other dependencies on Wicket projects to the same version):</p>
<figure class="highlight"><pre><code class="language-xml"
data-lang="xml"><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.wicket<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>wicket-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>8.4.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>7.13.0<span
class="nt"></version></span>
<span class="nt"></dependency></span></code></pre></figure>
<p>Or download and build the distribution yourself, or use our
convenience binary package you can find here:</p>
<ul>
- <li>Download: http://wicket.apache.org/start/wicket-8.x.html#manually</li>
+ <li>Download: http://wicket.apache.org/start/wicket-7.x.html#manually</li>
</ul>
- <a href="/news/2019/04/05/wicket-8.4.0-released.html">Read more...</a>
+ <a href="/news/2019/04/06/wicket-7.13.0-released.html">Read
more...</a>
</article>
</div>
<div class="l-one-third news">
@@ -453,6 +466,12 @@ title="Atom 1.0 feed" href="/atom.xml">RSS feed</a> to
get updates in your favorite RSS reader the moment they happen.</p>
<ul>
<li>
+ <h3>Apache Wicket 7.13.0 released</h3>
+ <small>06 Apr 2019</small>
+ The Apache Wicket PMC is proud to announce Apache Wicket 7.13.0! Apache
Wicket is an open source Java component oriented web application framework that
powers...
+ <a href="/news/2019/04/06/wicket-7.13.0-released.html">more</a>
+</li>
+<li>
<h3>Apache Wicket 8.4.0 released</h3>
<small>05 Apr 2019</small>
The Apache Wicket PMC is proud to announce Apache Wicket 8.4.0! Apache
Wicket is an open source Java component oriented web application framework that
powers...
@@ -476,12 +495,6 @@ get updates in your favorite RSS reader the moment they
happen.</p>
The Apache Wicket PMC is proud to announce Apache Wicket 6.30.0! Apache
Wicket is an open source Java component oriented web application framework that
powers...
<a href="/news/2018/12/10/wicket-6.30.0-released.html">more</a>
</li>
-<li>
- <h3>Apache Wicket 7.11.0 released</h3>
- <small>01 Dec 2018</small>
- The Apache Wicket PMC is proud to announce Apache Wicket 7.11.0! Apache
Wicket is an open source Java component oriented web application framework that
powers...
- <a href="/news/2018/12/01/wicket-7.11.0-released.html">more</a>
-</li>
</ul>
</div>
<div class="l-first"></div>
diff --git a/content/learn/index.html b/content/learn/index.html
index ca2c97c..b7316a4 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -77,13 +77,13 @@ We also publish a news item on our website with the
announcement, and it is also
<p>Here are the most recent headlines:</p>
<ul>
<li>
- <p><a href="/news/2019/04/06/wicket-7.13.0-released.html">Apache Wicket
7.13.0 released</a> <small>06 Apr 2019</small></p>
+ <p><a href="/news/2019/04/15/wicket-9.0.0-M1-released.html">Apache Wicket
9.0.0-M1 released</a> <small>15 Apr 2019</small></p>
</li>
<li>
- <p><a href="/news/2019/04/05/wicket-8.4.0-released.html">Apache Wicket
8.4.0 released</a> <small>05 Apr 2019</small></p>
+ <p><a href="/news/2019/04/06/wicket-7.13.0-released.html">Apache Wicket
7.13.0 released</a> <small>06 Apr 2019</small></p>
</li>
<li>
- <p><a href="/news/2019/02/06/wicket-7.12.0-released.html">Apache Wicket
7.12.0 released</a> <small>06 Feb 2019</small></p>
+ <p><a href="/news/2019/04/05/wicket-8.4.0-released.html">Apache Wicket
8.4.0 released</a> <small>05 Apr 2019</small></p>
</li>
</ul>
<p>The complete articles and all other news items are available in the <a
href="/news">archives</a>.</p>
diff --git a/content/news/2019/04/15/wicket-9.0.0-M1-released.html
b/content/news/2019/04/15/wicket-9.0.0-M1-released.html
new file mode 100644
index 0000000..3b798fe
--- /dev/null
+++ b/content/news/2019/04/15/wicket-9.0.0-M1-released.html
@@ -0,0 +1,235 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta charset="utf-8">
+ <title>Apache Wicket 9.0.0-M1 released | Apache Wicket</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <link rel="shortcut icon" href="/favicon.ico"
type="image/vnd.microsoft.icon" />
+ <link rel="stylesheet" href="/css/style.css" type="text/css"
media="screen" />
+ <link
href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet" />
+
+ <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+ </head>
+
+ <body class="">
+ <div class="header default">
+ <div class="l-container">
+<nav class="mainmenu">
+ <ul>
+ <!-- /start/quickstart.html ||
/news/2019/04/15/wicket-9.0.0-M1-released.html -->
+ <li class=""><a href="/start/quickstart.html">Quick Start</a></li>
+ <!-- /start/download.html ||
/news/2019/04/15/wicket-9.0.0-M1-released.html -->
+ <li class=""><a href="/start/download.html">Download</a></li>
+ <!-- /learn || /news/2019/04/15/wicket-9.0.0-M1-released.html
-->
+ <li class=""><a href="/learn">Documentation</a></li>
+ <!-- /help || /news/2019/04/15/wicket-9.0.0-M1-released.html -->
+ <li class=""><a href="/help">Support</a></li>
+ <!-- /contribute ||
/news/2019/04/15/wicket-9.0.0-M1-released.html -->
+ <li class=""><a href="/contribute">Contribute</a></li>
+ <!-- /community ||
/news/2019/04/15/wicket-9.0.0-M1-released.html -->
+ <li class=""><a href="/community">Community</a></li>
+ <!-- /apache || /news/2019/04/15/wicket-9.0.0-M1-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 9.0.0-M1 released</h1>
+ </header>
+ <section class="l-one-third right">
+ <div id="toc" class="toc"><div id="toc-title"><h2>Table of
Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a
href="#new-and-noteworthy"><span class="toc-number">1</span> <span
class="toc-text">New and noteworthy</span></a></li><li class="toc--level-1
toc--section-2"><a href="#using-this-release"><span class="toc-number">2</span>
<span class="toc-text">Using this release</span></a></li><li
class="toc--level-1 toc--section-3"><a href="#upgrading-from-earlier-ver [...]
+ </section>
+ <section class="l-two-third left">
+ <div class="l-full">
+ <p class="meta">15 Apr 2019</p>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M1!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, stores, universities, cities, banks, email providers, and
+more. You can find more about Apache Wicket at https://wicket.apache.org</p>
+<p>This release marks the first milestone of the major release of Wicket 9.
+Since Wicket 9 is still in development, backward api compatibility between
+milestone release is not guaranteed.
+We will continue to use semantic versioning when we will made Wicket 9 final
+and maintain api compatibility between minor versions of Wicket 9.</p>
+<h2 id="new-and-noteworthy">New and noteworthy</h2>
+<p><strong>Java 11 support</strong></p>
+<p>The new milestone requires Java 11 as minimum version.</p>
+<p><strong>JUnit 5 support</strong></p>
+<p>Wicket 9 has been migrated from JUnit 4 to 5. Module junit-vintage-engine
is provided as test dependency to
+make old tests work without migrating all the code to JUnit 5.</p>
+<p><strong>Test with newer Java versions</strong></p>
+<p>Wicket 9 branch is also tested with Java 12 and 13 as part of OpenJDK
Quality Outreach project
+lead by Oracle OpenJDK team. For more informations see the following link:</p>
+<p>http://apache-wicket.1842946.n4.nabble.com/Fwd-Testing-Apache-Wicket-with-JDK-Early-Access-builds-td4681441.html</p>
+<p><strong>Rework page and data storage</strong></p>
+<p>The internal mechanism used to store page instances has been reworked and
refactored to be simpler and easier to use.</p>
+<h2 id="using-this-release">Using this release</h2>
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+<figure class="highlight"><pre><code class="language-xml"
data-lang="xml"><span class="nt"><dependency></span>
+ <span class="nt"><groupId></span>org.apache.wicket<span
class="nt"></groupId></span>
+ <span class="nt"><artifactId></span>wicket-core<span
class="nt"></artifactId></span>
+ <span class="nt"><version></span>9.0.0-M1<span
class="nt"></version></span>
+<span class="nt"></dependency></span></code></pre></figure>
+<p>Or download and build the distribution yourself, or use our
+convenience binary package you can find here:</p>
+<ul>
+ <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
+</ul>
+<!--more-->
+<h2 id="upgrading-from-earlier-versions">Upgrading from earlier versions</h2>
+<p>If you upgrade from 9.y.z this release is a drop in replacement. If
+you come from a version prior to 9.0.0, please read our Wicket 9
+migration guide found at</p>
+<ul>
+ <li>http://s.apache.org/wicket9migrate</li>
+</ul>
+<p>Have fun!</p>
+<p>— The Wicket team</p>
+<p>========================================================================</p>
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>The signatures for the source release artefacts:
+</code></pre></div></div>
+<p>Signature for apache-wicket-9.0.0-M1.zip:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlyuOSEACgkQh48B+qjT
+VuFLNA/+NZ13eStA3Gi09RXn0/mUPfQ/On8vOL2ypveLOu3isCOTHddWBowWPaeX
+GAa3ycFseLalszzoYAC0hoSTnh3LF0O3RYqEgAI4GX1hdRzpnOVksb0Bkj27s+N/
+lDiPCvdm1gxPVGoSWz8rvn6Y9v9t+1Y/WwjduCxB6NvmaDTXwnn2nnTQjNwNz/kX
+vBr7BnDkHcUjpYW5q2ZHdo2ZBOZS81tABe2JI86CeHYJVjzjy5GuDjZqa7ixGeMj
+DzaZ0RaxSEAlTjbJ5DtC5bVrRaDrLPwWCn4ynZVjmIDOmuUacgnNYIiVIlo5MIhY
+l5896eUdu4bImP1RdiYCDN0o0UGD9jOycJO9QvDzYUTiK+m2d2C7n4Cgbvo6JKrX
+fjYpRY95Xi8ST13yGaJl+3yUWXQSJvtOdneibcbkN20Pp7K9UGcGbY+efwNLejqe
+d4VO2reNsFapD6mBgremaIQK9C3jeuAJmzq1rM0tSkbrt1zHmGBU5R+Kc9dWFZRY
+QRKbuuTya/XW03si2uBzh+rxC+7Mpyi7SUE3LEOilACt0lPz0lJJu/oUzZiMM2VN
+UKG4VdxAkzZ2Ja1FDSOPJ6zw9lN3mPvWj9l4T7/cXQpELIVQSo17Foq16JdrCB6H
+BnYdUkVTJ4cWxNmlyDU6AhSQkKVUbps23XjfXD2E0uD84dbj1eo=
+=ArhK
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>Signature for apache-wicket-9.0.0-M1.tar.gz:</p>
+<div class="highlight"><pre>
+-----BEGIN PGP SIGNATURE-----
+iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlyuOSEACgkQh48B+qjT
+VuGEdQ//aLP1iPvV8LftKphL2fEoxNASi8a4yJ6n1llQgJm692uLo9VPL1tALXDJ
+r7glipgHu5NYGy5zXV6gZMb6Gr0V2ydW9mS37V1BWWSw2X6D1tgYbzZMmYlhfZcQ
+9O5hWVFQ8qAD345E7Tjw+nRdr4lFSKxgQDsohZiSDtYc1duFQ31fxt7v8xMpJT4b
+Nu2AJkzB7L0LjQT3graovZuNkjp/5wWcTZ8gRN3A+VlF/Cp6KmWfWWXYNJLRXZZV
+YRlWA5CF6DLu9VQJqOWS4FxcJirJroawatn9rNUs48j/ExJhooyno36JTy4BiBA4
+i9h5bJaxYmMECpO0Y5WaNm9TOEMmrb4VHwx/DDvG/WXEAtY1Nt+C0A65l23KHRuD
+cjd0tHEBzDo052m34duQwtVcuOnxxyfg6kue1plRdOF9zyW1484RCUhsit370IT2
+m84ek1kbQnUzxICQYm2J/3ak056wQ08rYmWkki2rw2uTvXz3YvrQo+jPg2Avybct
+yE+wVCTbRqvfcmn5hcOTdcth50BV273iwczMealbdulnfp7PoDi8Z00AJ6kICQMz
+48y6Y5VSz94xLxb6a99xkGfnqwos78xh4iV2DG3+778oAfewYgo9d2NTVfsX4xox
+D+eLF92tdmEQbIN3e6r6KGv4YamL+DypvAcbsPEDL1e1MrHA8mQ=
+=lIwn
+-----END PGP SIGNATURE-----
+</pre></div>
+<p>========================================================================</p>
+<h3 id="this-release">This Release</h3>
+<h4 id="changelog-for-900-m1">CHANGELOG for 9.0.0-M1:</h4>
+<h5 id="bug">Bug</h5>
+<ul>
+ <li>[WICKET-5552] - Events to close pop-up on Modal Window are not
propagated</li>
+ <li>[WICKET-6568] - Wicket fails / does not encode request header values in
AjaxCalls</li>
+ <li>[WICKET-6570] - Unable to read cookies containing ‘.’ characters in
names when using CookieUtils</li>
+ <li>[WICKET-6574] - JQueryResourceReference#get() (still) return V1</li>
+ <li>[WICKET-6584] - Import Junit Package as optional</li>
+ <li>[WICKET-6586] - Broken JavaScript due to fix charsetName in
JavaScriptPackageResource</li>
+ <li>[WICKET-6588] - Under Tomcat (ver. >= 8.5) BaseWebSocketBehavior
can’t find session id cookie</li>
+ <li>[WICKET-6599] - ResponseIOException should never escape from
WicketFilter</li>
+ <li>[WICKET-6602] - AuthenticatedWebApplication login Workflow broken with
replaceSession</li>
+ <li>[WICKET-6603] - WicketTester.destroy sometimes hangs</li>
+ <li>[WICKET-6606] - data-wicket-placeholder is invalid XHTML</li>
+ <li>[WICKET-6607] - NoSuchMethodError when using Spring-Beans with
constructor injection in an AjaxLink#onClick</li>
+ <li>[WICKET-6610] - Incorrect Javadoc: Refering to specific page in
Application properties file is not possible</li>
+ <li>[WICKET-6614] - AbstractRangeValidator looks up string with the wrong
key if locale is Turkish</li>
+ <li>[WICKET-6617] - Header contribution ignore
<wicket:header-items></wicket:header-items></li>
+ <li>[WICKET-6623] - Consecutive Temporary Behaviors are not properly
removed</li>
+ <li>[WICKET-6629] - OOM (and disk) in AsynchronousPageStore</li>
+ <li>[WICKET-6630] - FileUpload.writeToTempFile() fails with
commons-fileupload 1.4</li>
+ <li>[WICKET-6631] - AnnotProxyFieldValueFactory does not cache beanNames</li>
+ <li>[WICKET-6637] - Handling exception Wicket 8</li>
+ <li>[WICKET-6639] - PageStoreManager$SessionEntry.clear produces
NullPointerException</li>
+ <li>[WICKET-6642] - Form.findSubmittingComponent returns null instead of
SubmitLink</li>
+ <li>[WICKET-6645] - Concurrent web socket response message processing on the
client</li>
+ <li>[WICKET-6650] - Url decode the name of the file after AjaxDownload with
Location == Blob</li>
+ <li>[WICKET-6651] - Redirecting with ResetResponseException does not work
anymore</li>
+</ul>
+<h5 id="new-feature">New Feature</h5>
+<ul>
+ <li>[WICKET-6577] - Introduce class GenericWebMarkupContainer</li>
+ <li>[WICKET-6578] - StatelessResourceLink</li>
+ <li>[WICKET-6626] - Introduce application-wide Component#onComponentTag
listeners</li>
+ <li>[WICKET-6641] - Extract an interface for classes allowing to register
feedback messages</li>
+</ul>
+<h5 id="improvement">Improvement</h5>
+<ul>
+ <li>[WICKET-6435] - WicketTester should provide assertExists and
assertNotExists methods</li>
+ <li>[WICKET-6550] - Unify all metadata capable objects.</li>
+ <li>[WICKET-6555] - AbstractChoice subclasses code duplication</li>
+ <li>[WICKET-6556] - Change DataTable’s HTML order</li>
+ <li>[WICKET-6557] - Allow meta tags to be contributed during AJAX
request</li>
+ <li>[WICKET-6560] - Improve serialization warnings in ChainingModel</li>
+ <li>[WICKET-6562] - Remove from wicket-core all the deprecated classes</li>
+ <li>[WICKET-6563] - Rework page and data storage</li>
+ <li>[WICKET-6565] - ResponseIOException logged as an error in
DefaultExceptionMapper</li>
+ <li>[WICKET-6575] - Ajax requests are still firing even when placeholder tag
is written only</li>
+ <li>[WICKET-6576] - Support multiple dateFormats for LocalDateTextfield</li>
+ <li>[WICKET-6579] - Upgrade Spring to 5.x version</li>
+ <li>[WICKET-6580] - org.apache.wicket.util.lang.Bytes - toString()</li>
+ <li>[WICKET-6581] - Upgrade wicket-cdi to cdi version 2</li>
+ <li>[WICKET-6587] - CheckBoxSelector should accept more CheckBoxes to be
added later</li>
+ <li>[WICKET-6595] - Upgrade JUnit to v5.x</li>
+ <li>[WICKET-6600] - Error logging in AjaxRequestHandler is too strict</li>
+ <li>[WICKET-6601] - Events to close pop-up on Modal Window are not
propagated from caption bar</li>
+ <li>[WICKET-6605] - Allow AjaxFallbackButton to be stateless</li>
+ <li>[WICKET-6618] - Stateless pages and access to unconfigured
components</li>
+ <li>[WICKET-6621] - Exceeding exception retries should return control back
to server</li>
+ <li>[WICKET-6634] - Save the closeCode and message in WebSocket’s
ClosedMessage</li>
+ <li>[WICKET-6635] - Move AbstractPropertyModel#getInnermostModelOrObject()
to ChainingModel</li>
+ <li>[WICKET-6638] - RedirectRequestHandler does not support Ajax</li>
+ <li>[WICKET-6640] - Add settings for customizing the ModalWindow’s spacing,
header height and overflow</li>
+ <li>[WICKET-6644] - AbstractPageableView can only be serialized with Java
built-in serialization</li>
+ <li>[WICKET-6648] - It is impossible to initiate AjaxDownloadBehavior with
IPartialPageRequestHandler</li>
+</ul>
+<h5 id="wish">Wish</h5>
+<ul>
+ <li>[WICKET-6539] - Scope fix for DataTable toolbars</li>
+ <li>[WICKET-6569] - LambdaModel.of overload is ambiguous</li>
+ <li>[WICKET-6646] - Upgrade jquery to 3.3.x</li>
+</ul>
+<h5 id="task">Task</h5>
+<ul>
+ <li>[WICKET-6583] - Upgrade Tests to Junit5</li>
+ <li>[WICKET-6594] - JavaDoc of redirectToInterceptPage in Component urges to
use redirectTo method when in a constructor</li>
+ <li>[WICKET-6596] - Use JQuery 3.x as default</li>
+ <li>[WICKET-6598] - Upgrade Objenesis to 3.x for better support of Java
11</li>
+ <li>[WICKET-6609] - Update Guice from 4.1.0 to 4.2.2</li>
+ <li>[WICKET-6620] - @Deprecated classes/methods need to be removed</li>
+ <li>[WICKET-6624] - Upgrade to commons-filupload 1.4</li>
+ <li>[WICKET-6647] - Upgrade asm to 7.1</li>
+</ul>
+</div>
+ </section>
+ </div>
+</main>
+ <footer class="l-container">
+ <div class="l-full">
+ <img src="/img/asf_logo_url.svg" style="height:90px; float:left;
margin-right:10px;">
+ <div style="margin-top:12px;">Copyright © 2019 — The Apache Software
Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the
Apache Wicket project logo are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their
respective owners.</div>
+</div>
+ </footer>
+ </body>
+
+</html>
diff --git a/content/news/2019/04/index.html b/content/news/2019/04/index.html
index 59a67c7..f392c83 100644
--- a/content/news/2019/04/index.html
+++ b/content/news/2019/04/index.html
@@ -64,6 +64,15 @@ framework that powers thousands of web applications and web
sites for
governments...</p>
<a href="/news/2019/04/06/wicket-7.13.0-released.html">more</a></li>
</div>
+<div class="news">
+ <h3>Apache Wicket 9.0.0-M1 released</h3>
+ <p><small>15 Apr 2019</small></p>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket
9.0.0-M1!</p>
+<p>Apache Wicket is an open source Java component oriented web application
+framework that powers thousands of web applications and web sites for
+governments, ...</p>
+ <a href="/news/2019/04/15/wicket-9.0.0-M1-released.html">more</a></li>
+</div>
</div>
<div class="l-one-third">
<h2>2019</h2>
diff --git a/content/news/2019/index.html b/content/news/2019/index.html
index af2d48e..188023f 100644
--- a/content/news/2019/index.html
+++ b/content/news/2019/index.html
@@ -52,6 +52,12 @@
<p>This section contains all news items published in <a
href="/news/2019/04">April 2019</a>.</p>
</div>
<div class="l-full">
+ <h3
id="/news/2019/04/15/wicket-9.0.0-M1-released.html">Apache Wicket 9.0.0-M1
released</h3>
+ <small>15 Apr 2019</small>
+ <p>The Apache Wicket PMC is proud to announce Apache
Wicket 9.0.0-M1! Apache Wicket is an open source Java component oriented web
application framework that powers...
+ <a
href="/news/2019/04/15/wicket-9.0.0-M1-released.html">more</a></li></p>
+ </div>
+ <div class="l-full">
<h3
id="/news/2019/04/06/wicket-7.13.0-released.html">Apache Wicket 7.13.0
released</h3>
<small>06 Apr 2019</small>
<p>The Apache Wicket PMC is proud to announce Apache
Wicket 7.13.0! Apache Wicket is an open source Java component oriented web
application framework that powers...
diff --git a/content/news/index.html b/content/news/index.html
index d68c37d..5284e4d 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -52,6 +52,12 @@
<h1 id="all-news-for-2019">All News for 2019</h1>
<p>This section contains all news items published in <a
href="/news/2019">2019</a>.</p>
<article>
+ <h3 id="/news/2019/04/15/wicket-9.0.0-M1-released.html">Apache Wicket
9.0.0-M1 released</h3>
+ <small>15 Apr 2019</small>
+ <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M1!
Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and more.
You can find more about Apache Wicket at...
+ <a href="/news/2019/04/15/wicket-9.0.0-M1-released.html">more</a></p>
+</article>
+ <article>
<h3 id="/news/2019/04/06/wicket-7.13.0-released.html">Apache Wicket
7.13.0 released</h3>
<small>06 Apr 2019</small>
<p>The Apache Wicket PMC is proud to announce Apache Wicket 7.13.0!
Apache Wicket is an open source Java component oriented web application
framework that powers thousands of web applications and web sites for
governments, stores, universities, cities, banks, email providers, and more.
You can find more about Apache Wicket at...
diff --git a/content/start/download.html b/content/start/download.html
index 5f474e7..b3dc358 100644
--- a/content/start/download.html
+++ b/content/start/download.html
@@ -52,6 +52,12 @@
</section>
<section class="l-two-third left">
<div class="button-bar">
+ <a class="button" href="wicket-9.x.html">
+ <i class="fa fa-cloud-download"></i><br />
+ Apache Wicket 9.x
+ </a>
+</div>
+<div class="button-bar">
<a class="button" href="wicket-8.x.html">
<i class="fa fa-cloud-download"></i><br />
Apache Wicket 8.x
@@ -79,11 +85,11 @@
<th style="width:30%">Latest release</th>
<th style="width:40%">Status</th>
</tr>
- <!-- tr>
+ <tr>
<td><a href="wicket-9.x.html">Wicket 9.x</a></td>
- <td>9.0.0-SNAPSHOT</td>
+ <td>9.0.0-M1</td>
<td>in development</td>
- </tr -->
+ </tr>
<tr>
<td><a href="wicket-8.x.html">Wicket 8.x</a></td>
<td>8.4.0</td>
diff --git a/content/start/quickstart.html b/content/start/quickstart.html
index 8ab059c..8c13d0b 100644
--- a/content/start/quickstart.html
+++ b/content/start/quickstart.html
@@ -121,11 +121,12 @@ command line to your clipboard.</p>
<div>
<label title="Wicket Version" for="version">Wicket Version</label>
<select onchange="changeIt();" id="version">
- <option value="9.0.0-SNAPSHOT">9.0.0-SNAPSHOT</option>
+ <option value="9.0.0-M2-SNAPSHOT">9.0.0-M2-SNAPSHOT</option>
<option value="8.5.0-SNAPSHOT">8.5.0-SNAPSHOT</option>
<option value="7.14.0-SNAPSHOT">7.14.0-SNAPSHOT</option>
<option value="6.31.0-SNAPSHOT">6.31.0-SNAPSHOT</option>
<option value="1.5-SNAPSHOT">1.5-SNAPSHOT</option>
+ <option value="9.0.0-M1">9.0.0-M1</option>
<option value="8.4.0" selected="selected">8.4.0</option>
<option value="7.13.0">7.13.0</option>
<option value="1.4.23">1.4.23</option>
diff --git a/content/start/wicket-9.x.html b/content/start/wicket-9.x.html
index 3e64360..fe4f622 100644
--- a/content/start/wicket-9.x.html
+++ b/content/start/wicket-9.x.html
@@ -47,7 +47,7 @@
<p>Here you can learn about the status of Wicket 9.x, find links
to download it, learn how to configure your Maven POM to use Wicket, find the
minimal requirements, and migrate your existing application to this Wicket
version.</p>
</header>
<section class="l-one-third right">
- <div id="toc" class="toc"><div id="toc-title"><h2>Table of
Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a
href="#status"><span class="toc-number">1</span> <span
class="toc-text">Status</span></a><ul><li class="toc--level-2
toc--section-2"><a href="#semantic-versioning"><span
class="toc-number">1.1</span> <span class="toc-text">Semantic
versioning</span></a></li><li class="toc--level-2 toc--section-3"><a
href="#change-log"><span class="toc-number">1.2</span> [...]
+ <div id="toc" class="toc"><div id="toc-title"><h2>Table of
Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a
href="#status"><span class="toc-number">1</span> <span
class="toc-text">Status</span></a><ul><li class="toc--level-2
toc--section-2"><a href="#semantic-versioning"><span
class="toc-number">1.1</span> <span class="toc-text">Semantic
versioning</span></a></li><li class="toc--level-2 toc--section-3"><a
href="#change-log"><span class="toc-number">1.2</span> [...]
</section>
<section class="l-two-third left">
<div class="button-bar">
@@ -63,19 +63,22 @@
<p>This is the current in development release of Wicket. As such,
all projects intended for production should <strong>NOT</strong> use this
version.</p>
<h3 id="semantic-versioning">Semantic versioning</h3>
-<p>These releases follow semantic versioning so upgrades between minor
-releases will not break compatibility.</p>
+<p>Since Wicket 9 is still in development, backward api compatibility between
+milestone release is not guaranteed.
+We will continue to use semantic versioning when we will made Wicket 9 final
+and maintain api compatibility between minor versions of Wicket 9.</p>
<h3 id="change-log">Change log</h3>
-<p>The change log is not available at the current state of the development
process.</p>
+<p>To see what changed in these releases you can read the
+<a href="https://www.apache.org/dist/wicket/9.0.0-M1/CHANGELOG-9.x">change
log</a>.</p>
<h2 id="download">Download</h2>
-<p>The most recent test version in this branch is:
<strong>9.0.0-SNAPSHOT</strong>.
-You can test the current state of development using <a
href="#maven">Maven</a>.</p>
+<p>The most recent test version in this branch is: <strong>9.0.0-M1</strong>.
+You can test the current state of development using <a href="#maven">Maven</a>
or <a href="#manually">download it manually</a>.</p>
<h3 id="maven">Using Apache Maven</h3>
<p>Use the following Maven dependency to use Wicket in your project:</p>
<figure class="highlight"><pre><code class="language-xml"
data-lang="xml"><span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.wicket<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>wicket-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>9.0.0-SNAPSHOT<span
class="nt"></version></span>
+ <span class="nt"><version></span>9.0.0-M1<span
class="nt"></version></span>
<span class="nt"></dependency></span></code></pre></figure>
<p>Add the snippet above to your project’s POM in the dependency
(management) section.</p>
@@ -83,6 +86,36 @@ You can test the current state of development using <a
href="#maven">Maven</a>.<
dependencies (copy above snippet and change the <code
class="highlighter-rouge">artifactId</code>
accordingly).</p>
<p>If you are not a Maven user, you can download the Wicket release
manually.</p>
+<h3 id="manually">Download Manually</h3>
+<p>Use the following links to download Wicket manually to build Wicket
+from source:</p>
+<ul>
+ <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.tar.gz">apache-wicket-9.0.0-M1.tar.gz</a>
+(<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.tar.gz.asc">PGP</a>,
+<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.tar.gz.sha256">SHA-256</a>
+)</li>
+ <li>Download source <a
href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.zip">apache-wicket-9.0.0-M1.zip</a>
+(<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.zip.asc">PGP</a>,
+<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/apache-wicket-9.0.0-M1.zip.sha256">SHA-256</a>
+)</li>
+</ul>
+<p>Or use the following links to get the pre-packaged binaries instead:</p>
+<ul>
+ <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.tar.gz">apache-wicket-9.0.0-M1-bin.tar.gz</a>
+(<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.tar.gz.asc">PGP</a>,
+<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.tar.gz.sha256">SHA-256</a>
+)</li>
+ <li>Download binaries <a
href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.zip">apache-wicket-9.0.0-M1-bin.zip</a>
+(<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.zip.asc">PGP</a>,
+<a
href="https://www.apache.org/dist/wicket/9.0.0-M1/binaries/apache-wicket-9.0.0-M1-bin.zip.sha256">SHA-256</a>
+)</li>
+</ul>
+<p>Note that the binary packages and the source packages don’t contain any
+dependencies necessary to have your project working out of the box. We
+strongly urge you to use Maven (or Buildr, or Gradle) as your
+dependency management system.</p>
+<h3 id="verify-distributions-signature">Verify distribution’s signature</h3>
+<p>PGP signatures can be verified as described <a
href="http://www.apache.org/dev/release-signing.html#verifying-signature">on
this page</a>. The public key used to sign Wicket distributions can be found in
the <a href="https://www.apache.org/dist/wicket/KEYS">KEYS file</a>.</p>
<h3 id="older-releases">Older releases</h3>
<p>The Apache mirroring system only hosts the latest version of each actively
supported branch.
When you need to download an older release you can find them in the
archives.</p>
@@ -94,7 +127,7 @@ Specific modules may need additional libraries, such as file
upload,
date time APIs, CDI specifications, and more. See the module’s POM for
more details on the necessary libraries.</p>
<h3 id="java-version">Java version</h3>
-<p>This Wicket version requires at least the following Java version:
<strong>JDK 10.0 or newer</strong>.</p>
+<p>This Wicket version requires at least the following Java version:
<strong>JDK 11.0 or newer</strong>.</p>
<p>Not only is a particular version of Java necessary, Wicket also needs
access to specific APIs.</p>
<h3 id="servlet-api">Servlet API</h3>
diff --git a/start/download.md b/start/download.md
index 070ad53..953813b 100644
--- a/start/download.md
+++ b/start/download.md
@@ -6,6 +6,12 @@ preamble: Wicket is released as a source archive, convenience
binaries and throu
---
<div class="button-bar">
+ <a class="button" href="wicket-9.x.html">
+ <i class="fa fa-cloud-download"></i><br>
+ Apache Wicket 9.x
+ </a>
+</div>
+<div class="button-bar">
<a class="button" href="wicket-8.x.html">
<i class="fa fa-cloud-download"></i><br>
Apache Wicket 8.x
@@ -25,7 +31,6 @@ preamble: Wicket is released as a source archive, convenience
binaries and throu
Apache Wicket 1.5.x
</a>
</div>
-
## Supported Versions
The following releases are supported by the Wicket team.
@@ -36,11 +41,11 @@ The following releases are supported by the Wicket team.
<th style="width:30%">Latest release</th>
<th style="width:40%">Status</th>
</tr>
- <!-- tr>
+ <tr>
<td><a href="wicket-9.x.html">Wicket 9.x</a></td>
<td>{{site.wicket.version_90}}</td>
<td>in development</td>
- </tr -->
+ </tr>
<tr>
<td><a href="wicket-8.x.html">Wicket 8.x</a></td>
<td>{{site.wicket.version_80}}</td>
diff --git a/start/wicket-9.x.md b/start/wicket-9.x.md
index 6b1486c..a29edb9 100644
--- a/start/wicket-9.x.md
+++ b/start/wicket-9.x.md
@@ -22,12 +22,15 @@ all projects intended for production should **NOT** use
this version.
### Semantic versioning
-These releases follow semantic versioning so upgrades between minor
-releases will not break compatibility.
+Since Wicket 9 is still in development, backward api compatibility between
+milestone release is not guaranteed.
+We will continue to use semantic versioning when we will made Wicket 9 final
+and maintain api compatibility between minor versions of Wicket 9.
### Change log
-The change log is not available at the current state of the development
process.
+To see what changed in these releases you can read the
+[change
log](https://www.apache.org/dist/wicket/{{site.wicket.version_90}}/CHANGELOG-9.x).
## Download