ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.28k stars 121 forks source link

Using rewrite-java-8 causes stack overflow #603

Open macsux opened 1 month ago

macsux commented 1 month ago

Trying to reference the following package, causes IKVM.NET to stack overflow during build:

<MavenReference Include="rewrite-java-8">
    <GroupId>org.openrewrite</GroupId>
    <ArtifactId>rewrite-java-8</ArtifactId>
    <Classifier></Classifier>
    <Version>8.35.0</Version>
    <Scope></Scope>
    <Exclusions></Exclusions>
</MavenReference>