Hello everybody, I have a problem on my EndToEndTe...
# help
r
Hello everybody, I have a problem on my EndToEndTest with spring boot 3. I get java.lang.NoClassDefFoundError: org/springframework/cloud/test/TestSocketUtils. What could be the cause to that?
l
Hi, not sure if this is wiremock related or not but a quick google found this - https://stackoverflow.com/questions/77418044/java-lang-noclassdeffounderror-org-springframework-cloud-test-testsocketutils-a Have you tried the above ?
r
Hi Lee, I tried that, but still having problems. Now I have a new error: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': org/aspectj/lang/annotation/Pointcut at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
I will google that and hopefuly will get the correct hint
l
Cool, non of these things seem to be WireMock related so I am not sure we are going to be much help. Maybe a Spring specific forum might get you further?