Skip to content

Conversation

@jaydeluca
Copy link
Member

This should solve one of our build failures at least.

Error was:

Execution failed for task ':instrumentation:restlet:restlet-1.1:javaagent:muzzle-AssertFail-org.restlet-org.restlet-2.5.2'.
> Could not resolve all files for configuration ':instrumentation:restlet:restlet-1.1:javaagent:muzzle-AssertFail-org.restlet-org.restlet-2.5.2'.
   > Could not resolve all dependencies for configuration ':instrumentation:restlet:restlet-1.1:javaagent:muzzle-AssertFail-org.restlet-org.restlet-2.5.2'.
      > Could not find com.noelios.restlet:com.noelios.restlet:2.5.2.
        Searched in the following locations:
          - https://repo.maven.apache.org/maven2/com/noelios/restlet/com.noelios.restlet/2.5.2/com.noelios.restlet-2.5.2.pom
          - https://maven.restlet.talend.com/com/noelios/restlet/com.noelios.restlet/2.5.2/com.noelios.restlet-2.5.2.pom
          - file:/home/runner/.m2/repository/com/noelios/restlet/com.noelios.restlet/2.5.2/com.noelios.restlet-2.5.2.pom
        Required by:
            project :instrumentation:restlet:restlet-1.1:javaagent

@jaydeluca jaydeluca requested a review from a team as a code owner June 23, 2025 20:52
Copy link
Member

@trask trask left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines 10 to 13
extraDependency("com.noelios.restlet:com.noelios.restlet")
// missing dependencies
skip("2.5.0", "2.5.1")
skip("2.5.0", "2.5.1", "2.5.2")
assertInverse.set(true)
Copy link
Member

Choose a reason for hiding this comment

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

this is a weird one, I think the issue is that the extra dependency only exists for earlier version, but our tooling doesn't know that

@trask trask enabled auto-merge (squash) June 23, 2025 21:10
@trask trask merged commit 4ea8e9d into open-telemetry:main Jun 23, 2025
88 of 89 checks passed
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.

2 participants