Versions Compared

Key

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

...

Ideas for Wicket 7.0 list some more ideas but to add a task in the Roadmap it has to be discussed first in the dev mailing list. Ideas with attached patch in Jira ticket or Pull Request have a bigger chance to be included in the Roadmap.

Info
titleHow to help us

Pick a task from the Roadmap wiki page or from Jira with "Fix Version" = 7.0.
Implement it (+ tests when possible) and make a Pull Request at GitHub (apache/wicket). We do not own the GitHub repo but it is easy to pull from your repos and apply the code. It is also easy to make code reviews and comment.
Add a comment to the ticket in Jira when you start on it. Just to prevent two or more people working on the same thing.

Java 7 as a minimum

Java 7 has nice support for generics, better annotations, and Java 6 is reaching its end of life pretty soon.

...