Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So we removed that feature and introduced IAuthenticationStrategy. A default implementation has been provided and the examples have been updated. As usual it gets registered with ISecuritySettings.

For easy Cookie handling In case you want to implement your own IAuthenticationStrategy, a utility class org.apache.wicket.util.cookies.CookieUtils has been introducedadded.

Upgraded to JUNIT4

We changed the root pom.xml to use junit4 (4.7)

Remove IComponentBorder

The interface has been removed since IBehavior can do exactly the same. MarkupComponentBorder has been migrated, which means you can associated markup to the behavior. Markup which will surround the behavior's component.

xxx