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.

Drop Jetty 7.x and 9.0.x modules for Wicket Native WebSocket WICKET-5990

...