-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
rename @aws-cdk/cdk to @aws-cdk/core #2733
Closed
eladb opened this issue
Jun 3, 2019
· 0 comments
· Fixed by #2932 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
rename @aws-cdk/cdk to @aws-cdk/core #2733
eladb opened this issue
Jun 3, 2019
· 0 comments
· Fixed by #2932 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Comments
1 task
eladb
pushed a commit
that referenced
this issue
Jun 23, 2019
Rename the module @aws-cdk/cdk to @aws-cdk/core since this is a more suitable name for it. Language-specific names: - Python: aws_cdk.core (renamed) - .NET: Amazon.CDK (not renamed) - Java: only artifactId changed to `core` but package and groupId are still `software.amazon.awscdk` This change completely deletes the @aws-cdk/cdk module from the repo as a temporary measure, to ensure there are no lingering references. A subsequent commit will introduce @aws-cdk/cdk as a deprecated package. Fixed #2733 BREAKING CHANGE: The `@aws-cdk/cdk` module was renamed to @aws-cdk/core * **Python:** The `aws_cdk.cdk` module was renamed to `aws_cdk.core` * **Java:** The artifact `cdk` in groupId `software.amazon.awscdk` was renamed to `core`
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
This was referenced Sep 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: