Skip to content

Commit

Permalink
【refactor】修正项目名称:Java-mesh -> Sermant
Browse files Browse the repository at this point in the history
  • Loading branch information
HapThorin committed Dec 10, 2021
1 parent 663daea commit e6bb10f
Show file tree
Hide file tree
Showing 2,334 changed files with 2,836 additions and 2,846 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: |
mvn -B package -DskipTests --file pom.xml
mkdir ${{ github.workspace }}/package
cp ${{ github.workspace }}/javamesh-agent-2.0.5.tar ${{ github.workspace }}/package
cp ${{ github.workspace }}/sermant-agent-2.0.5.tar ${{ github.workspace }}/package
- name: upload package
uses: actions/upload-artifact@v1
with:
name: java-mesh
name: sermant
path: ${{ github.workspace }}/package
56 changes: 28 additions & 28 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -204,61 +204,61 @@

The following files contain a portion of Apache Skywalking project.

com/huawei/javamesh/core/agent/common/BeforeResult.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/MethodInterceptResult.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/common/BeforeResult.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/MethodInterceptResult.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/common/OverrideArgumentsCall.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/OverrideCallable.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/common/OverrideArgumentsCall.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/OverrideCallable.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/definition/EnhanceDefinition.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/AbstractClassEnhancePluginDefine.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/definition/EnhanceDefinition.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/AbstractClassEnhancePluginDefine.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/definition/MethodInterceptPoint.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/InstanceMethodsInterceptPoint.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/StaticMethodsInterceptPoint.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/ConstructorInterceptPoint.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/definition/MethodInterceptPoint.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/InstanceMethodsInterceptPoint.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/StaticMethodsInterceptPoint.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/ConstructorInterceptPoint.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/enhancer/AbstractAroundEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/enhancer/AbstractAroundEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/enhancer/ConstructorEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/ConstructorInter.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/enhancer/ConstructorEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/ConstructorInter.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/enhancer/InstanceMethodEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/enhancer/InstanceMethodEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/enhancer/OriginEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/enhancer/OriginEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInter.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java, org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/enhancer/StaticMethodEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/enhancer/StaticMethodEnhancer.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInter.java and org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsInterWithOverrideArgs.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/interceptor/ConstructorInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstanceConstructorInterceptor.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/interceptor/ConstructorInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstanceConstructorInterceptor.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/interceptor/InstanceMethodInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstanceMethodsAroundInterceptor.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/interceptor/InstanceMethodInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstanceMethodsAroundInterceptor.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/interceptor/InterceptorLoader.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/loader/InterceptorInstanceLoader.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/interceptor/InterceptorLoader.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/loader/InterceptorInstanceLoader.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/interceptor/StaticMethodInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsAroundInterceptor.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/interceptor/StaticMethodInterceptor.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/StaticMethodsAroundInterceptor.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/AnnotationMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/ClassAnnotationMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/AnnotationMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/ClassAnnotationMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/ClassMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/ClassMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/ClassMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/ClassMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/MultiClassMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/MultiClassNameMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/MultiClassMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/MultiClassNameMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/NameMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/NameMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/NameMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/NameMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/NonNameMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/IndirectMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/NonNameMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/IndirectMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/PrefixMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/PrefixMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/PrefixMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/PrefixMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/SuperTypeMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/HierarchyMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/SuperTypeMatcher.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/HierarchyMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/transformer/DelegateTransformer.java in this product is copied from org/apache/skywalking/apm/agent/SkyWalkingAgent.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/transformer/DelegateTransformer.java in this product is copied from org/apache/skywalking/apm/agent/SkyWalkingAgent.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/ByteBuddyAgentBuilder.java in this product is copied from org/apache/skywalking/apm/agent/SkyWalkingAgent.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/ByteBuddyAgentBuilder.java in this product is copied from org/apache/skywalking/apm/agent/SkyWalkingAgent.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/EnhanceDefinitionLoader.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/PluginBootstrap.java and org/apache/skywalking/apm/agent/core/plugin/PluginFinder.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/EnhanceDefinitionLoader.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/PluginBootstrap.java and org/apache/skywalking/apm/agent/core/plugin/PluginFinder.java of Apache SkyWalking project.

