Skip to content

Releases: pulumi/pulumi-java

v0.11.0

09 May 22:44
99f81ca
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.10.0

27 Mar 20:54
5845cd8
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.9.9

27 Dec 19:35
e40b98d
Compare
Choose a tag to compare

Improvements

Bug Fixes

v0.9.8

05 Oct 20:17
ba91245
Compare
Choose a tag to compare

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.

v0.9.7

29 Aug 19:54
9aa794a
Compare
Choose a tag to compare

Improvements

  • Plugin: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.

Bug Fixes

v0.9.6

23 Aug 21:53
8a9acb8
Compare
Choose a tag to compare

Improvements

  • [sdk] Bumps com.google.guava:guava from 31.1-jre to 32.1.2-jre.
    #1188

Bug Fixes

v0.9.5

14 Jul 20:12
cdb7c45
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • [sdk] Fix links to output docs.
  • [codegen] Remove a TODO from codegen output.

v0.9.4

07 Jun 21:44
540be8a
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • [codegen] Fixed missing gradle fields for 3rd-party providers.

v0.9.3

09 May 22:25
f5cfd04
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • [sdk] Enable Zip64 jar files for jar task
  • [sdk] Increase maximum memory for compile step to 16g

v0.9.2

18 Apr 19:46
9ed5557
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • [sdk] Enable Zip64 jar files for javadoc
  • [sdk] Fix exception in URN handling of nested parent URN types.