blob: 63c17cc80d8be83e5d8ac37fd92e813df1093b4c [file] [log] [blame]
<!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-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">
<div class="nav-logo">
<a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
</div>
<div class="nav-container">
<!-- /start/quickstart.html || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
<!-- /start/download.html || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/start/download.html" class=" nav-items">Download</a>
<!-- /learn || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/learn" class=" nav-items">Documentation</a>
<!-- /help || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/help" class=" nav-items">Support</a>
<!-- /contribute || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/contribute" class=" nav-items">Contribute</a>
<!-- /community || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/community" class=" nav-items">Community</a>
<!-- /apache || /news/2014/04/30/wicket-7.0.0-M1-released.html -->
<a href="/apache" class=" nav-items">Apache</a>
</div>
<div class="nav-container ">
<a href="https://github.com/apache/wicket" target="_blank"><i class="fa fa-github nav-items"></i></a>
<a href="https://twitter.com/apache_wicket" target="_blank"><i class="fa fa-twitter nav-items"></i></a>
<a href="https://builtwithwicket.tumblr.com" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
</div>
</nav>
</div>
</div>
<main>
<div class="l-container">
<header class="l-full preamble">
<h1>Apache Wicket 7.0.0-M1 released</h1>
</header>
<section class="toc left post ">
</section>
<section>
<div class="l-full">
<p class="meta">30 Apr 2014</p>
<p>We have released the first of a series of milestone releases 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>
<ul>
<li><a href="http://s.apache.org/wicket7migrate">Migration to Wicket 7.0</a></li>
</ul>
<h3 id="using-this-release">Using this release</h3>
<p>This is pre-release software: use at your own peril!</p>
<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-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</p>
<ul>
<li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1">7.0.0-M1 source download</a></li>
<li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/7.0.0-M1/binaries">7.0.0-M1 binary download</a></li>
</ul>
<p>Have fun and let us know what you think!</p>
</div>
</section>
</div>
</main>
<footer>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 2021 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
</div>
</div>
</footer>
</body>
</html>