com/huawei/javamesh/core/agent/matcher/ClassMatchers.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/NameMatch.java of Apache SkyWalking project.
com/huawei/sermant/core/agent/matcher/ClassMatchers.java in this product is copied from org/apache/skywalking/apm/agent/core/plugin/match/NameMatch.java of Apache SkyWalking project.

com/huawei/javamesh/core/service/ServiceManager.java in this product is copied from org/apache/skywalking/apm/agent/core/boot/ServiceManager.java of Apache SkyWalking project.
com/huawei/sermant/core/service/ServiceManager.java in this product is copied from org/apache/skywalking/apm/agent/core/boot/ServiceManager.java of Apache SkyWalking project.

com/huawei/flowcontrol/DubboInterceptor.java in this product is copied from org/apache/skywalking/apm/plugin/asf/dubbo/DubboInterceptor.java and org/apache/skywalking/apm/plugin/dubbo/DubboInterceptor.java of Apache SkyWalking project.

com/huawei/flowcontrol/DubboDefinition.java in this product is copied from org/apache/skywalking/apm/plugin/asf/dubbo/DubboInstrumentation.java and org/apache/skywalking/apm/plugin/dubbo/DubboInstrumentation.java of Apache SkyWalking project.

com/huawei/javamesh/sample/servermonitor/provider/OpenJvmMetricProvider.java in this product is copied from org/apache/skywalking/apm/agent/core/jvm/JVMService.java of Apache SkyWalking project.
com/huawei/sermant/sample/servermonitor/provider/OpenJvmMetricProvider.java in this product is copied from org/apache/skywalking/apm/agent/core/jvm/JVMService.java of Apache SkyWalking project.

com/huawei/gray/feign/service/PathVarServiceImpl.java in this product is copied from org/apache/skywalking/apm/plugin/feign/http/v9/PathVarInterceptor.java of Apache SkyWalking project.

Expand Down Expand Up @@ -384,14 +384,14 @@ com/huawei/flowcontrol/adapte/cse/match/RequestMatcher.java in this product is c

com/huawei/flowcontrol/adapte/cse/rule/Configurable.java in this product is copied from org/apache/servicecomb/governance/entity/Configurable.java of Apache ServiceComb Java Chassis project.

com/huawei/javamesh/core/service/dynamicconfig/kie/listener/SubscriberManager.java in this product is copied from on org/apache/servicecomb/config/kie/client/KieConfigManager.java of Apache ServiceComb Java Chassis project.
com/huawei/sermant/core/service/dynamicconfig/kie/listener/SubscriberManager.java in this product is copied from on org/apache/servicecomb/config/kie/client/KieConfigManager.java of Apache ServiceComb Java Chassis project.

Apache ServiceComb Java Chassis project is published at https://github.com/apache/servicecomb-java-chassis and its license is Apache License Version 2.0.

====================================================================================

The following files contain a portion of License Maven Plugin project.

javamesh-package/resources/third-party-license.ftl in this product is copied from /org/codehaus/mojo/license/third-party-file-groupByMultiLicense.ftl of License Maven Plugin project.
sermant-package/resources/third-party-license.ftl in this product is copied from /org/codehaus/mojo/license/third-party-file-groupByMultiLicense.ftl of License Maven Plugin project.

License Maven Plugin project is published at https://github.com/mojohaus/license-maven-plugin and its license is GNU LGPL Version 3.0.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Java-mesh
Sermant
Copyright (C) 2021-2021 Huawei Technologies Co., Ltd. All rights reserved.

This product includes software developed at
Expand Down
Loading

0 comments on commit e6bb10f

Please sign in to comment.