You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: