blob: 0160cb862c61704f79575d65b3b3807a69e3c508 [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 1.3.7 marks end of life for Wicket 1.3 | 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/2009/07/30/wicket-1.3.7-released.html -->
<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
<!-- /start/download.html || /news/2009/07/30/wicket-1.3.7-released.html -->
<a href="/start/download.html" class=" nav-items">Download</a>
<!-- /learn || /news/2009/07/30/wicket-1.3.7-released.html -->
<a href="/learn" class=" nav-items">Documentation</a>
<!-- /help || /news/2009/07/30/wicket-1.3.7-released.html -->
<a href="/help" class=" nav-items">Support</a>
<!-- /contribute || /news/2009/07/30/wicket-1.3.7-released.html -->
<a href="/contribute" class=" nav-items">Contribute</a>
<!-- /community || /news/2009/07/30/wicket-1.3.7-released.html -->
<a href="/community" class=" nav-items">Community</a>
<!-- /apache || /news/2009/07/30/wicket-1.3.7-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 1.3.7 marks end of life for Wicket 1.3</h1>
</header>
<section class="toc left post ">
<div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#apache-wicket-137"><span class="toc-number">1</span> <span class="toc-text">Apache Wicket 1.3.7</span></a><ul><li class="toc--level-2 toc--section-2"><a href="#this-release"><span class="toc-number">1.1</span> <span class="toc-text">This release</span></a></li><li class="toc--level-2 toc--section-3"><a href="#migrating-from-12"><span class="toc-number">1.2</span> <span class="toc-text">Migrating from 1.2</span></a></li><li class="toc--level-2 toc--section-4"><a href="#downloading-the-release"><span class="toc-number">1.3</span> <span class="toc-text">Downloading the release</span></a></li><li class="toc--level-2 toc--section-5"><a href="#validating-the-release"><span class="toc-number">1.4</span> <span class="toc-text">Validating the release</span></a></li><li class="toc--level-2 toc--section-6"><a href="#reporting-bugs"><span class="toc-number">1.5</span> <span class="toc-text">Reporting bugs</span></a></li><li class="toc--level-2 toc--section-7"><a href="#the-distribution"><span class="toc-number">1.6</span> <span class="toc-text">The distribution</span></a></li><li class="toc--level-2 toc--section-8"><a href="#release-notes"><span class="toc-number">1.7</span> <span class="toc-text">Release Notes</span></a></li></ul></li></ul></div>
</section>
<section>
<div class="l-full">
<p class="meta">30 Jul 2009</p>
<p>The Apache Wicket team is proud to present the release of Apache Wicket
1.3.7. This will be the last feature release for the 1.3.x branch. Going
forward, only security fixes will be released in the 1.3.x branch - meaning
that 1.3.7 may be the last release in this branch. All users are encouraged
to upgrade to 1.4.0 as soon as possible. As work begins on 1.5 in the near
future, we will be supporting 1.4.x and 1.5.x.</p>
<p>Eager people click here to download the distribution, others can read
further:</p>
<ul>
<li><a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">http://www.apache.org/dyn/closer.cgi/wicket/1.3.7</a></li>
</ul>
<p>We thank you for your patience and support.</p>
<p>The Wicket Team</p>
<h2 id="apache-wicket-137">Apache Wicket 1.3.7</h2>
<p>Apache Wicket is a component oriented Java web application framework. With
proper mark-up/logic separation, a POJO data model, and a refreshing lack of
XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap
the boilerplate, complex debugging and brittle code for powerful, reusable
components written with plain Java and HTML.</p>
<p>You can find out more about Apache Wicket on <a href="http://wicket.apache.org">our website</a></p>
<h3 id="this-release">This release</h3>
<p>This will be the last feature release for the 1.3.x branch. Going forward,
only security fixes will be released in the 1.3.x branch - meaning that 1.3.7
may be the last release in this branch. All users are encouraged to upgrade
to 1.4.0 as soon as possible. As work begins on 1.5 in the near future, we
will be supporting 1.4.x and 1.5.x.</p>
<h3 id="migrating-from-12">Migrating from 1.2</h3>
<p>If you are coming from Wicket 1.2, you really want to read our migration
guide, found on the wiki:</p>
<p>https://cwiki.apache.org/confluence/display/WICKET/Migrating+to+Wicket+1.3</p>
<h3 id="downloading-the-release">Downloading the release</h3>
<p>You can download the release from the official Apache mirror system, and you
can find it through the following link:</p>
<p>http://www.apache.org/dyn/closer.cgi/wicket/1.3.7/</p>
<p>For the Maven and Ivy fans out there: update your pom’s to the following, and
everything will be downloaded automatically:</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<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>1.3.7<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
<p>Substitute the artifact ID with the projects of your liking to get the other
projects.</p>
<p>Please note that we don’t prescribe a Logging implementation for SLF4J. You
need to specify yourself which one you prefer. Read more about SLF4J here:
http://slf4j.org</p>
<h3 id="validating-the-release">Validating the release</h3>
<p>The release has been signed by Igor Vaynberg, your release manager for today.
The public key can be found in the KEYS file in the download area. Download
the KEYS file only from the Apache website.</p>
<p>http://www.apache.org/dist/wicket/1.3.7/KEYS</p>
<p>Instructions on how to validate the release can be found here:</p>
<p>http://www.apache.org/dev/release-signing.html#check-integrity</p>
<h3 id="reporting-bugs">Reporting bugs</h3>
<p>In case you do encounter a bug, we would appreciate a report in our JIRA:</p>
<p>http://issues.apache.org/jira/browse/WICKET</p>
<h3 id="the-distribution">The distribution</h3>
<p>In the distribution you will find a README. The README contains instructions
on how to build from source yourself. You also find a CHANGELOG-1.3 which
contains a list of all things that have been fixed, added and/or removed
since Wicket 1.3.0.</p>
<h3 id="release-notes">Release Notes</h3>
<h4 id="bug">Bug</h4>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-1912">WICKET-1912</a> - StatelessForm problems with query string</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-1922">WICKET-1922</a> - AbstractTree - setting root to null causes NullPointerException</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-1960">WICKET-1960</a> - AutoCompleteTextField - gives a type mismatch error on IE - version wicket-1.4-rc1</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-1992">WICKET-1992</a> - SharedResourceRequestTarget allows access to almost arbitrary files under WEB-INF.</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2215">WICKET-2215</a> - WebClientInfo does not set browerMajorVersion for IE8</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2252">WICKET-2252</a> - Autocomplete text fields don’t call existing JavaScript event handlers properly</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2268">WICKET-2268</a> - NullPointerException NPE in DiskPageStore after Session Timeout</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2289">WICKET-2289</a> - AutoCompleteBehavior: Selected input not modiefied when selected with keyboard</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2308">WICKET-2308</a> - Append lastmodified to Resources shouldnt append when the resource is a directory (ends with /)</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2313">WICKET-2313</a> - BaseWicketTester doesn’t invoke Application.newAjaxRequestTarget for ajax request target</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2337">WICKET-2337</a> - IndexOutOfBoundsException when PropertyResolver is using an invalid list index</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2354">WICKET-2354</a> - PropertyModel does not support index only property (“[0]”)</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2371">WICKET-2371</a> - jre 1.5 method used in wicket-extensions</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2384">WICKET-2384</a> - OutOfMemoryError occur for memory leak on FeedbackPanel &amp; FeedbackMessages</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2385">WICKET-2385</a> - BigDecimalConverter uses jdk5</li>
</ul>
<h4 id="improvement">Improvement</h4>
<ul>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2168">WICKET-2168</a> - TableTree.html is not XHTML valid</li>
<li><a href="https://issues.apache.org/jira/browse/WICKET-2315">WICKET-2315</a> - Backport PageReference from trunk</li>
</ul>
</div>
</section>
</div>
</main>
<footer>
<div class="l-container">
<div class="left">
<img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
<div style="margin-top:12px;">Copyright © 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>