You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2012/10/04 10:55:07 UTC

svn commit: r1393958 - in /wicket/common/site/trunk: _posts/2012-10-04-wicket-6.1.0-released.md _site/2012/10/ _site/2012/10/04/ _site/2012/10/04/wicket-6.1.0-released.html _site/atom.xml

Author: dashorst
Date: Thu Oct  4 08:55:07 2012
New Revision: 1393958

URL: http://svn.apache.org/viewvc?rev=1393958&view=rev
Log:
Announce Wicket 6.1

Added:
    wicket/common/site/trunk/_posts/2012-10-04-wicket-6.1.0-released.md
    wicket/common/site/trunk/_site/2012/10/
    wicket/common/site/trunk/_site/2012/10/04/
    wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html
Modified:
    wicket/common/site/trunk/_site/atom.xml

Added: wicket/common/site/trunk/_posts/2012-10-04-wicket-6.1.0-released.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2012-10-04-wicket-6.1.0-released.md?rev=1393958&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2012-10-04-wicket-6.1.0-released.md (added)
+++ wicket/common/site/trunk/_posts/2012-10-04-wicket-6.1.0-released.md Thu Oct  4 08:55:07 2012
@@ -0,0 +1,106 @@
+---
+layout: post
+title: Apache Wicket 6.1.0 released
+excerpt: true
+---
+
+The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0!
+
+This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.
+
+### New and noteworthy
+
+Wicket CDI has been integrated as a core module, and can be used to manage conversations in your Wicket application with ease.
+
+Wicket Experimental:
+
+ * Wicket Bootstrap has been upgraded to 2.1.1
+ * Several issues with Wicket Atmosphere have been resolved
+
+### Known issues
+
+This release has two known issues, which will be solved shortly in 6.1.1 and 6.2.0:
+
+ * [WICKET-4789](https://issues.apache.org/jira/browse/WICKET-4789)
+   The way URLs are encoded was changed (WICKET-4645) and now the first 
+   request (with ;jsessionid in path) generates invalid internal links.
+ * [WICKET-4759](https://issues.apache.org/jira/browse/WICKET-4759)
+   FilterForm/FilterToolbar don't work when there's more than one IColumn to 
+   be filtered
+
+Any other issues will be released in 6.2.0
+
+### Using this release
+
+With Apache Maven update your dependency to (and don't forget to update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>6.1.0</version>
+</dependency>
+{% endhighlight %}
+
+Or download and build the distribution yourself, or use our convenience binary package:
+
+ * [6.1.0 sources](http://www.apache.org/dyn/closer.cgi/wicket/6.1.0)
+ * [6.1.0 binaries](http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries)
+
+### Upgrading from earlier versions
+ 
+If you upgrade from 6.0.0, 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](http://s.apache.org/wicket-6.0-migration) found at http://s.apache.org/wicket-6.0-migration
+
+Have fun!
+
+— The Wicket team
+ 
+### Release Notes - Wicket - Version 6.1.0
+
+#### Squashed bugs
+
+ * [WICKET-4645](https://issues.apache.org/jira/browse/WICKET-4645) - encodeURL broken on Tomcat 7.0.28
+ * [WICKET-4656](https://issues.apache.org/jira/browse/WICKET-4656) - Atmosphere example doesn&#x27;t work due to missing &#x27;page&#x27; when creating AjaxRequestTarget
+ * [WICKET-4729](https://issues.apache.org/jira/browse/WICKET-4729) - atmosphere example will stop working if opening the same url in a different tab in the same browser
+ * [WICKET-4732](https://issues.apache.org/jira/browse/WICKET-4732) - CssPackageResource doesn&#x27;t work if the extension isn&#x27;t css
+ * [WICKET-4734](https://issues.apache.org/jira/browse/WICKET-4734) - Button value is double escaped
+ * [WICKET-4735](https://issues.apache.org/jira/browse/WICKET-4735) - KittenCaptchaPanel is broken
+ * [WICKET-4737](https://issues.apache.org/jira/browse/WICKET-4737) - IllegalStateException on WicketFilter.init() after calling setFilterPath()
+ * [WICKET-4738](https://issues.apache.org/jira/browse/WICKET-4738) - DownloadLink doesn&#x27;t wrap the String model used for file name nor does it detach
+ * [WICKET-4741](https://issues.apache.org/jira/browse/WICKET-4741) - Only complete handler (no success or failure handler) is called when Ajax link produces an exception
+ * [WICKET-4742](https://issues.apache.org/jira/browse/WICKET-4742) - Wicket 6 and Atmospher Integration:  AtmosphereServlet does not delegate WicketFilter for Error Pages .
+ * [WICKET-4743](https://issues.apache.org/jira/browse/WICKET-4743) - SerializingObjectSizeOfStrategy do not use framework serializer
+ * [WICKET-4749](https://issues.apache.org/jira/browse/WICKET-4749) - TabbedPanel - IModel&lt;?&gt; initModel()
+ * [WICKET-4750](https://issues.apache.org/jira/browse/WICKET-4750) - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute
+ * [WICKET-4751](https://issues.apache.org/jira/browse/WICKET-4751) - UploadProgressBar regression
+ * [WICKET-4753](https://issues.apache.org/jira/browse/WICKET-4753) - Resource bundles are not resolved on PriorityHeaderItems
+ * [WICKET-4755](https://issues.apache.org/jira/browse/WICKET-4755) - &quot;&#x27;NEW VALUE&#x27; is not a valid Serializable&quot; error during ajax form submission
+ * [WICKET-4757](https://issues.apache.org/jira/browse/WICKET-4757) - FormComponents remain invalid forever if there is no feedback panel
+ * [WICKET-4758](https://issues.apache.org/jira/browse/WICKET-4758) - DOM ids change of the input fields of FilterToolbar
+ * [WICKET-4760](https://issues.apache.org/jira/browse/WICKET-4760) - JavaScriptStripper fails with single line comments
+ * [WICKET-4761](https://issues.apache.org/jira/browse/WICKET-4761) - ModalWindow.closeCurrent Javascript error
+ * [WICKET-4763](https://issues.apache.org/jira/browse/WICKET-4763) - Page&#x27;s stateless hint is initially set to &#x27;false&#x27;
+ * [WICKET-4766](https://issues.apache.org/jira/browse/WICKET-4766) - multiple &amp;lt;style&amp;gt; tags in header are rendered incorrectly
+ * [WICKET-4768](https://issues.apache.org/jira/browse/WICKET-4768) - Whitespace in TabbedPanel markup causes layout issues
+ * [WICKET-4770](https://issues.apache.org/jira/browse/WICKET-4770) - Wicket 6: modal windows in Safari are always in drag or resize mode
+ * [WICKET-4773](https://issues.apache.org/jira/browse/WICKET-4773) - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER
+ * [WICKET-4775](https://issues.apache.org/jira/browse/WICKET-4775) - PageParameters#mergeWith may loose values of the &#x27;other&#x27; PP
+ * [WICKET-4780](https://issues.apache.org/jira/browse/WICKET-4780) - Using both MountedMapper and CryptoMapper causes warning
+
+#### Improvement
+
+ * [WICKET-4730](https://issues.apache.org/jira/browse/WICKET-4730) - Filter component does not clear filter fields
+ * [WICKET-4731](https://issues.apache.org/jira/browse/WICKET-4731) - TimeField not able to work with a java.sql.Time
+ * [WICKET-4736](https://issues.apache.org/jira/browse/WICKET-4736) - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic
+ * [WICKET-4745](https://issues.apache.org/jira/browse/WICKET-4745) - Allow to set initial state of DebugBar to expanded / collapsed
+ * [WICKET-4746](https://issues.apache.org/jira/browse/WICKET-4746) - Wizard component translation for pt_BR
+ * [WICKET-4748](https://issues.apache.org/jira/browse/WICKET-4748) - Improve WicketTester to be able to find AjaxBehaviors on second/third/... event name
+
+#### New Feature
+
+ * [WICKET-3969](https://issues.apache.org/jira/browse/WICKET-3969) - Add CDI integration
+
+#### Task
+
+ * [WICKET-4781](https://issues.apache.org/jira/browse/WICKET-4781) - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG
+ 
\ No newline at end of file

Added: wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html?rev=1393958&view=auto
==============================================================================
--- wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html (added)
+++ wicket/common/site/trunk/_site/2012/10/04/wicket-6.1.0-released.html Thu Oct  4 08:55:07 2012
@@ -0,0 +1,324 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Apache Wicket - Apache Wicket 6.1.0 released</title>
+
+	<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen" />
+
+    <!--[if lt ie 7]>
+	<link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen" />
+    <![endif]-->
+    <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+	<link rel="alternate" type="application/atom+xml" href="/atom.xml" />
+	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
+</head>
+<body>
+<div id="container">
+    <div id="content">
+        <div id="header"><a href="/"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
+		<div id="navigation">
+	<h5><a name="Navigation-Wicket"></a>Meet Wicket</h5>
+	<ul>
+		<li>
+			<a href="/" title="Index">Home</a>
+		</li>
+		<li>
+			<a href="/meet/introduction.html" title="Introduction">Introduction</a>
+		</li>
+		<li>
+			<a href="/meet/features.html" title="Features">Features</a>
+		</li>
+		<li>
+			<a href="/meet/buzz.html" title="Buzz">Buzz</a>
+		</li>
+		<li>
+			<a href="/meet/vision.html" title="Vision">Vision</a>
+		</li>
+		<li>
+			<a href="/meet/blogs.html" title="Blogs">Blogs</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-GettingStarted" id="Navigation-GettingStarted"></a>Get Started
+	</h5>
+	<ul>
+		<li>
+			<a href="/start/download.html" title="Download Wicket">Download Wicket</a>
+		</li>
+		<li>
+			<a href="/start/quickstart.html" title="Getting started via a Maven Archetype">Quickstart</a>
+		</li>
+		<li>
+			<a href="http://www.jweekend.com/dev/LegUp" rel="nofollow">More archetypes</a>
+		</li>
+		<li>
+			<a href="/help" title="Get help">Get help</a>
+		</li>
+		<li>
+			<a href="/help/email.html" title="Wicket Mailing Lists">Mailing Lists</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Documentation" id="Navigation-Documentation"></a>Learn
+	</h5>
+	<ul>
+		<li>
+			<a href="/learn/examples" title="Examples">Examples</a>
+		</li>
+		<li>
+			<a href="http://www.wicket-library.com/wicket-examples/compref/">Components</a>
+		</li>
+		<li>
+			<a href="/learn/projects/" title="Projects extending basic Wicket">Projects</a>
+		</li>
+		<li>
+			<a href="http://cwiki.apache.org/WICKET">Wiki</a>
+		</li>
+		<li>
+			<a href="http://cwiki.apache.org/WICKET/reference-library.html">Reference guide</a>
+		</li>
+		<li>
+			<a href="/learn/books" title="Books">Books</a>
+		</li>
+		<li>
+			<a href="/learn/ides.html" title="IDEs">IDE plugins</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Releases" id="Navigation-Releases"></a>Releases
+	</h5>
+	<ul>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/6.1.0">Wicket 6.1</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.5.8">Wicket 1.5</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.4.21">Wicket 1.4</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/dyn/closer.cgi/wicket/1.3.7">Wicket 1.3</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.2" class="external-link" rel="nofollow">Wicket 1.2</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.1" class="external-link" rel="nofollow">Wicket 1.1</a>
+		</li>
+		<li>
+			<a href="http://wicket.sf.net/wicket-1.0" class="external-link" rel="nofollow">Wicket 1.0</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Docs" id="Navigation-Docs"></a>API Docs
+	</h5>
+	<ul>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/6.0.x/" title="JavaDocs of Apache Wicket 6.x">Wicket 6</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.5.x/" title="JavaDocs of Apache Wicket 1.5.x">Wicket 1.5</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.4.x" title="JavaDocs of Apache Wicket 1.4.x">Wicket 1.4</a>
+		</li>
+		<li>
+			<a href="http://ci.apache.org/projects/wicket/apidocs/1.3.x" title="JavaDocs of Apache Wicket 1.3.x">Wicket 1.3</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Developers" id="Navigation-Developers"></a>Contribute
+	</h5>
+	<ul>
+		<li>
+			<a href="/contribute/write.html" title="Writing documentation">Writing docs</a>
+		</li>
+		<li>
+			<a href="/contribute/build.html" title="Building from SVN">Build Wicket</a>
+		</li>
+		<li>
+			<a href="/contribute/patch.html" title="Provide a patch">Provide a patch</a>
+		</li>
+		<li>
+			<a href="/contribute/release.html" title="Release Wicket">Release Wicket</a>
+		</li>
+		<li>
+			<a href="http://fisheye6.atlassian.com/browse/wicket" title="SVN Overview" class="external-link" rel="nofollow">Fisheye</a>
+		</li>
+	</ul>
+	<h5>
+		<a name="Navigation-Apache" id="Navigation-Apache"></a>Apache
+	</h5>
+	<ul>
+		<li>
+			<a href="http://www.apache.org/" class="external-link" rel="nofollow">Apache</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/licenses/" class="external-link" rel="nofollow">License</a>
+		</li>
+		<li>
+			<a href="http://www.apache.org/foundation/sponsorship.html" class="external-link" rel="nofollow">Sponsorship</a>
+		</li>
+		<li>
+			<a href="http://apache.org/foundation/thanks.html" class="external-link" rel="nofollow">Thanks</a>
+		</li>
+	</ul>
+</div>
+
+		<div id="contentbody">
+			<h1>Apache Wicket 6.1.0 released</h1>
+			<p>The Apache Wicket PMC is proud to announce Apache Wicket 6.1.0!</p>
+
+<p>This release marks the first maintenance release of Wicket 6. Starting with Wicket 6 we use semantic versioning for the future development of Wicket, and as such no API breaks are present in this release compared to 6.0.0.</p>
+
+<h3 id='new_and_noteworthy'>New and noteworthy</h3>
+
+<p>Wicket CDI has been integrated as a core module, and can be used to manage conversations in your Wicket application with ease.</p>
+
+<p>Wicket Experimental:</p>
+
+<ul>
+<li>Wicket Bootstrap has been upgraded to 2.1.1</li>
+
+<li>Several issues with Wicket Atmosphere have been resolved</li>
+</ul>
+
+<h3 id='known_issues'>Known issues</h3>
+
+<p>This release has two known issues, which will be solved shortly in 6.1.1 and 6.2.0:</p>
+
+<ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4789'>WICKET-4789</a> The way URLs are encoded was changed (WICKET-4645) and now the first request (with ;jsessionid in path) generates invalid internal links.</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4759'>WICKET-4759</a> FilterForm/FilterToolbar don&#8217;t work when there&#8217;s more than one IColumn to be filtered</li>
+</ul>
+
+<p>Any other issues will be released in 6.2.0</p>
+
+<h3 id='using_this_release'>Using this release</h3>
+
+<p>With Apache Maven update your dependency to (and don&#8217;t forget to update any other dependencies on Wicket projects to the same version):</p>
+<div class='highlight'><pre><code class='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.1.0<span class='nt'>&lt;/version&gt;</span>
+<span class='nt'>&lt;/dependency&gt;</span>
+</code></pre>
+</div>
+<p>Or download and build the distribution yourself, or use our convenience binary package:</p>
+
+<ul>
+<li><a href='http://www.apache.org/dyn/closer.cgi/wicket/6.1.0'>6.1.0 sources</a></li>
+
+<li><a href='http://www.apache.org/dyn/closer.cgi/wicket/6.1.0/binaries'>6.1.0 binaries</a></li>
+</ul>
+
+<h3 id='upgrading_from_earlier_versions'>Upgrading from earlier versions</h3>
+
+<p>If you upgrade from 6.0.0, this release is a drop in replacement. If you come from a version prior to 6.0.0, please read our <a href='http://s.apache.org/wicket-6.0-migration'>Wicket 6 migration guide</a> found at http://s.apache.org/wicket-6.0-migration</p>
+
+<p>Have fun!</p>
+
+<p>— The Wicket team</p>
+
+<h3 id='release_notes__wicket__version_610'>Release Notes - Wicket - Version 6.1.0</h3>
+
+<h4 id='squashed_bugs'>Squashed bugs</h4>
+
+<ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4645'>WICKET-4645</a> - encodeURL broken on Tomcat 7.0.28</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4656'>WICKET-4656</a> - Atmosphere example doesn&#39;t work due to missing &#39;page&#39; when creating AjaxRequestTarget</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4729'>WICKET-4729</a> - atmosphere example will stop working if opening the same url in a different tab in the same browser</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4732'>WICKET-4732</a> - CssPackageResource doesn&#39;t work if the extension isn&#39;t css</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4734'>WICKET-4734</a> - Button value is double escaped</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4735'>WICKET-4735</a> - KittenCaptchaPanel is broken</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4737'>WICKET-4737</a> - IllegalStateException on WicketFilter.init() after calling setFilterPath()</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4738'>WICKET-4738</a> - DownloadLink doesn&#39;t wrap the String model used for file name nor does it detach</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4741'>WICKET-4741</a> - Only complete handler (no success or failure handler) is called when Ajax link produces an exception</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4742'>WICKET-4742</a> - Wicket 6 and Atmospher Integration: AtmosphereServlet does not delegate WicketFilter for Error Pages .</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4743'>WICKET-4743</a> - SerializingObjectSizeOfStrategy do not use framework serializer</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4749'>WICKET-4749</a> - TabbedPanel - IModel&#60;?&#62; initModel()</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4750'>WICKET-4750</a> - AbstractDefaultAjaxBehavior.getCallbackFunction should not add the event attribute</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4751'>WICKET-4751</a> - UploadProgressBar regression</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4753'>WICKET-4753</a> - Resource bundles are not resolved on PriorityHeaderItems</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4755'>WICKET-4755</a> - &#34;&#39;NEW VALUE&#39; is not a valid Serializable&#34; error during ajax form submission</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4757'>WICKET-4757</a> - FormComponents remain invalid forever if there is no feedback panel</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4758'>WICKET-4758</a> - DOM ids change of the input fields of FilterToolbar</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4760'>WICKET-4760</a> - JavaScriptStripper fails with single line comments</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4761'>WICKET-4761</a> - ModalWindow.closeCurrent Javascript error</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4763'>WICKET-4763</a> - Page&#39;s stateless hint is initially set to &#39;false&#39;</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4766'>WICKET-4766</a> - multiple &#38;lt;style&#38;gt; tags in header are rendered incorrectly</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4768'>WICKET-4768</a> - Whitespace in TabbedPanel markup causes layout issues</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4770'>WICKET-4770</a> - Wicket 6: modal windows in Safari are always in drag or resize mode</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4773'>WICKET-4773</a> - ComponentFeedbackPanel broken under Wicket 6.0.0 when RenderStrategy.REDIRECT_TO_RENDER</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4775'>WICKET-4775</a> - PageParameters#mergeWith may loose values of the &#39;other&#39; PP</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4780'>WICKET-4780</a> - Using both MountedMapper and CryptoMapper causes warning</li>
+</ul>
+
+<h4 id='improvement'>Improvement</h4>
+
+<ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4730'>WICKET-4730</a> - Filter component does not clear filter fields</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4731'>WICKET-4731</a> - TimeField not able to work with a java.sql.Time</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4736'>WICKET-4736</a> - JavaScriptFilteredIntoFooterHeaderResponse should reverse filter logic</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4745'>WICKET-4745</a> - Allow to set initial state of DebugBar to expanded / collapsed</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4746'>WICKET-4746</a> - Wizard component translation for pt_BR</li>
+
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4748'>WICKET-4748</a> - Improve WicketTester to be able to find AjaxBehaviors on second/third/&#8230; event name</li>
+</ul>
+
+<h4 id='new_feature'>New Feature</h4>
+
+<ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-3969'>WICKET-3969</a> - Add CDI integration</li>
+</ul>
+
+<h4 id='task'>Task</h4>
+
+<ul>
+<li><a href='https://issues.apache.org/jira/browse/WICKET-4781'>WICKET-4781</a> - Downgrade the warning that a rendering falls back to redirect_to_buffer to a DEBUG</li>
+</ul>
+		</div>
+        <div id="clearer"></div>
+		<div id="footer"><span>
+Copyright &copy; 2012 &mdash; 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.
+</span></div>
+
+    </div>
+</div>
+</body>
+</html>

Modified: wicket/common/site/trunk/_site/atom.xml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/atom.xml?rev=1393958&r1=1393957&r2=1393958&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/atom.xml (original)
+++ wicket/common/site/trunk/_site/atom.xml Thu Oct  4 08:55:07 2012
@@ -4,7 +4,7 @@
  <title>Apache Wicket</title>
  <link href="http://wicket.apache.org/atom.xml" rel="self"/>
  <link href="http://wicket.apache.org/"/>
- <updated>2012-10-04T10:51:33+02:00</updated>
+ <updated>2012-10-04T10:54:01+02:00</updated>
  <id>http://wicket.apache.org/</id>
  <author>
    <name>Apache Wicket</name>