-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port custom types tests from old to new #782
Port custom types tests from old to new #782
Conversation
7c7ab48
to
87f1268
Compare
87f1268
to
e64e370
Compare
|
||
- [sdk] [#774](https://github.com/pulumi/pulumi-java/issues/774) | ||
fixes deserialization regression in new codegen specific part of SDK, | ||
complex @CustomType's are deserializable now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems duplicative changelog but I can tidy it up later before releasing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, there were two regressions, the second one was just a debug message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, I missed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be ok now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes the following scenario for me:
pulumi new kubernetes-java
# edit pom.xml to ref pulumi 0.0.1 built from source
# edit pom.xml to ref latest kubernetes
mvn clean
pulumi preview
This works with pre-release but not released version of Pulumi. Good job.
05a64f8
to
cfabacd
Compare
Description
On top of #777
Part of #750
Relates to #774
Checklist