You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request adds the ability to generate the Java SDK via
`pulumi-tfgen-foo --java`.
It additionally introduces a breaking change to the `info.Java` struct
by adding an `Overlay` field. I believe this is a breaking change we can
afford to take, as the struct already advertises that its use is for
overlay functionality, but this was never implemented. We can also
choose to not support overlays via the bridge for Java for now, since
I'm unaware of any of our bridged providers having them.
Sample changes for pulumi-random:
pulumi/pulumi-random#1863
Sample changes in pulumi-aws (warning; very noisy, as the
autogenerated-file-warning has changed):
pulumi/pulumi-aws#5817
TL;DR:
- We see a new, empty `Pulumi.yaml` file, same as for the other SDKs
- Autogenerated warning has changed
- A nice bonus: Java inline docs no longer emit spurious
PulumiCodeChooser tags, as the bridge filters that for us now.
- Functional code remains the same
---
- **Add Java as a valid bridge language for SDK generation**
- **Add overlay info for Java**
Fixes#3183
0 commit comments