-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Vpc.fromLookup() throwing exception - CDK 1.5.0 #3774
Comments
What version were you using before when it was working? I'm trying to recreate the bug. |
1.4.0 |
I have same problem different error message: |
I can reproduce it and it also affects |
This is caused by a bug in the JSII kernel, which has always been there but is triggered by a change in behavior with respects to object initialization in the Java runtime. |
Created issue on JSII side to track that: aws/jsii#753 |
This would be fixed with the next CDK release that builds with |
Fixed in cdk 1.7.0. |
I have upgraded to CDK/Java 1.5.0 + 0.15.1 and now this basic code is not working:
Same with this line:
Exception:
This worked well before the latest CDK version.
The text was updated successfully, but these errors were encountered: