after I uplifted spring data jpa and commons jar to version 3.3.0 of our product, I got this error.
Caused by: java.lang.NoSuchMethodError: 'void com.org.application.server.services.workorder.database.dao.UpdateWorkOrder._persistence_checkFetchedForSet(java.lang.String)'
For this issue NoSuchMethodError
I found that the method was present during compile time but somehow is missing during runtime.
I have checked that I am using the correct jars and all the dependencies given are correct.
I would like to know what would be causing this issue and how can I solve this..