“ConcurrentModificationException” when updating my entities
问题 Problem Im using hibernate 5.4.11 core and when i try to update large amounts of entities i run into that issue right here. It looks like an hibernate internal exception. Update I tested it with hibernate 5.4.23, the same exception occured. I also updated my "mysql connector" to the latest version "8.0.22" and it didnt worked either, the same exception. Describtion This is how i update my entities, it runs in another thread, which should not be the problem here... its basically a own thread