Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ConcurrentModificationException when running dbm-gorm-diff #57

Merged
merged 1 commit into from
Mar 16, 2016
Merged

Conversation

tjayr
Copy link
Contributor

@tjayr tjayr commented Mar 9, 2016

This fix upgrades liquibase-core to version 3.4.2, this has been identified as a
workaround solution to the concurrent modification exception being thrown by
gorm-diff, generate-changelog etc.

Some parts of the api in liquibase changed between 3.3 and 3.4, so while the
original error went away, bringing in 3.4.2 broken the dbmUpdate
functionality. This commit fixes this issue with also and no workarounds
should be needed.

This fixes #47

This fix upgrades liquibase-core to version 3.4.2, this has been identified as a
workaround solution to the concurrent modification exception being thrown by
gorm-diff, generate-changelog etc.

Some parts of the api in liquibase changed between 3.3 and 3.4, so while the
original error went away, bringing in 3.4.2 broken the dbmUpdate
functionality. This commit fixes this issue with also and no workarounds
should be needed.

#47
rvanderwerf added a commit that referenced this pull request Mar 16, 2016
Fix ConcurrentModificationException when running dbm-gorm-diff
@rvanderwerf rvanderwerf merged commit 5e365c8 into grails:master Mar 16, 2016
rvanderwerf added a commit that referenced this pull request Mar 17, 2016
rvanderwerf added a commit that referenced this pull request Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ConCurrentModificationException running dbm-gorm-diff in Grails 3.0.11
2 participants