I am using Liquibase via its java API. Periodically, I get this error:
Caused by: java.util.ConcurrentModificationException
at liquibase.Liquibase.update(Liquibase.java:110)
at …
Has anyone else come across this? I’m new to Liquibase and taking a quick look at the code, I didn’t see any obvious synchronization problem.
I have one custom generator (a workaround for DB2: http://liquibase.jira.com/browse/CORE-767), which I register with the SqlGeneratorFactory before creating an instance of Liquibase.