Hi, I reported the change to jetty / undertow:
https://github.com/eclipse/jetty.project/issues/1586 https://github.com/wildfly/wildfly/issues/10130 Also I found a little bug. I think the push() call in each implementation of the push integration should be called directly after the path(String) within the loop. The reason is that even if this is a builder you only set the path and only the last one is pushed. WDYT? Beside this the implementation is still working. kind regards Tobias > Am 01.06.2017 um 21:25 schrieb Martin Grigorov <[email protected]>: > > Hi Tobias, > > I've updated Tomcat to 8.5.15 with > https://issues.apache.org/jira/browse/WICKET-6390. > Indeed the API has changed in Servlet 4.0. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Thu, Jun 1, 2017 at 1:44 PM, Tobias Soloschenko < > [email protected]> wrote: > >> 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
