dianping / cat

CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Apache License 2.0
18.69k stars 5.43k forks source link

test-framework2.4.0 is missing #2120

Closed city2011 closed 3 years ago

city2011 commented 3 years ago

Describe the bug The POM for org.unidal.framework:test-framework:jar:2.4.0 is missing, no dependency information available

and in mvn-repo branch , there is no 2.4.0 image

2 is there not exists import com.dianping.cat.configuration.client.entity import com.dianping.cat.configuration.client.transform two package? image

To Reproduce Steps to reproduce the behavior: build, then error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

slankka commented 3 years ago
  1. test-framework可以直接修改版本,不影响构建。
  2. 找不到entity相关类的说明这个也可以在WIKI中找到。为了方便阅读,欢迎阅读这部分Cat-Cookbook