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

[Core][Bug] Move generated packages into skywalking namespace #72

Merged
merged 1 commit into from Aug 28, 2020

Conversation

@kezhenxu94
Copy link
Member

@kezhenxu94 kezhenxu94 commented Aug 28, 2020

The current version generates codes from proto files into a global namespace, which causes failure when there is a package in the users' application whose name is the same as the generated one, this patch moves the generated codes into the skywalking module and thus avoid conflicts.

Resolves apache/skywalking#5406

@kezhenxu94 kezhenxu94 added this to the 0.4.0 milestone Aug 28, 2020
@kezhenxu94 kezhenxu94 requested a review from alonelaval Aug 28, 2020
The current version generates codes from proto files into a global namespace, which causes failure when there is a package in the users' application whose name is the same as the generated one, this patch moves the generated codes into the `skywalking` module and thus avoid conflicts.

Resolves apache/skywalking#5406
@kezhenxu94 kezhenxu94 force-pushed the bugfix/codegen branch from 20f8051 to 0ae6aaa Aug 28, 2020
@kezhenxu94 kezhenxu94 changed the title Move generated packages into skywalking namespace [Core][Bug] Move generated packages into skywalking namespace Aug 28, 2020
@kezhenxu94 kezhenxu94 merged commit a9cf38a into master Aug 28, 2020
4 checks passed
4 checks passed
Build (3.5)
Details
Build (3.6)
Details
Build (3.7)
Details
Build (3.8)
Details
@kezhenxu94 kezhenxu94 deleted the bugfix/codegen branch Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

2 participants
You can’t perform that action at this time.