Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Getting Wicket

Apache Wicket 1.34.2 8 is the current stable release.

Download

Latest stable release

1.34.28

(from the Apache Software Foundation)

Archived release

1.23.67

(from sourceforge.net, not affiliated with the Apache Software Foundation])

We recommend you start with our latest 1.3 4 release. If you are migrating an existing application from Wicket 1.2 3 to 1.34, you may find the migration guide invaluable.

Apache Wicket 1.4.x lines require JDK 1.5 or newer

Apache Wicket 1.3.x lines require JDK 1.4 or newer, although there are some non-core modules which take advantage of JDK 5 features.

The core framework will switch to JDK5 for the next major version (1.4.x or 2.0.x, we haven't decided the numbering scheme quite yet).

Important note about logging dependencies for 1.3.0 and later.

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.34.2<8</version>
</dependency>

For the SLF4J log4j binding:

...

If you wish to build the latest code from scratch, the two branches live in the following places in Subversion:

...