Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add entry for wicket.jar (three-in-one)

...

  • Wicket 1.5 requires at least Java 5

(RC1) Upgraded to Servlet API 2.5

In order to stay with the times, we have upgraded the minimal requirements for servlet specifications to servlet API 2.5.

(RC1) Maven users are recommended to depend on org.apache.wicket:wicket-core:jar from now on

org.apache.wicket:wicket:jar combines the classes from org.apache.wicket:wicket-core:jar, org.apache.wicket:wicket-util:jar and org.apache.wicket:wicket-request:jar. wicket.jar is recommended for users which don't use dependency management tools (like Maven, Ivy, Gradle, ...).
Maven users still can depend on org.apache.wicket:wicket:jar but this way they will not be able to automatically download sources and javadoc for this module.

Upgraded to JUNIT4

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

...