You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2011/01/22 21:32:56 UTC

svn commit: r1062263 - in /wicket/common/site/trunk: _config.yml _posts/2011-01-22-wicket-1.5-RC1-released.md

Author: ivaynberg
Date: Sat Jan 22 20:32:56 2011
New Revision: 1062263

URL: http://svn.apache.org/viewvc?rev=1062263&view=rev
Log:
1.5-rc1 prep

Added:
    wicket/common/site/trunk/_posts/2011-01-22-wicket-1.5-RC1-released.md
Modified:
    wicket/common/site/trunk/_config.yml

Modified: wicket/common/site/trunk/_config.yml
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_config.yml?rev=1062263&r1=1062262&r2=1062263&view=diff
==============================================================================
--- wicket/common/site/trunk/_config.yml (original)
+++ wicket/common/site/trunk/_config.yml Sat Jan 22 20:32:56 2011
@@ -15,4 +15,4 @@ exclude:    readme.md
 wicket:
     version:    1.4.15
     released:   2010-12-24
-    versions:   [1.4.14, 1.4.15, 1.4-SNAPSHOT, 1.5-M3, 1.5-SNAPSHOT]
+    versions:   [1.4.14, 1.4.15, 1.4-SNAPSHOT, 1.5-RC1, 1.5-M3, 1.5-SNAPSHOT]

Added: wicket/common/site/trunk/_posts/2011-01-22-wicket-1.5-RC1-released.md
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_posts/2011-01-22-wicket-1.5-RC1-released.md?rev=1062263&view=auto
==============================================================================
--- wicket/common/site/trunk/_posts/2011-01-22-wicket-1.5-RC1-released.md (added)
+++ wicket/common/site/trunk/_posts/2011-01-22-wicket-1.5-RC1-released.md Sat Jan 22 20:32:56 2011
@@ -0,0 +1,26 @@
+---
+layout: post
+title: Wicket 1.5-RC1 released
+---
+
+The Wicket Team is proud to introduce the first Release Candidate in Wicket 1.5 series. The 1.5 series provides the following major improvements:
+* A more powerful and flexible request processing pipeline
+* Intercomponent event mechanism
+* Improved configuration
+* More flexible markup loading
+* Better proxy support (x-forwarded-for header)
+
+More detailed migration notes are available on our [Migrate to 1.5 Wiki Page](https://cwiki.apache.org/WICKET/migration-to-wicket-15.html)
+
+Release Artifacts:
+* [Subversion tag](http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-RC1) 
+* [Changelog](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315483&sorter/field=issuekey&sorter/order=DESC)
+* To use in Maven: 
+{% highlight xml %}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket</artifactId>
+    <version>1.5-RC1</version>
+</dependency>
+{% endhighlight %}
+* Download the [full distribution](http://www.apache.org/dyn/closer.cgi/wicket/1.5-RC1) (including source)