aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.6k stars 3.9k forks source link

aws-cdk-lib: v2.160.0 jar missing from maven central #31552

Open scarytom opened 3 weeks ago

scarytom commented 3 weeks ago

Describe the bug

Version 2.160.0 was released Sep 24, 2024, 16:10 UTC but the Jar artifact has yet to show up in Maven Central.

Regression Issue

Last Known Working CDK Version

2.159.1

Expected Behavior

Jar should be in maven central

Current Behavior

Jar is missing from maven central

Reproduction Steps

N/A

Possible Solution

publish the missing jar

Additional Information/Context

No response

CDK CLI Version

N/A

Framework Version

N/A

Node.js Version

N/A

OS

ubuntu

Language

Java

Language Version

openjdk 21.0.4

Other information

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.7.0:get (default-cli) on project standalone-pom: Couldn't download artifact: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: software.amazon.awscdk:aws-cdk-lib:jar:2.160.0 (absent): Could not find artifact software.amazon.awscdk:aws-cdk-lib:jar:2.160.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
pahud commented 3 weeks ago

Looks like it's available now. Let me know if there's any other concerns.

scarytom commented 3 weeks ago

yep, it is there now. Any idea why there was such a delay between the release and the artifact appearing?

pahud commented 2 days ago

It could be a time gap before it's available on maven. We'll bring this up to the team for awareness.

github-actions[bot] commented 10 hours ago

This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

scarytom commented 10 hours ago

Thanks, I'll let you know if it happens again (I recall it happening one other time in the past)