Testing jquery-ui Wizard

2017-10-04 Thread Maxim Solodovnik
Hello Sebastien, I'm trying to write unit tests for wizard based on [1] I was able to display the page :) And wizard is accessible to WicketTester but it is not inited :((( I believe I need to do some "dialog magic" :)) Could you please tell me which behavior I need to execute to initialize the

[GitHub] wicket issue #235: Wicket 6105 java.time

2017-10-04 Thread solomax
Github user solomax commented on the issue: https://github.com/apache/wicket/pull/235 IDateConverter is removed, Will try to add additional tests as soon as I get more free time BTW how are you running wicket-examples? it fail to start for me :( `mvn jetty:run`

Re: JDK 9

2017-10-04 Thread Maxim Solodovnik
I'm also building using java9 :) build is successful :) On Wed, Oct 4, 2017 at 11:25 PM, Maxim Solodovnik wrote: > I'm using java9 for internal tests > Our main application works as expected :)) > > On Wed, Oct 4, 2017 at 10:40 PM, Martin Grigorov >

Re: JDK 9

2017-10-04 Thread Maxim Solodovnik
I'm using java9 for internal tests Our main application works as expected :)) On Wed, Oct 4, 2017 at 10:40 PM, Martin Grigorov wrote: > I was wondering when someone will mention Java 9 in this mailing list. > > Does Wicket run fine in Java 9 ? Anyone tried so far ? > >

Re: New feature WicketTester.renewSession

2017-10-04 Thread Maxim Solodovnik
Hello Kamil, We have own session class which is being invalidated successfully :) On Wed, Oct 4, 2017 at 6:05 PM, Kamil Paśko wrote: > But there is an issue with invalidation: > > https://issues.apache.org/jira/browse/WICKET-6441 > > > W dniu 2017-10-04 o 06:21, Maxim

Re: JDK 9

2017-10-04 Thread Martin Grigorov
I was wondering when someone will mention Java 9 in this mailing list. Does Wicket run fine in Java 9 ? Anyone tried so far ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Oct 4, 2017 at 4:45 PM, Tobias Soloschenko < tobiassolosche...@googlemail.com>

Re: JDK 9

2017-10-04 Thread Tobias Soloschenko
Hi, thanks for the information! As an experimental project we are using the http/2 push builder API of the servlet 4.0 spec already. If you have any feedback or just want to try it out and need help - let me know! :-) kind regards Tobias > Am 04.10.2017 um 15:05 schrieb Sebastien

JDK 9

2017-10-04 Thread Sebastien
https://www.infoworld.com/article/3227244/java/java-9-is-here-everything-you-need-to-know.html Some keypoints that may be interesting... - CSS APIs is now accessible for modularity. - JDK 9 includes a parser API for Nashorn’s ECMAScript syntax tree. The API enables ECMAScript code analysis by

Re: New feature WicketTester.renewSession

2017-10-04 Thread Kamil Paśko
But there is an issue with invalidation: https://issues.apache.org/jira/browse/WICKET-6441 W dniu 2017-10-04 o 06:21, Maxim Solodovnik pisze: New method is not required :(( The issue was with my implementation of WebSession ... sorry for the noise On Wed, Oct 4, 2017 at 11:10 AM, Maxim