Skip to content

v0.9.8

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 05 Oct 20:17
· 35 commits to main since this release
ba91245

Improvements

  • Adds MissingRequiredPropertyException to the main java SDK to be used later in the generated provider SDKs.

Bug Fixes

  • Fixes builder() implementation for result types where the identifier of the local variable defined for the result type collides with one of the fields of the result type.
  • Adds options.encoding = "UTF-8" to the compileJava options so that it can handle non-ASCII characters in the source code, especially in the documentation comments of fields.