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 bug with consuming OTel extensions #168

Merged
merged 7 commits into from
Oct 15, 2024
Merged

Conversation

ryandens
Copy link
Owner

@ryandens ryandens commented Oct 14, 2024

Fixes #167

Fixes #17

The shadow plugin has some odd conventions I don't fully understand, it's long been a goal of this project to eliminate our usage of it (except in tests) so that consuming projects don't need it on the classpath unless they have a use for it. We instead merge service files manually in the style of Micronaut and await gradle/gradle#18751

@ryandens ryandens marked this pull request as ready for review October 15, 2024 04:38
@ryandens ryandens merged commit 5c8590b into main Oct 15, 2024
2 checks passed
@ryandens ryandens deleted the ryandens/iss-167 branch October 15, 2024 04:43
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.

Otel extensions being improperly shaded ♻️ Eliminate dependency on shadow plugin for the OTel Plugin
1 participant