[ISSUE #5147] Fix ClassNotFoundException#5148
[ISSUE #5147] Fix ClassNotFoundException#5148Oliverwqcwrw wants to merge 1 commit intoapache:developfrom
Conversation
|
The opentracing should not be explicitly introduced in maven, otherwise, it may cause version conflict. Instead, you should introduce it in your own project. |
agree with |
|
Actually OpenTracing is archived, you can see more details from here, we may remove the dependency of OpenTracing in the near future. |
drpmma
left a comment
There was a problem hiding this comment.
The opentracing should not be explicitly introduced in maven, otherwise, it may cause version conflict. Instead, you should introduce it in your own project.
|
Hello @caigy , @drpmma , @ShadowySpirits , @aaron-ai |
Make sure set the target branch to
developWhat is the purpose of the change
Close #5147
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily. Notice,
it would be helpful if you could finish the following 5 checklist(the last one is not necessary)before request the community to review your PR.[ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyleto make sure basic checks pass. Runmvn clean install -DskipITsto make sure unit-test pass. Runmvn clean test-compile failsafe:integration-testto make sure integration-test pass.