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 regression in baseline-exact-dependencies causing CME #1275

Merged
merged 4 commits into from
Mar 2, 2020

Conversation

dansanduleac
Copy link
Contributor

Before this PR

ConcurrentModificationException when running GCV's checkUnusedConstraints task, or any sort of iteration over all configurations which also triggers the resolution of said configurations, because our code would then alter the set of configurations while it was being iterated on.

After this PR

==COMMIT_MSG==
Fix baseline 3.7.0-3.7.2 regression in baseline-exact-dependencies causing ConcurrentModificationException.
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented Mar 2, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Fix baseline 3.7.0-3.7.2 regression in baseline-exact-dependencies causing ConcurrentModificationException.

Check the box to generate changelog(s)

  • Generate changelog entry

@policy-bot policy-bot bot requested a review from CRogers March 2, 2020 14:19
@bulldozer-bot bulldozer-bot bot merged commit b335f41 into develop Mar 2, 2020
@bulldozer-bot bulldozer-bot bot deleted the ds/baseline-cme branch March 2, 2020 14:38
@svc-autorelease
Copy link
Collaborator

Released 3.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants