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