WicketStuff follows the rules of Wicket. 7.x uses Servlet 3.0.1. That's why we use Jetty 8.x. Jetty 9.x requires Servlet 3.1.
I prefer to stick with the current setup and downgrade WicketStuff-Dashboard's version of servlet-api and jetty. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Dec 10, 2015 at 4:42 AM, Maxim Solodovnik <[email protected]> wrote: > Hello Martin, > > Wicketstuff 7.2.0-SNAPSHOT uses jetty-server 8.1.16, can I bump the version > to be 9.2+ (the latest is 9.3.6.v20151106) > > On Thu, Dec 10, 2015 at 9:21 AM, Maxim Solodovnik <[email protected]> > wrote: > > > Will check/fix ASAP > > Thanks for the report > > > > On Wed, Dec 9, 2015 at 9:30 PM, Martin Grigorov <[email protected]> > > wrote: > > > >> Hi Maxim, > >> > >> The build fails here with: > >> > >> ... > >> [INFO] Wicketstuff HighCharts (Wicked-Charts) Widget ...... SUCCESS [ > >> 19.412 s] > >> [INFO] Wicketstuff Dashboard Demo ......................... FAILURE [ > >> 1.809 s] > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] BUILD FAILURE > >> [INFO] > >> ------------------------------------------------------------------------ > >> [INFO] Total time: 01:59 min > >> [INFO] Finished at: 2015-12-09T16:29:38+01:00 > >> [INFO] Final Memory: 24M/313M > >> [INFO] > >> ------------------------------------------------------------------------ > >> [ERROR] Failed to execute goal > >> org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile > >> (default-testCompile) on project wicketstuff-dashboard-examples: > >> Compilation failure: Compilation failure: > >> [ERROR] > >> > >> > /home/martin/git/wicketstuff-core/dashboard-parent/dashboard-examples/src/test/java/org/wicketstuff/dashboard/examples/Start.java:[15,31] > >> error: cannot find symbol > >> [ERROR] symbol: class HttpConfiguration > >> [ERROR] location: package org.eclipse.jetty.server > >> [ERROR] > >> > >> > /home/martin/git/wicketstuff-core/dashboard-parent/dashboard-examples/src/test/java/org/wicketstuff/dashboard/examples/Start.java:[16,31] > >> error: cannot find symbol > >> [ERROR] symbol: class HttpConnectionFactory > >> [ERROR] location: package org.eclipse.jetty.server > >> ... > >> > >> > >> Martin Grigorov > >> Wicket Training and Consulting > >> https://twitter.com/mtgrigorov > >> > >> On Wed, Dec 9, 2015 at 11:21 AM, Maxim Solodovnik <[email protected] > > > >> wrote: > >> > >> > Thanks a lot! > >> > > >> > On Wed, Dec 9, 2015 at 4:01 PM, Decebal Suiu <[email protected]> > >> > wrote: > >> > > >> > > I modified the readme file on github to inform people that the > project > >> > was > >> > > moved to wicketstuff. > >> > > > >> > > On Fri, Dec 4, 2015 at 4:36 PM, Decebal Suiu < > [email protected]> > >> > > wrote: > >> > > > >> > > > Hi Maxim, > >> > > > > >> > > > I can assist you. I don't have the time to perform this relocation > >> and > >> > I > >> > > > don't know to much about the structure of wicketstuff. > >> > > > You are already a committer on wicket-dashboard so you have the > both > >> > > > worlds :) > >> > > > I see a probable issue with this sentence " And the release > process > >> > takes > >> > > > ~6 hours here now!". Now I releasing by request :) > >> > > > > >> > > > On Fri, Dec 4, 2015 at 3:01 PM, Maxim Solodovnik < > >> [email protected] > >> > > > >> > > > wrote: > >> > > > > >> > > >> Hello Decebal, > >> > > >> > >> > > >> Would you like me to perform move? I s this task still actual? > >> > > >> > >> > > >> > >> > > >> > >> > > > > >> > > > >> > > >> > > >> > > >> > -- > >> > WBR > >> > Maxim aka solomax > >> > > >> > > > > > > > > -- > > WBR > > Maxim aka solomax > > > > > > -- > WBR > Maxim aka solomax >
