Wicket in Action

Wicket 1.5-RC1 released

23 January 2011, by dashorst

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

Release Artifacts:

  • Subversion tag
  • To use in Maven:
    <dependency>
        <groupId>org.apache.wicket</groupId>
        <artifactId>wicket</artifactId>
        <version>1.5-RC1</version>
    </dependency>
  • Download the full distribution (including source)
-->