You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Igor Vaynberg <ig...@gmail.com> on 2010/09/17 17:49:42 UTC

[announce] Wicket 1.4.12 and 1.5-M2.1 released

The Wicket team would like to announce the release of 1.4.12 and 1.5-M2.1

1.4.12
---------------------------------------------------------------------------------------
This is the twelfth maintenance release of the 1.4.x series. This
release brings a fix to a critical bug (WICKET-3040) which prevented
ajax form submits in FireFox.

* Subversion tag: http://svn.apache.org/repos/asf/wicket/releases/wicket-1.4.12
* Changelog: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=12310561&fixfor=12315312&sorter/field=priority&sorter/order=DESC
* To use in Maven:

<dependency>
   <groupId>org.apache.wicket</groupId>
   <artifactId>wicket</artifactId>
   <version>1.4.12</version>
</dependency>

* Download the full distribution:
http://www.apache.org/dyn/closer.cgi/wicket/1.4.12 (including source)

1.5-M2.1
---------------------------------------------------------------------------------------
This is the second milestone of the new 1.5.x Wicket series. The focus
of 1.5.x is to provide our users with a more powerful and flexible
request processing pipeline.

This release is NOT production-ready, it is more of a technology demo
that should facilitate user-feedback we can fold into the next
milestone.

New and noteworthy items in this milestone include:

Inter-component event mechanism which allows components to communicate
in a decoupled fashion
https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents

Improved resource caching.
https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-getResourceSettings%2528%2529.setAddLastModifiedTimeToResourceReferenceUrl%2528%2529hasbeenreplaced

* Migration notes: https://cwiki.apache.org/WICKET/migration-to-wicket-15.html
* Subversion tag:
http://svn.apache.org/repos/asf/wicket/releases/wicket-1.5-M2.1
* To use in Maven:

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.5-M2.1</version>
</dependency>

*Download the full distribution (including source)
http://www.apache.org/dyn/closer.cgi/wicket/1.5-M2.1


Cheers,
-The Wicket Team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org