Re: Upgrade to Wicket 8.0.0-M7

2017-08-23 Thread Francesco Chicchiriccò
On 2017-08-23 12:39, Andrea Del Bene wrote: > There are 2 versions of Wicket 8 in your dependency tree: M7 and M6 > inherited from wicket-bootstrap-core. This should create a conflict as > resolveLocale() > was introduced only in M7. You could try using the snapshot

Re: Upgrade to Wicket 8.0.0-M7

2017-08-23 Thread Andrea Del Bene
There are 2 versions of Wicket 8 in your dependency tree: M7 and M6 inherited from wicket-bootstrap-core. This should create a conflict as resolveLocale() was introduced only in M7. You could try using the snapshot version for wicket-bootstrap-core. On Wed, Aug 23, 2017 at 12:23 PM, Francesco

Re: Upgrade to Wicket 8.0.0-M7

2017-08-23 Thread Francesco Chicchiriccò
On 2017-08-23 12:07, Andrea Del Bene wrote: > Hi, > > it seems a problem with the classpath. Looks like you are still referring > to 7.8.0. Hi Andrea, mvn dependency:tree says I'm all with 8.0.0-M7: https://paste.apache.org/PRVi Any other hint? Regards. > On Wed, Aug

Re: Upgrade to Wicket 8.0.0-M7

2017-08-23 Thread Andrea Del Bene
Hi, it seems a problem with the classpath. Looks like you are still referring to 7.8.0. My 2 cents. On Wed, Aug 23, 2017 at 11:50 AM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > Hi all, > I am trying to update the Apache Syncope codebase (master branch, version > 2.1.0-SNAPSHOT) to

Upgrade to Wicket 8.0.0-M7

2017-08-23 Thread Francesco Chicchiriccò
Hi all, I am trying to update the Apache Syncope codebase (master branch, version 2.1.0-SNAPSHOT) to Wicket 8.0.0-M7 (from Wicket 7.8.0). After some changes, the code now builds fine, but when accessing the HomePage, I receive the following exception: java.lang.NoSuchMethodError: