Re: Problems with wicket examples 8.x

2019-03-10 Thread Andrea Del Bene
Thank you! I will review it asap. On Sun, Mar 10, 2019, 1:58 PM kyrindorx wrote: > Hey, > > I've fixed with 8.3.0 and openJDK 11. Please check out in > https://github.com/bitstorm/Wicket-tutorial-examples/pull/13 > > > Greets > Daniel > > Am 10.03.19 um 11:30 schrieb Maxim Solodovnik: > > Wicket

Re: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
Hey, I've fixed with 8.3.0 and openJDK 11. Please check out in https://github.com/bitstorm/Wicket-tutorial-examples/pull/13 Greets Daniel Am 10.03.19 um 11:30 schrieb Maxim Solodovnik: Wicket datetime was deprecated and moved to wicketstuff project Please correct it's maven coordinates :)

Re: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
Wicket datetime was deprecated and moved to wicketstuff project Please correct it's maven coordinates :) On Sun, Mar 10, 2019, 17:27 kyrindorx wrote: > Thx :) > > The next problem is: > > [ERROR] Failed to execute goal on project CustomDatepicker: Could not > resolve dependencies for project >

Re: Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
Thx :) The next problem is: [ERROR] Failed to execute goal on project CustomDatepicker: Could not resolve dependencies for project org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find org.apache.wicket:wicket-datetime:jar:8.3.0 in https://repo.maven.apache.org/maven2 was cac

Re: Problems with wicket examples 8.x

2019-03-10 Thread Maxim Solodovnik
Hello Daniel, It seems project a little bit outdated :( please change wicket version here [1] to be "8.3.0" [1] https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27 On Sun, 10 Mar 2019 at 16:48, kyrindorx wrote: > > Hey all, > > I tried to compile and run the Wicket exam

Problems with wicket examples 8.x

2019-03-10 Thread kyrindorx
Hey all, I tried to compile and run the Wicket examples of https://github.com/bitstorm/Wicket-tutorial-examples.git master branch. My setup is Linux, OpenJDK 11, Maven 3.5.4 The error output of the mvn install or compile command was: [ERROR] Failed to execute goal on project BindSessionExampl