Versions Compared

Key

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

...

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

Assignee: mgrigorov
Status: Not started
Jira:

Generics for org.apache.wicket.Component

...

Code Block
titleMyPage.java
borderStylesolid
  Component<Entity> c = new SomeComponent<>("id", model);

Assignee: mgrigorov
Status: Not started
Jira:

Servlet 3 as a minimum

While we opted to not require servlet 3 for wicket 6, it has bitten us a couple of times solving issues in wicket 6. Servlet 3 has been out for ages, so we should move with the times.

Assignee: mgrigorov
Status: Not started
Jira:

Tickets in Jira with "Fix Version" = 7.0

...

Assignee: mgrigorov
Status: Not started

Minor API cleanups