Skip to Content
0
Former Member
Nov 21, 2017 at 11:19 PM

Is there a good reason for using spring 4.3.3 and not 4.3.4?

47 Views

I'm making some experiments using hybris Session Management, based on Spring session. I'm getting a Serialization exception and this is due the fact we are using Spring 4.3.3 and its BeanPropertyBindingResult has a non-transient conversionService. They fixed it on 4.3.4.

So I would like to change the the Spring Version. Is there any good reason to keep using 4.3.3. If yes, what would be the solution for serialization exception

https://jira.spring.io/browse/SPR-8282