Versions Compared

Key

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

...

Wicket is released under the Apache License, Version 2.0.

Apache Wicket 1.4.

...

9 Released

The Apache Wicket project is proud to announce the sixths ninth maintenance release of Apache Wicket 1.4. This releases brings over 40 15 improvements and bug fixes that make Wicket 1.4 even more stable in production environments.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.69

Or use this in your Maven pom's to upgrade to the new version:

Code Block
xml
xml
<dependency>
  <groupId>org.apache.wicket</groupId>
  <artifactId>wicket</artifactId>
  <version>1.4.6<9</version>
</dependency>

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

Apache Wicket 1.4.5 Released

The Apache Wicket project is proud to announce the fifth maintenance release of Apache Wicket 1.4. This releases mainly fixes WICKET-2613 which has caused certain applications to stop functioning properly in production environments.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.5

Or use this in your Maven pom's to upgrade to the new version:

...

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

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

Apache Wicket 1.4.4 Released

The Apache Wicket project is proud to announce the fourth maintenance release of Apache Wicket 1.4.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4

Or use this in your Maven pom's to upgrade to the new version:

...

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

Changes

A complete list of changes can be found here.It is worth noting that WICKET-2846 will almost definitely be reverted in the next release because the community has shown a preference for this. So, it would be wise not to take advantage of the InheritableThreadLocal that was put into version 1.4.9.

We thank you for your patience and support.

Apache Wicket 1.4.3 Released

The Apache Wicket project is proud to announce the third maintenance release of Apache Wicket 1.4.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.3

Or use this in your Maven pom's to upgrade to the new version:

...

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

Wicket Team

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

Apache Wicket 1.4.

...

8 Released

The Apache Wicket project is proud to announce the second eighth maintenance release of Apache Wicket 1.4. This releases brings over 20 improvements and bug fixes.

Download Apache Wicket 1.4

You can download the release here: http://www.apache.org/dyn/closer.cgi/wicket/1.4.28

Or use this in your Maven pom's to upgrade to the new version:

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

Changes

A complete list of changes can be found here.

We thank you for your patience and support.

...