zhengziyi0117 commented on code in PR #12777:
URL: https://github.com/apache/skywalking/pull/12777#discussion_r1844905721
##########
LICENSE:
##########
@@ -225,4 +225,8 @@ The text of each license is the standard Apache 2.0 license.
mvnw files from https://github.com/apache/maven-wrapper Apache 2.0
svg files from skywalking-ui/src/assets/icons:
https://github.com/google/material-design-icons Apache 2.0
ZipkinQueryHandler.java reference from
zipkin2.server.internal.ZipkinQueryApiV2: https://github.com/openzipkin/zipkin
Apache 2.0
- async-profiler parser files in
server-library/library-async-profiler-jfr-parser from
https://github.com/async-profiler/async-profiler/tree/v3.0 Apache 2.0
+ Arguments.java in server-library/library-async-profiler-jfr-parser
reference from https://github.com/async-profiler/async-profiler/tree/master
Apache 2.0
+ CallStack.java in server-library/library-async-profiler-jfr-parser
reference from https://github.com/async-profiler/async-profiler/tree/master
Apache 2.0
+ Classifier.java in server-library/library-async-profiler-jfr-parser
reference from https://github.com/async-profiler/async-profiler/tree/master
Apache 2.0
Review Comment:
This is because the `async-profiler-convert` version of convert I referred
to is different. I referred to the code on the master branch, while the
`async-profiler-convert` package is version 3.0. Therefore, the reference here
is written as master.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]