Versions Compared

Key

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

...

Wicket 8.0 requires Servlet 3.1

API changes

Deprecate org.apache.wicket.util.IProvider WICKET-6060

Replace it with standard Java 8 java.util.function.Supplier<T> which is virtually identical.

...