Skip to content

chore: revert "DeployAssert should be private"#20405

Merged
mergify[bot] merged 4 commits intomasterfrom
revert-20382-corymhall/integ-tests/internal
May 19, 2022
Merged

chore: revert "DeployAssert should be private"#20405
mergify[bot] merged 4 commits intomasterfrom
revert-20382-corymhall/integ-tests/internal

Conversation

@Chriscbr
Copy link
Copy Markdown
Contributor

Reverts #20382

This PR causes CDK Java packaging to fail because 'assert' cannot be used as an identifier in Java interfaces:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cdk-integ-tests: Compilation failure:
[ERROR] /tmp/npm-packrjmLgY/_aws-cdk_integ-tests/src/main/java/software/amazon/awscdk/integtests/IAwsApiCall.java:[28,10] as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
[ERROR] /tmp/npm-packrjmLgY/_aws-cdk_integ-tests/src/main/java/software/amazon/awscdk/integtests/IDeployAssert.java:[31,10] as of release 1.4, 'assert' is a keyword, and may not be used as an identifier

@Chriscbr Chriscbr requested a review from a team May 18, 2022 19:50
@gitpod-io
Copy link
Copy Markdown

gitpod-io bot commented May 18, 2022

@Chriscbr Chriscbr requested a review from a team May 18, 2022 19:50
@github-actions github-actions bot added the p2 label May 18, 2022
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label May 18, 2022
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented May 19, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: d980128
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify mergify bot merged commit 0367fe8 into master May 19, 2022
@mergify mergify bot deleted the revert-20382-corymhall/integ-tests/internal branch May 19, 2022 01:07
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented May 19, 2022

Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

wphilipw pushed a commit to wphilipw/aws-cdk that referenced this pull request May 23, 2022
Reverts aws#20382

This PR causes CDK Java packaging to fail because 'assert' cannot be used as an identifier in Java interfaces:

```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project cdk-integ-tests: Compilation failure:
[ERROR] /tmp/npm-packrjmLgY/_aws-cdk_integ-tests/src/main/java/software/amazon/awscdk/integtests/IAwsApiCall.java:[28,10] as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
[ERROR] /tmp/npm-packrjmLgY/_aws-cdk_integ-tests/src/main/java/software/amazon/awscdk/integtests/IDeployAssert.java:[31,10] as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
```
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. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants