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

Revert "Use Java collections" #539

Merged
merged 2 commits into from
May 7, 2018
Merged

Revert "Use Java collections" #539

merged 2 commits into from
May 7, 2018

Commits on May 6, 2018

  1. Revert "Use Java collections"

    This reverts commit 52959c9.
    Fixes sbt#538
    
    The use of `java.util.HashMap` causes `java.util.ConcurrentModificationException` on JDK 9 and JDK 10. This is likely because `processType` recursively end up calling `processType` while modifying `typeCache`.
    eed3si9n committed May 6, 2018
    Configuration menu
    Copy the full SHA
    7a1995d View commit details
    Browse the repository at this point in the history
  2. Revert "Use AnyRefMap"

    This reverts commit 3e4b3b4.
    eed3si9n committed May 6, 2018
    Configuration menu
    Copy the full SHA
    6e29291 View commit details
    Browse the repository at this point in the history