Re: Spring Boot Circular reference error

2021-12-12 Thread Martin Grigorov
Hi, I think there is no release of Wicket-Spring-Boot-Starter for Spring Boot 2.6. Maybe you have both 2.5.x and 2.6.1 on the classpath. Check with "mvn dependency:tree" On Sun, Dec 12, 2021, 09:03 Pranav Kacholia wrote: > Hi, > > I started the same app with spring boot version 2.5.7 and it

Re: Spring Boot Circular reference error

2021-12-11 Thread Pranav Kacholia
Hi, I started the same app with spring boot version 2.5.7 and it works fine. If I change it to 2.6.1 it fails with the above. On Sat, 11 Dec, 2021, 7:45 pm Andrea Del Bene, wrote: > Hi, > > I've recently started a new project with wicket-spring-boot-starter and > wicket 9.7.0 and everything is

Re: Spring Boot Circular reference error

2021-12-11 Thread Andrea Del Bene
Hi, I've recently started a new project with wicket-spring-boot-starter and wicket 9.7.0 and everything is fine. I would blame your dependencies on spring-boot-starter-web and spring-boot-starter-test. I don't have them in my pom and I don't think you need them. Try to remove them to see if

Spring Boot Circular reference error

2021-12-11 Thread Pranav Kacholia
HI, I am trying to start a new spring boot project with wicket. Even with no dependencies added and only a basic home page i am facing errors. My POM file:- org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-starter-test test