Skip to content
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

fix(runtime): type not found #3763

Merged
merged 10 commits into from
Sep 22, 2022
Merged

fix(runtime): type not found #3763

merged 10 commits into from
Sep 22, 2022

Conversation

RomainMuller
Copy link
Contributor

When a jsii module returned a private class implementation of an interface, consuming jsii.rtti data may return an FQN for the internal class, which does not exist in foreign languages, leading to an error.

Revert to tagging FQNs directly instead.

Fixes #3742


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@RomainMuller RomainMuller requested a review from a team September 22, 2022 09:47
@RomainMuller RomainMuller self-assigned this Sep 22, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Sep 22, 2022
When a jsii module returned a private class implementation of an
interface, consuming `jsii.rtti` data may return an FQN for the internal
class, which does not exist in foreign languages, leading to an error.

Revert to tagging FQNs directly instead.

Fixes #3742
# Conflicts:
#	.all-contributorsrc
#	README.md
@iliapolo iliapolo added the pr/do-not-merge This PR should not be merged at this time. label Sep 22, 2022
@RomainMuller RomainMuller added pr/do-not-merge This PR should not be merged at this time. and removed pr/do-not-merge This PR should not be merged at this time. labels Sep 22, 2022
@RomainMuller RomainMuller added pr/ready-to-merge This PR is ready to be merged. and removed pr/do-not-merge This PR should not be merged at this time. labels Sep 22, 2022
@mergify
Copy link
Contributor

mergify bot commented Sep 22, 2022

Merging (with squash)...

@RomainMuller RomainMuller merged commit c7dfad3 into main Sep 22, 2022
@RomainMuller RomainMuller deleted the rmuller/type-not-found branch September 22, 2022 18:11
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Causes JavaScriptError in AWS CDK api-gateway
2 participants