Skip to content

Conversation

@laurit
Copy link
Contributor

@laurit laurit commented Nov 8, 2024

Resolves #12599
Resolves #12600

@laurit laurit requested a review from a team as a code owner November 8, 2024 18:00
Comment on lines -15 to +18
library("io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0")
// current latest release 3.3.0-M1 has parent that is from central because of that we can't use
// library here and have to use compileOnly + testImplementation to avoid resolving the broken
// version
compileOnly("io.awspring.cloud:spring-cloud-aws-starter-sqs:3.0.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought only adding latestDepTestLibrary was enough to resolve this kind of issue?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So did I. I also would have thought that we ignore versions like 3.3.0-M1. My guess is that the problem here is that what is missing is not a random dependency but one of the parent poms. Perhaps this breaks it more thoroughly than usual.

implementation("io.vertx:vertx-kafka-client:+")
implementation("io.vertx:vertx-codegen:+")
implementation("io.vertx:vertx-kafka-client:latest.release")
implementation("io.vertx:vertx-codegen:latest.release")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was it picking up SNAPSHOT version? could you tell from where?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no it was picking up 5.0.0.CR1, latest.release is also used by the usual latest dep magic and works with

@trask trask merged commit c90dd97 into open-telemetry:main Nov 9, 2024
56 checks passed
akats7 pushed a commit to akats7/opentelemetry-java-instrumentation that referenced this pull request Nov 21, 2024
akats7 pushed a commit to akats7/opentelemetry-java-instrumentation that referenced this pull request Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Workflow failed: Build (daily --no-build-cache) (#965) Workflow failed: Build (daily) (#968)

3 participants