cglib is only used to proxy dependencies which are not interfaces. is this the case with the dependency that is causing your problem?
There were 4 injected dependecies on that class - 2 interfaces and 2 classes, and one inner class.
I removed the extracted the inner class to no joy, then removed the two classes from being annotated and it worked. So theres definitely something up with cglib.