I have to migrate a project from java 7 to Java 8 and I ran into some of the issue which are related to Spring. I I am wondering which minimal version of spring is compatible with Java 8.
Note : spring 4.x supports 8 but due to multiple source code change issues I can not upgrade spring to 4.x
Thanks in Advance