I am migrating Java 7 to Java 8 , and trying to continue with Spring 3.2. When try to run the application, throwing spring bean creation errors. Error creating bean with name 'something': cannot create inner bean ...etc.
I dont see any application related issues, Is Spring 3.2 compatible for Java8? Or else should I upgrade Spring 4.0 .?