Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed 2.0 stuff

...

Version

Java version

Code status

Apache status

Maven

Download

Subversion

1.2.5

>= 1.4

Stable

n/a

maven

sourceforge

releases/wicket-1.2.5

1.2.x

>= 1.4

Stable

n/a

snapshot

n/a

branches/wicket-1.2.x

1.3

>= 1.4

Beta

incubating

snapshot

n/a

branches/wicket-1.x

2>1.03

>= 1.5

Alphan/a

incubatingsnapshot

n/a

n/a

trunkn/a

Wicket versions

Here's a small description of the different Wicket releases. Our current stable release is Wicket 1.2.5, which is released outside the Apache Software Foundation. Development within the Apache Software Foundation is ongoing on Wicket 1.3 and 2.0. Wicket 2.0 was scheduled as our next major release, but considering that it requires Java 1.5 or newer, the Wicket team decided to backport some major features into our Wicket 1 stream. The result of this effort is the upcoming Wicket 1.3. We are currently stabilizing Wicket 1.3. This will be the last JDK 1.4 compatible release. The next version will require JDK 1.5.

Anchor
wicket_1_2_5
wicket_1_2_5

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>1.3-incubating-SNAPSHOT</version>
</dependency>

Wicket 2.0 / 2.x

Wicket 2.0 is currently under development at the Apache Software Foundation, while inside the Incubator. When projects first move to Apache, they are housed at the Apache Incubator. The Incubator helps incoming projects migrate to the vibrant Apache community.

...

.

...

3

...

You can see the status of Wicket's incubation process on this page.

Information on Wicket 2.0 / 2.x

Subversion

http://svn.apache.org/repos/asf/incubator/wicket/trunk

Snapshot repository

http://wicketstuff.org/maven/repository

Central repository

n/a

Java version

Java 5 or newer

Maven pom dependency

Add the following snippet to your Maven project descriptor (pom.xml) to use the latest development version from the Wicket 2.x branch (development, alpha).

Code Block
xmlxml

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket</artifactId>
    <version>2.0-incubating-SNAPSHOT</version>
</dependency>