blob: 9651e40432293d487009fa75c20cb2b43f16bd0e [file] [log] [blame]
I"Ø<p>The Apache Wicket project is proud to announce the first maintenance release
of Apache Wicket 1.4.</p>
<h3 id="download-apache-wicket-14">Download Apache Wicket 1.4</h3>
<p>You can download the release here:
<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.1">http://www.apache.org/dyn/closer.cgi/wicket/1.4.1</a></p>
<p>Or use this in your Maven pom’s to upgrade to the new 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<span class="nt">&lt;/artifactId&gt;</span>
<span class="nt">&lt;version&gt;</span>1.4.1<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
<h3 id="changes">Changes</h3>
<p>The most notable change in this release is the transparent support for
multipart form submissions via Ajax. Wicket is now smart enough to submit a
form using a hidden iframe rather then the standard XMLHttpRequest if the
form contains file upload fields.</p>
<p>A complete list of changes can be found in our
<a href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;mode=hide&amp;sorter/order=DESC&amp;sorter/field=priority&amp;pid=12310561&amp;fixfor=12314113">Jira</a>
instance.</p>
<p>We thank you for your patience and support.</p>
<p>The Wicket Team</p>
:ET