Versions Compared

Key

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

...

Assignee: mgrigorov
Status: Done

Generics for org.apache.wicket.Component

Using Java 7 will allow to use the "diamonds operator", i.e.

...

PageParameters improvements

...

  • getApplication().getCssSettings().setSortOrderDownClass("sort-order-down");

Remove deprecated in Wicket 6.x classes and methods

For example:

  • the old Swing based implementation of Tree
  • the backward compatibility helper methods in AbstractDefaultAjaxBehavior
  • WicketTester#startComponent()
  • ...