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 at v2-migration #5665

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

sk-br
Copy link
Contributor

@sk-br sk-br commented Oct 14, 2024

This fixes a ConcurrentModificationException that occured running the OpenRewrite recipe

Testing

Script failed in our multi module project - now it works.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed
  • I have added a changelog entry. Adding a new entry must be accomplished by running the scripts/new-change script and following the instructions. Commit the new file created by the script in .changes/next-release with your changes.
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

This fixes a ConcurrentModificationException that occured running the
OpenRewrite recipe by replacing a HashMap with a ConcurrentHashMap
@sk-br sk-br requested a review from a team as a code owner October 14, 2024 15:25
@debora-ito
Copy link
Member

This fixes a ConcurrentModificationException that occured running the OpenRewrite recipe

Can you open a new github issue, describing the error you're running into?

@sk-br
Copy link
Contributor Author

sk-br commented Oct 15, 2024

Done: #5666

Copy link
Member

@debora-ito debora-ito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR. Running the codebuilds now.

Copy link

sonarcloud bot commented Nov 22, 2024

@debora-ito debora-ito added this pull request to the merge queue Nov 22, 2024
Merged via the queue into aws:master with commit 891cf4f Nov 23, 2024
9 of 17 checks passed
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.

2 participants