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 app failure under Eclipse OSGi #2521

Merged
merged 3 commits into from
Mar 10, 2021
Merged

Fix app failure under Eclipse OSGi #2521

merged 3 commits into from
Mar 10, 2021

Conversation

trask
Copy link
Member

@trask trask commented Mar 7, 2021

cc: @mcculls, it looks like you ran into a similar issue but went a different route in DataDog/dd-trace-java#2321, would love your thoughts on this

@iNikem iNikem merged commit f94fabe into open-telemetry:main Mar 10, 2021
@mcculls
Copy link

mcculls commented Mar 15, 2021

Hi @trask, sorry for the delay getting back to you - yes, this approach looks reasonable because Eclipse 3.6 only implements v4.2 of the OSGi spec which didn't have the BundleWiring API (that API makes it possible to search through the resources in a bundle and its imports without disturbing the state of the bundle.)

@trask trask deleted the eclipse-osgi branch March 16, 2021 04:03
@trask
Copy link
Member Author

trask commented Mar 16, 2021

@mcculls no worries, appreciate you taking a look and the response!

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.

5 participants