fix: java package names are incorrect for a number of packages#28121
fix: java package names are incorrect for a number of packages#28121mergify[bot] merged 1 commit intomainfrom
Conversation
In Java, the following services were all generated with an incorrect package name: ``` services.backupgateway services.cleanrooms services.entityresolution services.healthimaging services.mediapackagev2 services.osis services.pcaconnectorad services.proton services.shield services.verifiedpermissions services.workspacesweb ``` Which all should have been: ``` software.amazon.awscdk.services.backupgateway (etc) ```
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
In Java, the following services were all generated with an incorrect package name:
Which all should have been:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license