-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As part of the 1.0.0 release, this change removes parts of the Java SDK that have been marked as deprecated and are no longer in use by internal Pulumi functions. The `Config.of` method has been left as it looks like we might still be generating code that uses it -- this will be addressed in a future piece of work if so. > [!NOTE] > This is incompatible with some old SDKs that use annotations or annotation > fields that are no longer present (or searched for), such as the `type` and > `parameters` fields of the `Export` annotation. Some rough checking seems that > we made this change a few years ago, so it should be relatively safe, but it is > still breaking nonetheless (as is to be expected, arguably).
- Loading branch information
Showing
14 changed files
with
41 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,17 @@ | ||
### Improvements | ||
|
||
- Fix emitted functions for `assetArchive` and `remoteAsset` in generated programs | ||
- Fix generation of `double` literals in generated programs | ||
- Avoid calling invokes with dependencies on unknown resources | ||
- Fix generation of untyped maps and array literals | ||
- Implement `InvokeOptionsBuilder` and `InvokeOutputOptionsBuilder` | ||
- Emit invoke options and invoke output options in generated programs | ||
|
||
### Bug Fixes | ||
- Fix emitted functions for `assetArchive` and `remoteAsset` in generated programs | ||
|
||
- Fix generation of `double` literals in generated programs | ||
|
||
- Avoid calling invokes with dependencies on unknown resources | ||
|
||
- Fix generation of untyped maps and array literals | ||
|
||
- Implement `InvokeOptionsBuilder` and `InvokeOutputOptionsBuilder` | ||
|
||
- Emit invoke options and invoke output options in generated programs | ||
|
||
- Remove `@Deprecated` members from the Java SDK | ||
|
||
### Bug Fixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.