Fwd: wicket git commit: LambdaModel trick to get the object class

2016-06-29 Thread Sven Meier
Hi all, after reading http://benjiweber.co.uk/blog/2015/08/04/lambda-type-references/ I went ahead and let LambdaModel implement IObjectClassAwareModel. Let this idea sink in and then we can discuss whether we want to have this 'hack' in core. Have fun Sven Forwarded Message

Re: Apache Wicket rocks with http/2

2016-06-29 Thread Tobias Soloschenko
Jep - would be great until the servlet 4 API reaches the final state. I already reduced the usage of the container specific calls to one line. This line can be delegated to the IInitialzer class. I hope tomcat and other servers are implementing the PushBuilder API similar. If yes it is rather

Re: Apache Wicket rocks with http/2

2016-06-29 Thread Martin Grigorov
Hi, What do you think about introducing PushBuilder-like API in Wicket-core ? The default implementation wil justl log warnings. If an application wants to make use of this new functionality then it will have to add an additional jar to the classpath, e.g. wicketstuff-pushbuilder-jetty9.jar, that

[GitHub] wicket issue #172: WICKET-6053 Allow to reuse the same application instance ...

2016-06-29 Thread martin-g
Github user martin-g commented on the issue: https://github.com/apache/wicket/pull/172 +1 to merge it! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] wicket pull request #172: WICKET-6053 Allow to reuse the same application in...

2016-06-29 Thread duesenklipper
GitHub user duesenklipper opened a pull request: https://github.com/apache/wicket/pull/172 WICKET-6053 Allow to reuse the same application instance in several t… …ests Cherry-pick the fix for WICKET-6053 for Wicket 6. You can merge this pull request into a Git