pulumi / pulumi-java

Java support for Pulumi
Apache License 2.0
64 stars 19 forks source link

Revert "Escape javadoc special characters" #1345

Closed t0yv0 closed 3 months ago

t0yv0 commented 3 months ago

Reverts pulumi/pulumi-java#1342

Testing this out on https://github.com/pulumi/pulumi-azure/pull/1992 it appears that the latest version still cannot properly escape the generated code, moreover it seems to have regressed on not escaping -> properly which might further break things. I think we might be better off reverting for now until we work this out to pass more test cases.

Apologies for merging that without diving deeper - it looked solid at code review time, I guess we don't have downstream checks here yet to demonstrate that derivative providers cannot build with the changes.