Hi, I also think that those branches can be released.
Note for 8.x: I tested the PushHeaderItem a bit more and it seems that the HTTP Headers are configured to achieve both a non-cached request for each page request and ensures to also let the client send a if-modified-since header: https://github.com/apache/wicket/blob/master/wicket-experimental/wicket-http2/wicket-http2-core/src/main/java/org/apache/wicket/http2/markup/head/PushHeaderItem.java#L188 Also the methods are protected and can be overridden to implement extended checks if the page has been changed (not only the markup changes) To sum: The http/2 implementation is finished in my opinion. It would be great to hear your thoughts. :-) kind regards Tobias > Am 23.09.2016 um 16:17 schrieb Martin Grigorov <[email protected]>: > > Not from me. > Go ahead! > Thanks! > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Sep 23, 2016 at 4:12 PM, Martijn Dashorst < > [email protected]> wrote: > >> Are there any holdups for issuing new releases for the aforementioned >> branches? >> >> Martijn >> >> -- >> Become a Wicket expert, learn from the best: http://wicketinaction.com >>
