Hi all, I just wanted to add a http/2 push example to our Wicket examples.
As I saw the project itself can be started with Jetty, but on openshift it is deployed within a tomcat. Because Wicket requires server dependent implementations (wicket-http2-tomcat / wicket-http2-jetty) I just wanted to ask how to proceed. I also think that it is not possible to change this until servlet 4.0 is released. Note: there is an outdated call in wicket-http2-tomcat: getPushBuilder() was renamed into newPushBuilder() kind regards Tobias
