openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

Remove global shared `JavaTypeCache` #204

Closed knutwannheden closed 1 year ago

knutwannheden commented 1 year ago

The JVM-based parsers should not all share the same JavaTypeCache, especially not in multi-module builds or across source set boundaries.