Wicket 1.5-RC1 released

22 Jan 2011

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:

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