Wicket in Action

Wicket Security: WASP and SWARM 1.4.1 released!

17 September 2010, by dashorst

The Wicket Security project WASP/SWARM has released a new version: 1.4.1

News worthy changes:

  • Moved code from SwarmStrategy to AbstractSwarmStrategy to allow reuse with different implementations
  • Logout now uses Session.invalidate() instead of invalidateNow(), to prevent problems with the request logger
  • Spring example is now based on Spring 3
  • Wicket dependency upgraded to 1.4.12

You can download the release from the Wicket stuff repository:

Or upgrade using the following in your pom:

<dependency>
   <groupId>org.apache.wicket.wicket-security</groupId>
   <artifactId>swarm</artifactId>
   <version>1.4.1</version>
</dependency>
-->