I am using javers 6.2.5 and Spring Boot 2.5.2. I am getting an IllegalArgumentException saying "argument should not be null". It is being thrown in GlobalIdFactory.createId(). I have figured out that one of our 3rd party domain objects is causing the issue as once I replaced it with just a String, everything works fine. Since it is a 3rd party domain object I obviously cannot change that object. Can anybody explain what the error is and how I could fix it?
Please let me know if you need more information.