Versions Compared

Key

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

...

  • java.util.Optional for AjaxFallback**  
    Jira
    serverASF JIRA
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyWICKET-6104
  • new DateTime APIs for wicket-datetime
    Jira
    serverASF JIRA
    serverId5aa69414-a9e9-3523-82ec-879b028fb15b
    keyWICKET-6105
  • Lambda API for Listeners (onClick, etc.) Done. See Lambdas.java

AppCache for Offline-Support (Tobias Soloschenko:

...

Code review needed)

See: https://github.com/klopfdreh/wicket-components-playground/wiki/20.-HTML5-OfflineMode Implementation on hold (with ServiceWorker)

Also See: https://github.com/wicketstuff/core/tree/master/offline-mode-parent (Integration into Wicketstuff - with example)

Better monitoring (
Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWICKET-6120
)

...

Generic resource reference to handle with media files located at the file system of the server (out of the box) (also for Wicket 7)

 

Server Push with HTTP2

...

We could provide native integration with different web containers to make use of their HTTP2 Push support, e.g. Tomcat 8.5+ provides org.apache.catalina.core.ApplicationPushBuilder.

...

Widget Connector
urlhttps://twitter.com/undertow_io/status/717586433205080064

Status

The http/2 setup is rather complex to get it working completely.

Tomcat: https://www.mail-archive.com/users@tomcat.apache.org/msg121670.html

Jetty: Not tested

Undertow: Not tested

New components

StreamView

A component similar to ListView but using java.util.stream.Stream instead of java.util.List as a model object.

...