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 annotation scan not working in v3 server #3575

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

mrproliu
Copy link
Contributor

Due to Zipkin packaging all dependencies into a single JAR, Skywalking's previous annotation scanning logic within the core does not support scanning files within sub-JARs.
Therefore, we've replaced it with using the ClassGraph module to achieve the original annotation scanning logic.

@mrproliu mrproliu added the bug label Oct 18, 2023
@mrproliu mrproliu added this to the 3.0.0 milestone Oct 18, 2023
@mrproliu mrproliu merged commit e3fb5c6 into openzipkin:zipkin-v3 Oct 18, 2023
6 checks passed
@mrproliu mrproliu deleted the annotation-scan branch October 18, 2023 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants