Search code examples
springapibackwards-compatibilityspring-4

Spring 4.0.0 backward compatibility


I've searched and couldn't find anything to suggest that Spring 4.0.0 is not fully backward compatible with Spring 3.x.

Is that indeed the case?


Solution

  • There are few API they have removed in the new version. You would not have any surprise changes with the new version, there could be slight changes in the API. But, you have to watch the deprecated APIs which will be the candidate for removal in the forthcoming versions.

    Look at this document , they have included few backward compatibility changes and removal of the APIs.

    The backward compatibility for object-mapper option of the and components has beed removed.

    But there is not much changes mentioned in the document.