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(core): IConstruct no longer extends IDependable #6794

Merged
merged 2 commits into from
Mar 18, 2020

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Mar 18, 2020

The release of 1.28.0 broke the API of IConstruct as it no longer extends IDependable. This was not discovered by our API compatibility test and breaks typed languages like Java.

Fixes #6792


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

The release of 1.28.0 broke the API of `IConstruct` as it no longer extends `IDependable`. This was not discovered by our API compatibility test and breaks typed languages like Java.

Fixes #6792
@eladb eladb requested a review from a team March 18, 2020 16:04
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Mar 18, 2020
@eladb eladb added the pr-linter/exempt-test The PR linter will not require test changes label Mar 18, 2020
@eladb eladb merged commit 19bb16a into master Mar 18, 2020
@eladb eladb deleted the benisrae/iconstruct-idependable branch March 18, 2020 16:08
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: c89ba25
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject6AEA49D1-qxepHUsryhcu
  • Commit ID: be0742f
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

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. pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API breakage: IConstruct no longer extends IDependable
4 participants