I just upgraded my project to spring5 which is causing the below error for the code which was working fine with earlier spring version. The problem is JPA should map aNumber to ANumber but its not doing so its taking ANumber as ANumber rather than aNumber which is causing this issue. I see one thread for spring team but cannot