Skip to content
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

Fix Maven/Groovy builds with zipkin and jaeger #2483

Merged
merged 1 commit into from
May 8, 2024

Conversation

timyates
Copy link
Contributor

@timyates timyates commented May 8, 2024

We had an api dependency on micronaut-core-processor which meant it was ending up on the runtime classpath.

This was fixed here

micronaut-projects/micronaut-tracing#553 (comment)

However for Maven and Groovy this causes a failure as it no longer ends up getting pulled onto the provided configuration.

Once this fix is released, we can remove the skips from the jaeger and zipkin guides here:

micronaut-projects/micronaut-guides@798040a#diff-429b78dd62241a22ac3b663ca2d045441a9326121c3b6bbf19f5859d94c2e3d8

We had an api dependency on micronaut-core-processor which meant it was ending up on the runtime classpath.

This was fixed here

micronaut-projects/micronaut-tracing#553 (comment)

However for Maven and Groovy this causes a failure as it no longer ends up getting pulled onto the provided configuration.

Once this fix is released, we can remove the skips from the jaeger and zipkin guides here:

micronaut-projects/micronaut-guides@798040a#diff-429b78dd62241a22ac3b663ca2d045441a9326121c3b6bbf19f5859d94c2e3d8
@timyates timyates requested a review from sdelamo May 8, 2024 10:11
@timyates timyates self-assigned this May 8, 2024
@sdelamo sdelamo merged commit aa77f0a into 4.4.x May 8, 2024
14 checks passed
@sdelamo sdelamo deleted the fix-jaeger-zipkin-maven-groovy branch May 8, 2024 13:04
@sdelamo
Copy link
Contributor

sdelamo commented May 8, 2024

@timyates create a draft PR in guides reverting the skips

timyates added a commit to micronaut-projects/micronaut-guides that referenced this pull request May 8, 2024
Once 4.4.3 is out with micronaut-projects/micronaut-starter#2483 we can resume the maven/groovy guides
@timyates
Copy link
Contributor Author

timyates commented May 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants