Re: wicket-native-websocket-javax for 6.x ?

2014-03-07 Thread Martin Grigorov
On Fri, Mar 7, 2014 at 8:12 AM, Martin Grigorov wrote: > Hi, > > On Fri, Mar 7, 2014 at 2:50 AM, Henrik Østerlund Gram < > henrik.g...@gmail.com> wrote: > >> I just tried it out by building 7.x, copying over just the >> wicket-native-websocket-javax >> artifact, modded the pom to depend on the 6.1

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Martin Grigorov
Hi, On Fri, Mar 7, 2014 at 2:50 AM, Henrik Østerlund Gram wrote: > I just tried it out by building 7.x, copying over just the > wicket-native-websocket-javax > artifact, modded the pom to depend on the 6.14 parent, and it pretty much > worked as expected (using jdk7 + wildfly 8) > Good! > > W

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Henrik Østerlund Gram
I just tried it out by building 7.x, copying over just the wicket-native-websocket-javax artifact, modded the pom to depend on the 6.14 parent, and it pretty much worked as expected (using jdk7 + wildfly 8) WebSocketBehavior seems to be missing code to handle WebSocketPushPayload, both in 6.x and

Re: wicket-native-websocket-javax for 6.x ?

2014-03-06 Thread Martin Grigorov
Hi, The main reason to not backport it to wicket-6.x is that JSR356 (websocket-api.jar) is built with Java 7. And Wicket 6.x is being build with Java 6 ... One option is to wait for Wicket 7.0.0.M1 (we talk about it for a month now, so I hope it will be released soon!). Another option is to port