leangen / graphql-spqr-spring-boot-starter

Spring Boot 2 starter powered by GraphQL SPQR
Apache License 2.0
275 stars 68 forks source link

Failed to introspect Class [io.leangen.graphql.spqr.spring.web.HttpExecutor] from ClassLoader #110

Open stevedefazio opened 3 years ago

stevedefazio commented 3 years ago

I have no issues using version 0.0.4. However, if I upgrade to 0.0.6 I am seeing

Failed to introspect Class [io.leangen.graphql.spqr.spring.web.HttpExecutor] from ClassLoader which seems to be caused by java.lang.NoClassDefFoundError: reactor/util/context/ContextView

Has anyone else encountered this?

kaqqao commented 3 years ago

It says you don't have the right version of Reactor (or no Reactor at all) on the class path. Are you overriding it or is some dependency causing a conflict?